%% 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 "|." #(define DenemoTransposeStep 2) #(define DenemoTransposeAccidental -1/2) DenemoGlobalTranspose = #(define-music-function (parser location arg)(ly:music?) #{\transpose c ees#arg #}) \include "/home/rshann/local/share/denemo/actions/lilypond/book-titling.ily" \include "/home/rshann/local/share/denemo/actions/lilypond/simplified-book-titling.ily" % The music follows MvmntIVoiceI = { \afterGrace a'4 {g16[ a16]} g'2 \grace {e'8} \AutoEndMovementBarline } MvmntIVoiceII = { \afterGrace a4 {g16[ a16]} g2 \grace {d8} \AutoEndMovementBarline } MvmntIVoiceIIBassFiguresLine = \figuremode { \set figuredBassAlterationDirection = #1 \set figuredBassPlusDirection = #1 \override FiguredBass.BassFigure #'font-size = #-1 %figures follow \set Staff.implicitBassFigures = #'(0) <9>4<_>16<_>16}<_>2\grace { <_>8} } %Default Score Layout \header{DenemoLayoutName = "Default Score Layout"} \header { tagline = \markup {"" on \simple #(strftime "%x" (localtime (current-time)))} tagline = \markup { \with-url #'"scheme:(d-ScoreTagline)" ""} composer = \markup { \with-url #'"scheme:(d-BookComposer)" "Composer"} instrumentation = \markup { \with-url #'"scheme:(d-BookInstrumentation)" "Full Score"} title = \markup { \with-url #'"scheme:(d-ScoreTitle)" ""} arranger = \markup { \with-url #'"scheme:(d-BookArranger)" "Edited by Richard Shann"} tagline = \markup { \with-url #"http://www.denemo.org" "Created with Denemo the free music notation editor: http://denemo.org"} } \layout {indent = 30.0} #(set-default-paper-size "a4") #(set-global-staff-size 22) \paper { print-all-headers = ##t page-limit-inter-system-space = ##t page-limit-inter-system-space-factor = 1.2 } \titledPiece \markup { \with-url #'"scheme:(d-TitledPiece)" "I - Adagio"} \score { %Start of Movement << << \DenemoGlobalTranspose << \new StaffGroup << %Start of Staff \new Staff = "Treble Recorder" << \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))) " "Treble Recorder" } \new Voice = "VoiceIMvmntI" { \clef treble { \key c \major} { \time 4/4 } \MvmntIVoiceI } %End of voice >> %End of Staff %Start of Staff \new Staff = "Basso" << \set Staff.instrumentName = \markup { \with-url #'"scheme:(d-GoToPosition 1 2 1 1)(let ((choice (d-PopupMenu (list (cons (_ \"Change Name\") d-InstrumentName) (cons (_ \"Change Indent\") d-ScoreIndent))))) (if choice (choice))) " "Basso" } \context Staff \with {implicitBassFigures = #'(0) } \MvmntIVoiceIIBassFiguresLine %End of bass figures \new Voice = "VoiceIIMvmntI" { \clef bass { \key c \major} { \time 4/4 } \MvmntIVoiceII } %End of voice >> %End of Staff >> >> >> >> \header { title = ##f instrument = ##f } } %End of Movement