\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 #6 } \markup \override #'(font-size . 2) { \hspace #24 \fontsize #0.5 \italic "Additional Verses" } \markup \override #'(font-size . 2) \override #'(baseline-skip . 8) { \fill-line { \left-column { \vspace #0 \line { It's sad to hear about to future brides\lwc #"inline" #"G" their love denied } \line{ They thought it best \lwc #"inline" #"Em" to leave the past behind } } } }