\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 = "Air. De Lente. Hoort nu Apollo" } \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 \minor \clef treble % \relative a' { \set melismaBusyProperties = #'() \time 6/4 % #right == #1 % #begin-of-line-invisible == #(vector #t #t #f) \override Score.RehearsalMark #'break-visibility = #(vector #t #t #f) a4.\segno g8 f4 c'4. bes8 a4 d4. c8 bes4 c2 f,4 a4. g8 f4 c'4. bes8 a4 d4. c8 bes4 c2 f,4 r r f' c2 c4 d2 d4 a a f' c2 c4 d2 d4 a2 a4 bes4. a8 g4 c4. bes8 a4 g2. f2. bes4. a8 g4 c4. bes8 a4 g2^"+"( f4) f2.\fermata~f2 \fine \bar":..:" c'4_"Langsaam" \time 3/4 d e f8 e e2^"+" g4 d4. d8 e f g2^"+" f8 e d2.^"+" c2. e4 f e e4. d8 c4 b4. c8 a4 gis2.^"+" e2. b'4 c d \time 6/4 e2.^"+"~ e2.^"1)" e2. e4. d8 c4 b c d c d c b4. c8 d4 c4. d8 c4 b4. c8 d4 e4. d8 c4 bes2.^"+" a2. a4 b cis d e f e4. f8 d4 cis2 a4 e' f g a2.~a2.~a2. a4. g8 f4 e4. f8 g4 f4. g8 f4 e4. f8 g4 f4. g8 f4 e4. f8 g4 a4. g8 f4 e2. d2.~d2.\segno \bar"||" \dcf } \addlyrics { } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4) } } \layout { } } \markup { \wordwrap-string #" Fine in maat 12 ontbreekt in bron. 1) Halve noot in bron. " }