]> 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 deea577eb67b68a648ced3fa023d9bf6cf2def98..f5ba7ffa8ffc9e67f1b3c9d72136b2b9e2d1727e 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.7.18"
+\version "2.1.7"
 \header{
 
     texidoc="@cindex Gourlay
@@ -9,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
        }