\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 = "236.; Ara del Sinjoro Hendel" } \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 \major \clef treble % \relative g' { \set melismaBusyProperties = #'() \time 3/4 % #right == #1 % #begin-of-line-invisible == #(vector #t #t #f) \override Score.RehearsalMark #'break-visibility = #(vector #t #t #f) a2\segno b16. cis32 d8\grace {g,8} fis4 e8 d g16( e8.)^"1)"\grace {g8} fis4 e16( d8.)^"1)" g16( a b8)\grace {b8} a2.\trill a4 d fis16 e8.^"1)" fis4 e16 d8.^"1)" g16( a b8) a4 a8( g) g fis e2. a2 b16( cis d8) cis4 b16( a8.)^"1)" g4 fis e16 d8. cis16 b8. a2. d4 d, e fis\trill e8 d g4 fis8 e e4.\trill d8 d2 r4 a2. g2 g'4 fis8 e e4. d8 d2\fermata r4\bar ":..:" fis4 fis4.\trill e16( fis) g4 b d gis, gis4.\trill fis16( gis) a4 a4.\trill gis16 a a4 cis e b4 d fis\grace {e8} d4 cis8 (b) ais b fis2. b4 b b b4.\trill^"2)" a16( b) cis4 d8( e) cis4 b8. a16 a4 a4. gis16 a b4 b2 b\trill cis4 d b4.\trill a8 a2.\ds\bar ":|." } \addlyrics { } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4) } } \layout { } } \markup { \wordwrap-string #" 1) Achtste noot in bron. 2) Kwartnoot in bron. " }