]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/gourlay.ly
(conv): add 2.2.0 rule.
[lilypond.git] / input / test / gourlay.ly
index 8e84bcb49a1ef356ad2dc2300683c61e3b161b70..8cfca18ccef99d25d704e0411d1fd403a58b842c 100644 (file)
@@ -1,20 +1,22 @@
-\version "1.7.6"
+\version "2.1.36"
+\header{
 
+    texidoc="@cindex Gourlay
 
-%{
+The breaking of line works also with polyphony. This is taken from 
+Gourlay's paper on breaking lines.  "
 
-This is taken from [Gourlay]'s paper on breaking lines
-
-%}
+}
 
 \score{
-       \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 = 9.\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
+       }
 }
 
-%% new-chords-done %%
+