%% LilyPond file generated by Denemo version 2.0.1 %%http://www.gnu.org/software/denemo/ \version "2.18.0" CompactChordSymbols = {} #(define DenemoTransposeStep 0) #(define DenemoTransposeAccidental 0) DenemoGlobalTranspose = \void #0 titledPiece = {} AutoBarline = {} AutoEndMovementBarline = \bar "|." % The music follows MvmntIVoiceI = { c'4 c' c' c' d d d d d d \AutoEndMovementBarline } MvmntIVoiceII = { c'4 d' e' f' \AutoEndMovementBarline } %Movement 1 \header{DenemoLayoutName = "Movement 1"} \header { tagline = \markup {"" on \simple #(strftime "%x" (localtime (current-time)))} } %\header { tagline = #f } #(set-default-paper-size "a4") #(set-global-staff-size 18) \paper { page-limit-inter-system-space = ##t page-limit-inter-system-space-factor = 1.2 } \score { %Start of Movement << \new DrumStaff \with { middleCPosition = #6 } << \clef percussion \key c \major \time 4/4 \MvmntIVoiceI >> %End of Staff %Start of Staff \new Staff = "Clarinet in B♭" << \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))) " "Clarinet in B♭" } \set Staff.midiInstrument = #"Clarinet" \new Voice = "VoiceIIMvmntI" { \clef treble \key c \major \time 4/4 \MvmntIVoiceII } %End of voice >> %End of Staff >> \midi {} } %End of Movement