]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/gourlay.ly
release: 1.1.62
[lilypond.git] / input / test / gourlay.ly
index 0975b2d9783999abc73047afae7fd46b6427670e..f04b4f961ed896e6dca5183ea88cc618ce402e2b 100644 (file)
@@ -1,9 +1,3 @@
-\header{
-enteredby =     "jcn";
-copyright =     "PD";
-TestedFeatures =        "This file tests some nasty Gourlay spacings";
-}
-
 \version "1.1.52";
 
 %{
@@ -13,12 +7,12 @@ This is taken from [Gourlay]'s paper on breaking lines
 %}
 
 \score{
-       \notes \context Staff  \transpose c''<
-               { \stemup d2 d     | d d | d4 d2. | \break  c1 }
-               \transpose c, { \stemdown g4 g g g | \times 2/3 { g2 g2 g2 } | g4. g8 g2 | c1 }
+       \notes \context Staff  \relative c'' <
+               \context Voice = VA { \stemup d2 d     | d d | d4 d2. | \break  c1 }
+              \context Voice = VB { \stemdown g4 g g g | \times 2/3 { g2 g2 g2 } | g4. g8 g2 | c1 }
                >
        \paper{
-           linewidth = 8.\cm
+           linewidth = 9.\cm;
        }
 }