\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 = "No402. Juffrouw Jacoba" } \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 a \major \clef treble % \relative g' { \set melismaBusyProperties = #'() \partial 4*1 \time 2/2 % #right == #1 % #begin-of-line-invisible == #(vector #t #t #f) \override Score.RehearsalMark #'break-visibility = #(vector #t #t #f) e'8. d16 cis8. e16 gis,8. b16 a4 e8. d16\times 2/3 {cis8 d e}\times 2/3 {gis,8 a b} a4 a''8 gis gis (fis) fis (e) e (d) d (cis)\grace {cis8} e4 d16 cis b cis b4 e8. d16\times 2/3 {cis8 d e}\times 2/3 {d8 cis b} a4 fis'8. e16\times 2/3 {dis8 e fis}\times 2/3 {e8 dis cis} b4 b'8. cis16 b8. cis16\grace {b16} a8 gis16 fis e4 fis\trill\pv e b16 a gis fis e4 s4\bar ":|." \sv e2 s2\xv\bar ".|:" a'4\trill 8. 16 g8. a16 b8 a16 g\times 2/3 {fis8 e d} d8. d16 d2 b''4\trill 8. 16 a8. b16\grace {d16} cis8 b16 a\times 2/3 {gis8 fis e} e8. e16 e2 \times 2/3 {d8 e cis}\times 2/3 {d8 e b}\times 2/3 {cis8 e a}\times 2/3 {e'8 cis a}\times 2/3 {d,8 e cis}\times 2/3 {d8 e b}\times 2/3 {cis8 e a}\times 2/3 {e'8 cis a} fis8 d'\grace {e16} d8 cis16 b a8. e16 b'4\times 2/3 {a8 e d}\times 2/3 {cis8 d e} a,\bar ":|." } \addlyrics { } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4) } } \layout { } }