\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 = "Dieu d'amour en ce Jour; [geen wijsaanduiding]" } \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 e \major \clef treble % \relative g' { \set melismaBusyProperties = #'() \time 2/4 % #right == #1 % #begin-of-line-invisible == #(vector #t #t #f) \override Score.RehearsalMark #'break-visibility = #(vector #t #t #f) gis8. a16 b8 r8 fis8. gis16 a8 r8 \mBreak gis8 b16 gis fis8 a16 fis e8 fis e r8 \mBreak gis8. a16 b8. b16 cis8. dis16 e8 r16 \mBreak e16 dis16. b32^"1)" gis'16. e32 dis8 cis b4 r4\bar ":..:" \bBreak fis8. gis32 fis b16 a gis fis e8. fis16 gis8 r8 \mBreak b8. cis32 b e16 b a gis gis4( fis8) \mBreak fis16 gis a8. b16 cis8 cis16 dis e8. fis16 gis8 r16 \mBreak b,16 b e cis a gis8 fis e4 r4\bar ":|." \bBreak } \addlyrics { Dieu "d'a" -- mour en ce Jour vien a -- vec Mars nous def -- fen -- _ dre Oui _ vien def -- fen -- _ dre et tes _ loix _ et ta Cour La beau -- _ té _ pour ce ren -- _ dre ne _ _ coû -- _ te que lon -- neur et ve -- nus de -- vient plu _ ten -- _ dre quand la Gloi -- "re a" -- jou -- "te au" bon -- neur. } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 68 4) } } \layout { } } \markup { \wordwrap-string #" 1) Zestiende noot in bron. " }