\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 = "24. giga Corelli" } \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 a \minor \clef treble % \relative g' { \set melismaBusyProperties = #'() \partial 8 \time 12/8 % #right == #1 % #begin-of-line-invisible == #(vector #t #t #f) \override Score.RehearsalMark #'break-visibility = #(vector #t #t #f) e'8 a8 b gis a b gis a4. a8 b c g8 a e f g d e g c e, d c d8 c' b d, c b c e a c, e a b,8 d gis b, d gis a, c e a, c e gis, b e gis, b e a, c f a, c f b, d g b, d g e d c e g a cis,8 e a cis, e a f8 e d e gis, e' a,8 c e f, e' d e4.^"1)" c4.^"1)" e4.^"1)" c4.^"1)" e4.^"1)" r8 r8 \bar ":..:" g8 e8 d c e d c g b c e, c' d f,8 d' e g, c b a b c e, c' d f,8 d' e g, c b a b c g' c, g' a8 c, a' b c, b' c g f e d c a8 b c g c b c4. c'8 b a g8 f e d e c g b c e, c' d f,8 d' e g, c b c4.~ c4 e8 a8 b gis a b gis a4.\prall a8 b a g8 a e f g d e g c e, d c d8 c' b d, c b c e a c, e a b,8 d gis b, d gis a, c f a, g f g8 f' e g, f e f e' d gis, d' e a,8 b c e, a gis a c f a, g f g8 f' e g, f e f e' d gis, d' e a,8 b c e, a gis a4.~ a4 \bar ":|." } \addlyrics { } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4) } } \layout { } } \markup { \wordwrap-string #" Bij de melodie is een baspartij genoteerd in de bron. 1) Dubbelgreep. " }