]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/broken.ly
release: 1.0.10
[lilypond.git] / input / test / broken.ly
index 23333057a24b93e1dbfb9907fc7ba175f1ddb7df..d08dae39efc7c591f376ec43bab1add080071390 100644 (file)
@@ -5,18 +5,18 @@ TestedFeatures =       "This file tests Feta embedded slurs"
         "(Feta definitively is not an abbreviation of Font-En-TjA)";
 }
 
-\version "0.1.9";
+\version "1.0.4";
 
-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 
-      'f( c c )c 
-      'f( c c )'f
+      c( c c )f,
+      f,( c c )c 
+      f,( c c )f,
 }
 
 \score{
-       \melodic
+       \notes
 %              \shortlong
                \broken
        }