\version "2.12" \include "english.ly" \include "init_Luketan.ly" \header { title = "Spread The News" } global = { \key g \major \time 3/4 %% A \partial 4*2 s4*2 \repeat "volta" 2 { s4*3*14 } \alternative { { s4*3*2 \break } { s4*3*2 } } %% A' \repeat "volta" 2 { s4*3*16 } } melodyNotes = \relative { %% A g'4 a | \tieDashed b ~ b b | b2 g4 | a ~ a g | e2. | a4 ~ a a | a4 ~ a g | g4 ~ g e | d2. | b'4 ~ b b | b2 g4 | a4 ~ a g | e2. | a2 a4 | a2 g4 | \tieSolid { g2. ~ g4 r b | } { g2. ~ g4 r \stemDown b | } %% B d2 b4 | d2 b4 | d ~ d d | b2 ~ b4 | d2 b4 | d2 b4 | d2 d4 | b2. | \stemNeutral b2 b4 | b2 g4 | a4 ~ a g | e2 g4 | a2 a4 | a2 g4 | \tieSolid g2. ~ | g2 r4 } melismaOff = \set ignoreMelismata = ##t melismaOn = \unset ignoreMelismata lyricWords = \lyricmode { If you’re o -- ver -- seas or o -- ver -- time, draw -- ing pay __ or march -- ing dimes, \lyrX #-1 Don’t __ you know the \lyrX #-0.25 news ar -- rived? Mas -- ter’s passed a -- way. __ So slaves! __ I had to dry the \melismaOff tears from my eyes, I ne -- ver thought we’d see the day \melismaOn Old folks laughed as lov -- ers cried and danced their debts a -- way. __ } lyricWordsII = \lyricmode { \repeat "unfold" 2 { \skip 4 } \melismaOff put down your ham -- mers, throw down your swords, Hand me that shov -- el, I’m here to re -- port: Dol -- lar has died! The world is re -- born! Death has freed the \repeat "unfold" 6 { \skip 4 } Break the chains if \melismaOn you're __ a -- live, __ take the streets and ce -- le -- brate! \melismaOff Spread the news, old Dol -- lar has died! The world is free to -- day. __ } chordChanges = \chordmode { %% A s4*2 | g4*3*2 | c4*3*2 | d4*3*2 | g4*3*2 | g4*3*2 | c4*3*2 | d4*3*2 | g4*3*4 | %% B g4*3*2 | c4*3*2 | d4*3*2 | g4*3*2 | g4*3*2 | c4*3*2 | d4*3*2 | g4*3*2 | } \score { << \new ChordNames \chordChanges \new Staff << \new Voice = "Voice_vocals" << \global \dynamicUp \melodyNotes >> >> \new Lyrics \with { \override VerticalAxisGroup #'minimum-Y-extent = #'(-1 . 0) } \lyricsto "Voice_vocals" \lyricWords \new Lyrics \with { \override VerticalAxisGroup #'minimum-Y-extent = #'(0 . 0) } \lyricsto "Voice_vocals" \lyricWordsII >> } \markup { \vspace #6 } \markup \override #'(font-size . 2) { \hspace #24 \fontsize #0.5 \italic "Additional Lyrics" }