]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/gourlay.ly
* scm/paper.scm (set-staff-size): new function: set default
[lilypond.git] / input / test / gourlay.ly
index f04b4f961ed896e6dca5183ea88cc618ce402e2b..f5ba7ffa8ffc9e67f1b3c9d72136b2b9e2d1727e 100644 (file)
@@ -1,18 +1,22 @@
-\version "1.1.52";
+\version "2.1.7"
+\header{
 
-%{
+    texidoc="@cindex Gourlay
 
-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
+       }
 }
 
+