\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 = { \bar "" \break } bBreak = { \break } \header { tagline = "" title = "Zing en dans, stook vreugdevuuren, / Zing en dans, [...]" } \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 g \mixolydian \clef treble % \relative g' { \set melismaBusyProperties = #'() \partial 8*2 \time 2/2 % #right == #1 % #begin-of-line-invisible == #(vector #t #t #f) \override Score.RehearsalMark #'break-visibility = #(vector #t #t #f) d8 d g16( a g a b c b c d8) e d8. c16 b8 g r4 r2 r4 \mBreak d8 d g16( a g a b c b c d8) e d8. c16 b8 g r8^"1)" \mBreak b16 a b8 a b a16( g) a4 \mBreak a8 a a16( b a g fis g fis e d4) r8 \mBreak d'16 d16 d( e d c b c b a g8) b a8.^"2)" g16 a4 r8 \mBreak d16 c b8 e cis8.^"3)" d16 d2. \bar ":..:" \bBreak a8 b c c c8. b16 b4 r8 \mBreak c16 d e( f e d c d c b a4) r8 \mBreak b16 c d( e d c b c b a g8) b a8.^"2)" g16 fis8 d r8 \mBreak d'16 d d2~ d2~ d2~ d4. c16 b a8 b b a16( g) g( fis g a g a fis g a g a b a b g a b4.) \mBreak d16 d d8 c16( b) b8^"4)" a16( g) g4. \mBreak d'16 d d8 c16( b) b8 a16( g) g8 a8 d, fis \pv g4 s4 \bar ":|." \sv g1 \xv \bar ":..:" \bBreak } \addlyrics { Zing en dans, _ _ _ _ _ _ _ _ stook vreug -- de vuu -- ren, Zing en dans, _ _ _ _ _ _ _ _ stook vreug -- de vuu -- ren, Zing en dans, Den Vy -- and _ zugt, Zing en dans, _ _ _ _ _ _ _ _ Zing en dans _ _ _ _ _ _ _ _ Den Vy -- and zugt, En Mons beeft voor "'t krygs" -- ge -- rucht, Zing en dans in "d' o" -- pen lucht, Zing en dans, _ _ _ _ _ _ _ _ Zing en dans, _ _ _ _ _ _ _ _ En vlecht Lauw -- rie -- ren, Zing en dans, _ _ _ Zing en dans, De Vy -- and _ vlugt, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Zing en dans, De _ Vy -- and _ vlugt, Zing en dans, De _ Vy -- and _ vlugt, De Vy -- and vlugt, vlugt. } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4) } } \layout { } } \markup { \wordwrap-string #" 1) Hele rust in bron. 2) Ongepuncteerde achtste noot in bron. 3) Gepuncteerde kwartnoot in bron. 4) Gepuncteerde achtste noot in bron. " }