\version "2.12" \include "english.ly" \include "init_LuketanTEST.ly" \header { title = "A Song For Albert Parsons" } 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 #6 } \markup \override #'(font-size . 2) \override #'(baseline-skip . 8) { \fill-line { \left-column { \vspace #0 \line {\lwc #"Money-" #"D7" I've got it on my \lwc #"mind" #"F"... \lwc #"turns" #"D7" an hour of life into \lwc #"bread" #"F"} \line {Like \lwc #"honey-" #"D7" They rob it from the \lwc #"hive" #"F"... and leave the \lwc #"working" #"D7" bees to slave another \lwc #"day" #"F"} \line { } \line {\lwc #"Money-" #"D7" I've got it on my \lwc #"mind" #"F"... it's the \lwc #"bread" #"D7" of life that feeds the world \lwc #"today" #"F"} \line {It's \lwc #"funny-" #"D7" The ones that make it \lwc #"rise" #"F"... can't even \lwc #"take" #"D7" a break to taste bread they've \lwc #"made" #"F"} } } } \markup \override #'(font-size . 2) \override #'(baseline-skip . 8) { \fill-line { \left-column { \vspace #0 \line {\lwc #"We" #"A" \lwc #"wear" #"G" chains that \lwc #"we" #"F" have forged} \line {It's \lwc #"come" #"A" to pass like \lwc #"Albert" #"G" Parsons \lwc #"said" #"F"} \line {\lwc #"We" #"A" come to-\lwc #"day" #"G" to \lwc #"recognize:" #"F"} \line {Bread is \lwc #"freedom" #"A", \lwc #"freedom" #"G" \lwc #"bread" #"F"} \line {Bread is \lwc #"freedom" #"A", \lwc #"freedom" #"G" \lwc #"bread" #"F"} } } } \markup \override #'(font-size . 2) \override #'(baseline-skip . 8) { \fill-line { \left-column { \vspace #0 \line {\lwc #"Wake" #"D7" before the morning light, \lwc #"drink" #"F" the drug that gives the might to \lwc #"get" #"D7" up, face another \lwc #"day" #"F"} \line {\lwc #"Work" #"D7" until the sun goes down, \lwc #"soon" #"F" the siren's screaming out to \lwc #"get" #"D7" up, do it all a-\lwc #"gain" #"F"} \line {} } } } \markup \override #'(font-size . 2) { \hspace #8 \fontsize #0.5 \italic "Additional Verses:" }