\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 = "317. Het Liet van M: de Pompadour" } \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 g' { \set melismaBusyProperties = #'() \partial 2 \time 2/2 % #right == #1 % #begin-of-line-invisible == #(vector #t #t #f) \override Score.RehearsalMark #'break-visibility = #(vector #t #t #f) a4.\segno bes8 | a4 d g,4. a8 | \app {g} f4\trill d f8 a g bes | a b cis d cis4.\trill d8 | \app {d} e2 a,4. bes8 | a4 d g,4. a8 | \app {g} f4\trill \app {e8} d4 f8 a g bes | a a f' e16( d) \grace {d8} cis4.\trill d8 | d2_"fine" \bar":..:" f4 e8 d | c4. d8 c bes a g | \app {g} a4 f a bes8 c | \grace {c} d4. c8 \grace {c} bes4. a8 | \grace {a} g2 a4 g8 a | \grace {a} bes4. a8 g a bes g | \grace {g} a4 \grace {g8} f4 f8 e f d | a'4. b8 \grace {b} cis4. d8 | \app {d} cis2 s2\segno \bar":..:" s2 c4. d8 | c4 \times 2/3 {bes8 a g} \grace {g} a4. bes8 | a4\trill f c' bes8\trill a | d4 e8 f \grace {a,} g4.\trill f8 | f2 f'4 e8 f | d4 \grace {c8} b4 e4. f8 | \app {d} cis2\trill d4 cis8 d | e4 a g4. \times 2/3 {f16( e f)} | \grace {f8} e2\trill\dc s2\segno \bar"||" } \addlyrics { } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 60 4) } } \layout { } }