\version "2.12" \include "english.ly" \include "init_LuketanTEST.ly" \header { title = "War" } 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) \override #'(baseline-skip . 8) { \fill-line { \left-column { \vspace #0 \line{ \lwc #"Burning" #"C" buildings, burning cars, \lwc #"burning" #"Am" hate, burning scars,} \line{ \lwc #"Bombs," #"D7" guns, credit \lwc #"cards." #"G"} \line{ \lwc #"Banners," #"C" flags, presidents, \lwc #"torture," #"Am" lies, estabishment,} \line{ \lwc #"Terror," #"D7" fear, imprison-\lwc #"ment." #"G"} \line{ \lwc #"Amputees," #"C" body bags, \lwc #"dead" #"Am" granddsons, dead granddads,} \line{ \lwc #"Body" #"D7" parts on blood stained sands of \lwc #"time." #"G"} \line{ \lwc #"Kernels," #"C" generals, mujahedeens, \lwc #"battles" #"Am", bottles, kerosene,} \line{ \lwc #"Fathers'" #"D7" cries, Mothers' screams for \lwc #"kids" #"G" that can't come home no more!} \line{ \lwc #"Curses," #"C" churches, skeletons, \lwc #"unmarked" #"Am" graves, untold sins} \line{ \lwc #"Shame" #"D7" brought to the world of \lwc #"man." #"G"} \line{ \lwc #"These" #"C" are the reasons for war, \lwc #"these" #"C" are the reasons that we kill for} \line{ \lwc #"These" #"D7" are the reasons that we fight} \line{ \lwc #"These" #"G" are the reasons that we fight} } } } \markup { \vspace #6 } \markup \override #'(font-size . 2) { \hspace #4 \fontsize #0.5 \italic "Additional Verses:" }