]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/gourlay.ly
release: 1.3.118
[lilypond.git] / input / test / gourlay.ly
index a1c477eb01a80b0b0c82216e41d95e378176564e..ecf56cefdc01edba41eacffbd675d4d583c388a4 100644 (file)
@@ -1,10 +1,4 @@
-\header{
-enteredby =     "jcn";
-copyright =     "PD";
-TestedFeatures =        "This file tests some nasty Gourlay spacings";
-}
-
-\version "1.0.2";
+\version "1.3.117";
 
 %{
 
@@ -13,12 +7,12 @@ This is taken from [Gourlay]'s paper on breaking lines
 %}
 
 \score{
-       \melodic \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;
        }
 }