\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 = "No 4. La Reine De pruse" } \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 c \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) c4 c c c c a'4 a2 e4 c2 g4 c8 b c d e f a2 a4 g2 f4 d4. r8 g4 g8( fis) g\staccato a\staccato b\staccato cis\staccato d4 r4 g,,4 c8( b c e\staccato g)\staccato e\staccato d( cis d) e\staccato f\staccato a\staccato g( fis) a( g) f\staccato d\staccato \pv c4 r4 r4 \bar":|." \sv c4 r4 g'4 \xv \bar".|:" c4 c,8( e) g( c) b4( a) a4 g,4 b8( d) f( a) f4 e4 g c4 c,8( e) g( c) b2. c8 b a g a b c4 r4 r4\fermata \bar":..:" s2 r8 g8 fis8( g a g f e) e( d) cis( d) e( d) c( b) a( g)\staccato a( b) c8( b) c( d) e( f) fis g a g f e e( d) cis( d) e( d) c( b) a( g) a( b) c4 r4 \bar":..:" e8. e16 e2 e8. e16 e2 e8. e16 e4 e e e e e g2( _">" e4) g2( _">" e4) c2( g4) c2 r8 g'8 fis8( g) a( g) f( e) e( d) cis( d) e( d) c( b) a( g) a(\staccato b)\staccato c8\staccato b(\staccato c\staccato d\staccato e\staccato f)\staccato fis( g) a( g) f( e) e d cis d e d c b a g a b \pv c4 r4 s4 \bar":|." \sv c4 r4 r4 \xv \dcf \bar"|." } \addlyrics { } } \midi { \context { \Score tempoWholesPerMinute = #(ly:make-moment 120 4) } } \layout { } } \markup { \wordwrap-string #" Maat 1 en 32 t/m 40 bevatten dubbelgrepen. " }