]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/broken.ly
Added texidoc index.
[lilypond.git] / input / test / broken.ly
index a8e45c9c48b043f08e54cc35e021e3fcced34afb..4f6cab765cbc05c4a0f4c41d3112d2d65fed81f1 100644 (file)
@@ -1,32 +1,33 @@
+\version "1.7.18"
+% TODO: move to regression or remove?
+
 \header{
-enteredby =     "jcn";
-copyright =     "PD";
-TestedFeatures =        "This file tests Feta embedded slurs" +
-        "(Feta definitively is not an abbreviation of Font-En-TjA)";
+texidoc =       "This file tests  slurs"
 }
 
-\version "1.3.110";
+%% todo: this is very old, still talks about "feta embedded" slurs? 
+
 
-shortlong = \notes{
-       c4()c( c c  |
+shortlong =  \notes{
+       c4(c-)( c c  |
        c c c c |
        c c c c |
        \break
-       c c c )c |
+       c c c c-) |
 }
 
-broken = \notes\transpose c''{
+broken =  \notes\transpose c c'{
 
-      c c c c()
       c c c c(
-      c )c c c(
-      c c )c c(
-      )a' a' a' a'()
+      c-) c c c(
+      c c-) c c(
+      c c c-) c(
+      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 c-) 
+      c( c c f,-)
+      f,( c c c-) 
+      f,( c c f,-)
 }
 
 \score{
@@ -35,10 +36,11 @@ broken = \notes\transpose c''{
                \broken
        }
        \paper{ 
-             indent = 0.0\pt;
+             indent = 0.0\pt
                %for broken!
-               linewidth= 30.\mm;
+               linewidth= 30.\mm
 
        }
 }
 
+%% new-chords-done %%