\version "2.18.2" sb = {\breathe} mBreak = { \bar "" \break } bBreak = { \break } x = {\once\override NoteHead #'style = #'cross } gl=\glissando app = #(define-music-function (parser location notes) (ly:music?) #{ \appoggiatura $notes #} ) kvs = #(define-music-function (parser location notes) (ly:music?) #{ \slashedGrace $notes #} ) itime = #(define-music-function (parser location timesig) (fraction?) #{ \once\override Staff.TimeSignature #'stencil = ##f \time $timesig #} ) ficta = {\once\set suggestAccidentals = ##t} fine = {\once\override Score.RehearsalMark #'self-alignment-X = #1 \mark \markup {\italic{Fine}}} dc = {\once\override Score.RehearsalMark #'self-alignment-X = #1 \mark \markup {\italic{D.C.}}} dcf = {\once\override Score.RehearsalMark #'self-alignment-X = #1 \mark \markup {\italic{D.C. al Fine}}} dcc = {\once\override Score.RehearsalMark #'self-alignment-X = #1 \mark \markup {\italic{D.C. al Coda}}} ds = {\once\override Score.RehearsalMark #'self-alignment-X = #1 \mark \markup {\italic{D.S.}}} dsf = {\once\override Score.RehearsalMark #'self-alignment-X = #1 \mark \markup {\italic{D.S. al Fine}}} dsc = {\once\override Score.RehearsalMark #'self-alignment-X = #1 \mark \markup {\italic{D.S. al Coda}}} pv = {\set Score.repeatCommands = #'((volta "1"))} sv = {\set Score.repeatCommands = #'((volta #f) (volta "2"))} tv = {\set Score.repeatCommands = #'((volta #f) (volta "3"))} qv = {\set Score.repeatCommands = #'((volta #f) (volta "4"))} xv = {\set Score.repeatCommands = #'((volta #f))} % At top of doc % prevent multi-page output: #(append! paper-alist '(("long" . (cons (* 210 mm) (* 2000 mm))))) #(set-default-paper-size "long")mBreak = { } bBreak = { } \header { tagline = "" title = "ag wat zal ik nu beginnen, k' durf" } \paper{ %top-margin = 0\mm %bottom-margin = 0\mm %left-margin = 0\mm %before-title-space = 0\mm after-title-space = 0\mm head-separation = 0\mm %foot-separation = 0\mm %page-top-space = 0\mm ragged-last = ##f } \score { { \key f \major \clef treble % \relative g' { \set melismaBusyProperties = #'() \partial 16*2 \time 8/16 % #right == #1 % #begin-of-line-invisible == #(vector #t #t #f) \override Score.RehearsalMark #'break-visibility = #(vector #t #t #f) c16[^"1) Adante" a] f8 f f16[ f'] e[ d] d8.\trill c16^"2)" r8 f16[^"3)" a,] bes8. d16 c[ bes] a[ g] a16. bes32 c8 r8 f16 a, bes8. d16 c[ bes] a[ g] a16[ g32 f]^"4)" f8 r8 a16[ f] c'8^\staccatissimo c8^\staccatissimo c8^\staccatissimo \grace {d16[(e)]} f8 \times 2/3 {e16 d c} c8 r8 g16.[ c32] c16[ b] b[ a] a[ g] g[ f] \grace {f8} e4 r8 c'16 g a4 \times 2/3 {a16 bes c} \times 2/3 {d e f} \times 2/3 {e d c} \times 2/3 {b^"5)" a g} d'8.\trill c16 c4.^"6)" \bar":..:" c16 es e[ d] d[ c] c[ bes] bes[ a] \times 2/3 {bes^"5)" a g} g8 r8 bes16 d d[ c] c[ bes] bes[ a] a[ g] \times 2/3 {a^"5)" g f} f8 r8 a16.[ c32] c8 bes16[ a] g8 f \times 2/3 {e16^"5)" d c} c8 r8 f16. f'32 g16[ a,] a[ b] c[ g] g[ a] bes[ c] d4 c16 bes \times 2/3 {a^"5)" g f} \times 2/3 {d'^"5)" c bes} a8 g g8^"7)" a r8 f16.[ g'32] f16[ e] e[ d] d[ c] c[ b] c8 d4 c16 bes \times 2/3 {a^"5)" g f} \times 2/3 {d'^"5)" c bes} a8 g \grace {g8} f4 r8^"8)" \bar"||" } \addlyrics { } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4) } } \layout { } } \markup { \wordwrap-string #" 1) No metrum in manuscript. " } \markup { \wordwrap-string #" 2) Eigth note in manuscript. " } \markup { \wordwrap-string #" 3) Seemingly a fis and an ais in the manuscript. " } \markup { \wordwrap-string #" 4) Eight note a flat and two sixteenth notes g sharp and f sharp in original. " } \markup { \wordwrap-string #" 5) Triads added. " } \markup { \wordwrap-string #" 6) Dot added. " } \markup { \wordwrap-string #" 7) Two quarter notes in original. " }