From: fred Date: Sun, 24 Mar 2002 19:37:29 +0000 (+0000) Subject: lilypond-0.0.46.jcn1 X-Git-Tag: release/1.5.59~5062 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=012d79627ad0209fed75e0b37810e06a327c6799;p=lilypond.git lilypond-0.0.46.jcn1 --- diff --git a/input/cadenza.ly b/input/cadenza.ly index 0acc9d037a..c631aaa5d9 100644 --- a/input/cadenza.ly +++ b/input/cadenza.ly @@ -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 } }