\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 = "Gavotta" } \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 f \major \clef treble % \relative g' { \set melismaBusyProperties = #'() \partial 2*1 \time 2/2 % #right == #1 % #begin-of-line-invisible == #(vector #t #t #f) \override Score.RehearsalMark #'break-visibility = #(vector #t #t #f) f8 g a bes < a c>4 4 < c e>4 < bes d>4 2 bes4^"1)" bes^"1)" bes8 g'bes, g'a, g a bes g c, d e f g a bes < a c>4 4 < c e>4 < bes d>4 2 bes8 a g f e'c f4 a,8 f g e f2^"2)"\bar ":..:" 4 4 < f a> d'8 c 4 4 4 4 4 4 < e g>4 c'8 bes 4 4 4 4 bes'4 a d8 f e d cis a b cis d e f g a4 bes8 d, a4 cis\trill d2 r8 d8 e fis g d a'd, bes'a g f e8.\trill d16 c4 r8 c8 d e f c g'c, a'g f es d8.\trill c16 bes4 bes'8 a g f 4 4 4 4 2 f8 c bes a f'd c bes a f'g, e'2\bar ":|." } \addlyrics { } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 132 4) } } \layout { } } \markup { \wordwrap-string #" 1) Tekentje voor de bes in bron. 2) Gepuncteerde noot in bron. " }