]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/broken.ly
release: 1.1.41
[lilypond.git] / input / test / broken.ly
index f4e4932a7a347af6b74b3a5a51d3a05ac000f4eb..9023a39b7df6d0579268156615e5025c442eae22 100644 (file)
@@ -1,13 +1,13 @@
 \header{
 enteredby =     "jcn";
 copyright =     "PD";
-TestedFeatures =        "This file tests Feta embedded slurs"
+TestedFeatures =        "This file tests Feta embedded slurs" +
         "(Feta definitively is not an abbreviation of Font-En-TjA)";
 }
 
-\version "1.0.1";
+\version "1.0.16";
 
-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
        }