\version "2.12" \include "english.ly" \include "init_LuketanTEST.ly" \header { title = "Revolution Or Suicide" } global = { %% put key information, time signatures, etc. here \key c \major \time 3/4 %% verse s4*3*1 %% alt/chorus \bar "|." } melodyNotes = \relative { %% put melody notes here } lyricsVerseOne = \lyricmode { %% put lyrics here } chordChanges = \chordmode { %% put chord changes here } %% This is where the score is put together. \score { << >> } %% Additional lyrics section \markup { \vspace #0 } %%\markup \override #'(font-size . 2) { \hspace #0 \fontsize #0.5 \italic "Waltz in G" } \markup \override #'(font-size . 2) \override #'(baseline-skip . 8) { \fill-line { \left-column { \vspace #0 \line { It's \lwc #"sad" #"G" to hear about two future \lwc #"brides" #"Em", their love denied, they \lwc #"thought" #"C" it best to leave the past \lwc #"behind" #"D" } \line {And \lwc #"why" #"G" should they continue through these \lwc #"times" #"Em" when people try to \lwc #"stop" #"C" and damn the natural love of \lwc #"dykes" #"D"} \line {So they \lwc #"took" #"G" some pills, and they \lwc #"made" #"Em" a will with the \lwc #"hope" #"C" that the future would \lwc #"see" #"D"} \line {Weren't no \lwc #"Romeo" #"G", just two \lwc #"Juliets" #"Em", they were \lwc #"starcrossed" #"C" as lovers could \lwc #"be" #"D"} \line {It was a lovers' sui-\lwc #"cide" #"G", a lovers' sui-\lwc #"cide" #"Em", we \lwc #"all" #"C" have to pay the cost when \lwc #"lovers" #"D" choose to die} \line {We pay for every \lwc #"life" #"G", we have to pay for \lwc #"every" #"Em" life! \lwc #" " #" C" \lwc #" " #" D" } \line { } \line {Then \lwc #"there's" #"G" the tale of a boy trained to \lwc #"fight" #"Em", all his life, they \lwc #"told" #"C" him he was worth a sacri-\lwc #"fice" #"D"} \line {But he \lwc #"woke" #"G" ten times a night consumed in \lwc #"fire" #"Em" when he recognized \lwc #"reasons" #"C" he killed were only \lwc #"lies" #"D"} \line {So in a \lwc #"cold" #"G", grey a-\lwc#"partment" #"Em" located \lwc #"somewhere" #"C" in occupied Tik-\lwc #"rit" #"D"} \line {He \lwc #"tied" #"G" the noose and he \lwc #"set" #"Em" himself loose, in \lwc #"search" #"C" of a land for the \lwc #"free" #"D"} \line {It was a soldier's sui-\lwc #"cide" #"G", a soldier's sui-\lwc #"cide" #"Em", we \lwc #"all" #"C" have to bear the costs when \lwc #"soldiers" #"D" have to fight} \line {We pay for every \lwc #"life" #"G", we have to pay for \lwc #"every" #"Em" life! \lwc #" " #" C" \lwc #" " #" D" } \line { } \line {Now \lwc #"where" #"G" does it stop? Nobody knows? The \lwc #"body" #"Em" count just grows and grows} \line {It \lwc #"won't" #"C" be long before the skies are \lwc #"painted" #"D" black from plagues and flies} \line {One \lwc #"thing" #"G" is for sure, as sure as you're born, once the \lwc #"roses" #"Em" are dead, we're stuck with the thorns} \line {If we \lwc #"look" #"C" down on love and kill for a lie it \lwc #"won't" #"D" be too long before everyone dies!} \line {We \lwc #"must" #"G" make a change or we'll kill ourselves! Take your \lwc #"vote" #"Em" to the booth, get your gun off the shelf} \line {And cre-\lwc #"ate" #"C" a change, it's ours to decide, we've \lwc #"only" #"D" one choice:} \line {Revolution or Sui- \lwc #"cide!" #"G" } } } }