]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/broken.ly
release: 1.1.41
[lilypond.git] / input / test / broken.ly
index 16b44a6f6edc87fb8c7fa7111689abd8c1cb11aa..9023a39b7df6d0579268156615e5025c442eae22 100644 (file)
@@ -1,22 +1,22 @@
 \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 "0.1.15";
+\version "1.0.16";
 
-shortlong = \melodic{
+shortlong = \notes{
        c4()c( c c  |
        c c c c |
        c c c c |
-       \break;
+       \break
        c c c )c |
 }
 
-broken = \melodic{
-      \octave c'';
+broken = \notes\transpose c''{
+
       c c c c()
       c c c c(
       c )c c c(
@@ -24,13 +24,13 @@ broken = \melodic{
       )a' a' a' a'()
       a' a' a' a'()
       c( c c )c 
-      c( c c )'f 
+      c( c c )f,
       f,( c c )c 
-      f,( c c )'f
+      f,( c c )f,
 }
 
 \score{
-       \melodic
+       \notes
 %              \shortlong
                \broken
        }