]> git.donarmstrong.com Git - lilypond.git/blobdiff - mutopia/W.A.Mozart/cadenza.ly
release: 1.1.8
[lilypond.git] / mutopia / W.A.Mozart / cadenza.ly
index e45f5fd9e785de2d0ebcbda97cf6711ce104c550..5367473c2a31f74ad6e0536673f1636d03e99f48 100644 (file)
@@ -13,10 +13,10 @@ 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.10";
 
 
-cad = \melodic  \relative c' {
+cad = \notes  \relative c' {
        \property Score.instrument = "french horn"
        \type Staff {
        \cadenza 1;
@@ -46,7 +46,7 @@ cad = \melodic  \relative c' {
        [d16 cis d e]
        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 {
        }