\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 = "NLB147011_01" } \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 d \major \clef treble % \relative g' { \set melismaBusyProperties = #'() \time 4/4 % #right == #1 % #begin-of-line-invisible == #(vector #t #t #f) \override Score.RehearsalMark #'break-visibility = #(vector #t #t #f) a r d4. cis8 b4 cis d r a r a4. b8 a4 g e r a r d4. cis8 b4 cis d r e r e4. d8 cis4 b a r \bar "||" fis' fis8 fis fis4 fis fis2. a,4 fis' e d cis cis2 b g'4 g8 g g4 g g2. e4 d cis b cis d2~ d4 r \bar "||" b1^"1)" c2 b d1 a2 r b1 a2 g a1 d,2 r b'1^"1)" c2 b d a~ a \times 2/3 {a4 b c} d2 s \times 2/3 {d4^"1)" a b} c2 b4 a g2 b4. a8 g4. g8 g2 r bes1^"1)" bes4\staccato bes\staccato a( g) d'1 a2 r4 d^"1)" d d g, a bes2 a4 g d1 \times 2/3 {d4 e fis} \times 2/3 {g a b} b1 c2^"1)" b e,4 b' a2 a \times 2/3 {a4 b c} d2 \times 2/3 {d4^"1)" a b} c2 b4 a g2 b4. a8 g4 g g2 \bar "||" a4 r d4. cis8 b4 cis d r a r a4. b8 a4 g e r a r d4. cis8 b4 cis d r e r e4. d8 cis4 b a r \bar "|." fis' fis8 fis fis4 fis fis2. a,4 fis' e d cis cis2 b g'4 g8 g g4 g g2. e4 d cis b cis d2~ d4^"2)" r\fine \bar "||" } \addlyrics { } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4) } } \layout { } } \markup { \wordwrap-string #" 1) Één kruis voor aan de balk. 2) Fermate op de slotstreep. " }