]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/cadenza.ly
release: 0.0.46.jcn1
[lilypond.git] / input / cadenza.ly
index 0acc9d037a46a690eeea72c949a39172bf3aa413..c631aaa5d986d22f8f47c9a2c21d82a7e156c53a 100644 (file)
@@ -6,7 +6,7 @@
 
 cad = \melodic{ 
                \cadenza {1}
-               \grouping{1*4}\duration { 8}
+               \grouping{1*4}\duration { 8}\octave{c}
        \textstyle "italic"
        \clef \violin 
        c'4.mf g8
@@ -16,7 +16,7 @@ cad = \melodic{
        [b()c'] g-\fermata
                \bar \empty
                        c [c_"rubato" e g c']
-       \octave{'}
+       \octave{c'}
        e4. e [g ()f_"rit" e d]
 
        \duration{16}
@@ -34,20 +34,23 @@ cad = \melodic{
        \duration{16}   [d cis d e]
        f4()[f e d c]
        'b4
-       \octave{} [d'8 c'8 a8]2/3
+       \octave{c} [d'8 c'8 a8]2/3
        g2
                \bar \empty 
-       [g c e g] [c' e g c']\octave{'
+       [g c e g] [c' e g c']\octave{c
        [e 'g c e] g4^\fermata %()% BUG!
                \bar \empty 
-       [g8.(_"a \tempo" e g8. )e]
+       [g8.(_"a tempo" e g8. )e]
        a4. g8 [f8 e8 d8 c8]
        'g2 d2^"tr"
        c4
        }
 
 \score {
-       \staff { cad }
-       \paper {}
+       \staff { melodicregs cad }
+       \paper {
+       
+               \unitspace 14\mm
+               \geometric 1.4}
        \midi { \tempo 4:90 }
 }