]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/gourlay.ly
release: 1.3.60
[lilypond.git] / input / test / gourlay.ly
index 38dd6faa522591dbe54b4ef6ebc08062dab87e22..0c0cb2f3144322b2b6507fbdaa5efe3c72d5ec1d 100644 (file)
@@ -1,10 +1,4 @@
-\header{
-enteredby =     "jcn";
-copyright =     "PD";
-TestedFeatures =        "This file tests some nasty Gourlay spacings";
-}
-
-\version "1.0.6";
+\version "1.3.59";
 
 %{
 
@@ -13,12 +7,12 @@ 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 }
+       \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;
        }
 }