\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 = "3" } \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 g \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) \times 2/3 {b8 c d} \times 2/3 {d c b} \times 2/3 {b a g} | \times 2/3 {fis g a} \times 2/3 {a g fis} \times 2/3 {fis e d} | \times 2/3 {fis g a } \times 2/3 {a g fis} \times 2/3 {fis e d} | \times 2/3 {b' c d} \times 2/3 {d c b} \times 2/3 {b a g}| \times 2/3 {b c d} \times 2/3 {d c b} \times 2/3 {b a g} | \times 2/3 {a b cis} d4. a8 | a16 g fis e g fis e d fis e d cis | d2.\bar"||" \times 2/3 {d'8 e f} \times 2/3 {f e d} \times 2/3 {c b a}| gis8 f' e gis, \grace {gis4} a4| \times 2/3 {c8 d e} \times 2/3 {e d c} \times 2/3 {b a g}| fis8 e' d fis, \grace {fis8} g4| \times 2/3 {bes8 a g} \times 2/3 {e' d cis} \times 2/3 {g' fis e}|\times 2/3 {a,8 g fis} \times 2/3 {fis'8 e d} \times 2/3 {a' g fis}|g16 fis e d c b a g a8. g16|g2.\bar"|." } \addlyrics { } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4) } } \layout { } }