]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/W.A.Mozart/cadenza.ly
release: 1.1.43
[lilypond.git] / mutopia / W.A.Mozart / cadenza.ly
index e45f5fd9e785de2d0ebcbda97cf6711ce104c550..bb1324dea68c274f7b59781bf517df02253197fe 100644 (file)
@@ -13,12 +13,12 @@ Tested Features: cadenza mode
 Ugh.. Wish we had grace notes....  It adds another dimension to this
 piece of music.  %}
 
-\version "1.0.1";
+\version "1.0.19";
 
 
-cad = \melodic  \relative c' {
+cad = \notes  \relative c' {
        \property Score.instrument = "french horn"
-       \type Staff {
+       \context Staff {
        \cadenza 1;
        \grouping 1*4;
 
@@ -44,9 +44,9 @@ cad = \melodic  \relative c' {
 
        r8 a [b cis]
        [d16 cis d e]
-       f4() [f16 e d c]
+       f4( [  )f16 e d c]
        b4-\turn
-       [2/3 d8 c8 a8]1/1
+       \times 2/3 { [ d8 c8 a8] }
        g2
                \bar "" ;
        [g16 c, e g] [c e, g c]
@@ -58,7 +58,7 @@ cad = \melodic  \relative c' {
        c4
        }}
 \score {
-       \melodic { \cad }
+       \notes { \cad }
        \midi { \tempo 4 = 90; }
        \paper {
        }