]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/gourlay.ly
patch::: 1.0.12.hwn1
[lilypond.git] / input / test / gourlay.ly
index 51c2d0f60f809f257fb66edde7f5ece4f958ac47..38dd6faa522591dbe54b4ef6ebc08062dab87e22 100644 (file)
@@ -4,7 +4,7 @@ copyright =      "PD";
 TestedFeatures =        "This file tests some nasty Gourlay spacings";
 }
 
-\version "1.0.4";
+\version "1.0.6";
 
 %{
 
@@ -14,11 +14,11 @@ This is taken from [Gourlay]'s paper on breaking lines
 
 \score{
        \notes \type Staff  \transpose c''<
-               { \stemup; d2 d     | d d | d4 d2. | \break;  c1 }
-               \transpose c, { \stemdown; g4 g g g | \[2/3 g2 g2 g2 \] | g4. g8 g2 | c1 }
+               { \stemup d2 d     | d d | d4 d2. | \break  c1 }
+               \transpose c, { \stemdown g4 g g g | \[2/3 g2 g2 g2 \] | g4. g8 g2 | c1 }
                >
        \paper{
-           linewidth = 8.\cm;
+           linewidth = 8.\cm
        }
 }