%% LilyPond file generated by Denemo version 2.0.21 %%http://www.gnu.org/software/denemo/ \version "2.18.0" CompactChordSymbols = {} #(define DenemoTransposeStep 0) #(define DenemoTransposeAccidental 0) DenemoGlobalTranspose = #(define-music-function (parser location arg)(ly:music?) #{\transpose c c#arg #}) titledPiece = {} AutoBarline = {} AutoEndMovementBarline = \bar "|." % The music follows MvmntIVoiceI = { c'4 c' c' c'\AutoBarline c' c' c' c'\AutoBarline c' c' c' c'\AutoBarline c' c' c' c'\AutoBarline %5 c'1 \AutoEndMovementBarline } MvmntIVoiceILyricsVerseI = \lyricmode { This is verse 1 that must car -- ry on and come to the end ve -- ry soon } MvmntIVoiceILyricsVerseII = \lyricmode { This is verse two that will have to do and come to the end ve -- ry soon } MvmntIVoiceILyricsVerseIII = \lyricmode { This is verse three so now we will see and come toi the end ve -- ry soon } MvmntIVoiceIVerseIIIContext = \context Lyrics = MvmntIVoiceIVerseIII \lyricsto MvmntIVoiceI \MvmntIVoiceILyricsVerseIII MvmntIVoiceIVerseIIContext = \context Lyrics = MvmntIVoiceIVerseII \lyricsto MvmntIVoiceI \MvmntIVoiceILyricsVerseII MvmntIVoiceIVerseIContext = \context Lyrics = MvmntIVoiceIVerseI \lyricsto MvmntIVoiceI \MvmntIVoiceILyricsVerseI %Default Score Layout \header{DenemoLayoutName = "Default Score Layout" instrumentation = \markup { \with-url #'"scheme:(d-BookInstrumentation)" "Full Score"} } \header { tagline = \markup {"C:\\Users\\joean\\Desktop\\denemo\\tests\\test.denemo" on \simple #(strftime "%x" (localtime (current-time)))} } #(set-default-paper-size "a4") #(set-global-staff-size 18) \paper { } \score { %Start of Movement << %Start of Staff \new Staff = "Part 1" << \new Voice = "MvmntIVoiceI" { \clef treble \key c \major \time 4/4 \MvmntIVoiceI } %End of voice >> %End of Staff \new Lyrics = MvmntIVoiceIVerseI \MvmntIVoiceIVerseIContext \new Lyrics = MvmntIVoiceIVerseII \MvmntIVoiceIVerseIIContext \new Lyrics = MvmntIVoiceIVerseIII \MvmntIVoiceIVerseIIIContext >> } %End of Movement \markup\column{\column{ \line\bold {\vspace #3 {Verse 2}} {\vspace #0.5 }\line{\set stanza = \markup {\bold \italic 2.}} \line{} \line{This is verse 1 that must car -- y on and come toi the end very soon} \line\bold {\vspace #3 {Verse 3}} {\vspace #0.5 }\line{\set stanza = \markup {\bold \italic 3.}} \line{} \line{This is verse 1 that must car -- y on and come toi the end very soon} } \line\bold {\vspace #3 {Verse 2}} {\vspace #0.5 }\line{} \line{} \line{This is verse two that will have to do and come to the end ve -- ry soon} \line\bold {\vspace #3 {Verse 3}} {\vspace #0.5 }\line{} \line{} \line{This is verse three so now we will see and come toi the end ve -- ry soon} }