%% LilyPond file generated by Denemo version 1.0.0~rc8 %%http://www.gnu.org/software/denemo/ \version "2.16" AutoBarline = | AutoEndMovementBarline = \bar "|." % The music follows MvmntIVoiceI = { s1*4/4 } MvmntIIVoiceI = { s1*4/4 } %Default Score Layout \header { tagline = \markup {"" on \simple #(strftime "%x" (localtime (current-time)))} } \layout {indent = 12.6} \paper { print-all-headers = ##t page-limit-inter-system-space = ##t page-limit-inter-system-space-factor = 1.2 } #(set-default-paper-size "a4") #(set-global-staff-size 18) \score { %Start of Movement << %Start of Staff \new Staff = "Unnamed" << \set Staff.instrumentName = \markup { \with-url #'"scheme:(d-GoToPosition 1 1 1 1)(let ((choice (d-PopupMenu (list (cons (_ \"Change Name\") d-InstrumentName) (cons (_ \"Change Indent\") d-ScoreIndent))))) (if choice (choice))) " \transparent {"Unnamed" }} \new Voice = "VoiceIMvmntI" { \clef treble { \key c \major} { \time 4/4 } \MvmntIVoiceI } %End of voice >> %End of Staff >> \header { title = \markup { \with-url #'"scheme:(d-GoToPosition 1 1 1 1)(d-ScoreTitle)" "Main Title"} subtitle = \markup { \with-url #'"scheme:(d-GoToPosition 1 1 1 1)(d-MovementTitle)" "Movement 1"} } } %End of Movement \score { %Start of Movement << %Start of Staff \new Staff = "Unnamed" << \set Staff.instrumentName = \markup { \with-url #'"scheme:(d-GoToPosition 1 1 1 1)(let ((choice (d-PopupMenu (list (cons (_ \"Change Name\") d-InstrumentName) (cons (_ \"Change Indent\") d-ScoreIndent))))) (if choice (choice))) " \transparent {"Unnamed" }} \new Voice = "VoiceIMvmntII" { \clef treble { \key c \major} { \time 4/4 } \MvmntIIVoiceI } %End of voice >> %End of Staff >> \header { subtitle = \markup { \with-url #'"scheme:(d-GoToPosition 2 1 1 1)(d-MovementTitle)" "Movement 2"} } } %End of Movement