]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/gourlay.ly
small fixes.
[lilypond.git] / input / test / gourlay.ly
index 144656f5e4e42376db6298a9760abebad93e4bb1..5d35e4260bd084052a2f0441247b3392029995f2 100644 (file)
@@ -1,24 +1,22 @@
+\version "2.2.0"
 \header{
-enteredby =     "jcn";
-copyright =     "PD";
-TestedFeatures =        "This file tests some nasty Gourlay spacings";
-}
-
-\version "1.0.3";
 
-%{
+    texidoc="@cindex Gourlay
 
-This is taken from [Gourlay]'s paper on breaking lines
+The breaking of line works also with polyphony. 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 }
-               >
-       \paper{
-           linewidth = 8.\cm;
-       }
+       \notes \context Staff  \relative c'' <<
+           { \stemUp d2 d     | d d | d4 d2. | \break  c1 }
+           \\
+           { \stemDown g4 g g g | \times 2/3 { g2 g2 g2 } | g4. g8 g2 | c1 }
+       >>
+       \paper{
+               raggedright = ##t
+       }
 }
 
+