]> 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 62246421c7f7009efa78e76d51f29529c70f03ad..f5ba7ffa8ffc9e67f1b3c9d72136b2b9e2d1727e 100644 (file)
@@ -1,5 +1,4 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+\version "2.1.7"
 \header{
 
     texidoc="@cindex Gourlay
@@ -10,10 +9,11 @@ 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 }
-               >
+       \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
        }