]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.21
authorfred <fred>
Sun, 29 Dec 1996 00:28:53 +0000 (00:28 +0000)
committerfred <fred>
Sun, 29 Dec 1996 00:28:53 +0000 (00:28 +0000)
cadenza.ly

index 0ed66019c09af8b1e184dc34b30df1ab4280861c..b61616cf02131f991f288b3496f4011102b7fe49 100644 (file)
@@ -4,27 +4,30 @@
 
 cad = music { $
        \duration { 8}
-       'c4. g8 ['e()'d 'c b]
-       [b()c] g c [c e g 'c]
+       \textstyle "italic" 
+       'c4._"f" g8
+       \textstyle  "roman" 
+                                       ['e^"accel" ()'d 'c b]
+       [b()'c] g-\fermata c [c_"rubato" e g 'c]
        \octave{'}
-       e4. e [g ()f e d]
+       e4. e [g ()f_"rit" e d]
 
        \duration{16}
        dis4()e4 r8 [c d] [e f g gis]
        \duration{4}
-       a `f()`e g
-       f `d()`cis e
+       a-> `f()`e g
+       f-> `d()`cis e
        \duration{8}    
-       d4 r8 `a [`b cis]
+       d4^\fermata r8 `a [`b cis]
        \duration{16}
        [d cis d e]
        f4()[f e d c] `b4
-       \octave{} ['c8 b8] % triplet!
+       \octave{} \plet{2/3} ['d8 'c8 a8] \plet{1/1} % triplet!
        g2 [g c e g] ['c e g 'c]\octave{'} 
-       [e `g c e] g4 %()% BUG!
-       [g8.( e g8. )e]
+       [e `g c e] g4^\fermata %()% BUG!
+       [g8.(_"a tempo" e g8. )e]
        a4. g8 [f8 e8 d8 c8]
-       `g2 d2
+       `g2 d2^"tr"
        c4 $}
 
 score {
@@ -32,4 +35,4 @@ score {
                music { cad }
        }
        commands { meter 4 4 skip 13:0 }
-}
\ No newline at end of file
+}