]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/broken.ly
release: 1.0.9
[lilypond.git] / input / test / broken.ly
index 0ad9fdbb2bd253401de288eb52b0f70dcb623f2e..27f1d708ae25b65e8def2f5574f7b14167c44182 100644 (file)
@@ -5,9 +5,9 @@ TestedFeatures =         "This file tests Feta embedded slurs"
         "(Feta definitively is not an abbreviation of Font-En-TjA)";
 }
 
-\version "1.0.2";
+\version "1.0.3";
 
-shortlong = \melodic{
+shortlong = \notes{
        c4()c( c c  |
        c c c c |
        c c c c |
@@ -15,7 +15,7 @@ shortlong = \melodic{
        c c c )c |
 }
 
-broken = \melodic\transpose c''{
+broken = \notes\transpose c''{
 
       c c c c()
       c c c c(
@@ -30,7 +30,7 @@ broken = \melodic\transpose c''{
 }
 
 \score{
-       \melodic
+       \notes
 %              \shortlong
                \broken
        }