]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/gourlay.ly
(conv): add 2.2.0 rule.
[lilypond.git] / input / test / gourlay.ly
index f57627fde544a7a9fba2e3d3e5e0613f46224be7..8cfca18ccef99d25d704e0411d1fd403a58b842c 100644 (file)
@@ -1,25 +1,22 @@
+\version "2.1.36"
 \header{
-enteredby =     "jcn";
-copyright =     "PD";
-TestedFeatures =        "This file tests some nasty Gourlay spacings";
-}
-
-\version "0.1.10";
 
-%{
+    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{
-       \melodic \multi 2 < \octave c'';
-               { \stemup; d2 d     | d d | d4 d2. | \break;  c1 }
-               \octave 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
+       }
 }
 
+