%% LilyPond file generated by Denemo version 1.2.3 %%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'2 \AutoEndMovementBarline } MvmntIVoiceIBassFiguresLine = \figuremode { \set figuredBassAlterationDirection = #1 \set figuredBassPlusDirection = #1 \override FiguredBass.BassFigure #'font-size = #-1 %figures follow \set Staff.implicitBassFigures = #'(0) <5 4 >4< 3>4 } %Default Score Layout \header{DenemoLayoutName = "Default Score Layout"} \header { tagline = \markup {"/home/rshann/junk.denemo" on \simple #(strftime "%x" (localtime (current-time)))} title = \markup { \with-url #'"scheme:(d-ScoreTitle)" "Click Title"} } \layout {indent = 12.6} #(set-default-paper-size "a4") #(set-global-staff-size 18) \paper { print-all-headers = ##t page-limit-inter-system-space = ##t page-limit-inter-system-space-factor = 1.2 } \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" }} \context Staff \with {implicitBassFigures = #'(0) } \MvmntIVoiceIBassFiguresLine %End of bass figures \new Voice = "VoiceIMvmntI" { \clef treble { \key c \major} { \time 4/4 } \MvmntIVoiceI } %End of voice >> %End of Staff >> \header { title = ##f instrument = ##f } } %End of Movement