\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 = "51. marche" } \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 4 \time 2/2 % #right == #1 % #begin-of-line-invisible == #(vector #t #t #f) \override Score.RehearsalMark #'break-visibility = #(vector #t #t #f) c4 f4 e8. d16 c4 bes a8. f16 g8. e16 f4 c'8. bes16 a8 f' f c d g g d e4\prall c r4 g'4 a8. c,16 f8. a16 g8. c,16 e8. g16 f8 e d c b4\prall g'8. d16 e8. c16 d8. a16 b4.\trill c8 \pv c2. s4 \bar ":..:" \sv c2. g'8. f16 \xv e4\prall d8. c16 f4 g a8. c,16 f8. a16 g4 a8. e16 f4 e8 d cis4\prall d e4 a,2 cis4\prall d8[ a] \times 2/3 {a8 bes a} e'8[ a,] \times 2/3 {a8 bes a} f'8[ a,] \times 2/3 {a8 bes a} g8. g'16 f8. e16 f8. d16 e8. b16 cis4.\prall d8 d2 r8 f8 e f g8. c,16 bes8. a16 a8._"piano" f'16 e8. f16 g8. bes,16 bes8. a16 a4 f'8._"forte" es16 d8. d16 e8. f16 e4 f8.\trill e32( f) g4 c, r4 g'8. bes,16 a8. f'16 a,8. f'16 g,4 g'8._"piano" bes,16 a8. f'16 a,8. f'16 g,4 bes'8._"forte" g16 a8. f16 g8. d16 e4.\trill f8 f2. \bar ":|." } \addlyrics { } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4) } } \layout { } } \markup { \wordwrap-string #" Bij de melodie is een baspartij genoteerd in de bron. " }