]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/gourlay.ly
release: 1.5.43
[lilypond.git] / input / test / gourlay.ly
index 51c2d0f60f809f257fb66edde7f5ece4f958ac47..432a551158de10cf96ad8043d3a14acc1d13dac5 100644 (file)
@@ -1,10 +1,5 @@
-\header{
-enteredby =     "jcn";
-copyright =     "PD";
-TestedFeatures =        "This file tests some nasty Gourlay spacings";
-}
+\version "1.3.146"
 
-\version "1.0.4";
 
 %{
 
@@ -13,12 +8,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
        }
 }