]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/voice-switch.ly
release: 1.5.24
[lilypond.git] / input / test / voice-switch.ly
index 0682bf80296e135d695a48353e5b5452ddfdc3ab..0d67033b9c174c12fd5308a6c83b467c91f30468 100644 (file)
@@ -1,8 +1,9 @@
+\version "1.3.146"
 
 \score{
        \context Staff <
-               \context Voice=one\skip 1;
-               \context Voice=two\skip 1;
+               \context Voice=one\skip 1
+               \context Voice=two\skip 1
                \context Voice=one \partcombine Voice
                        \context Thread=one \notes\relative c'' {
                                c2 c2
@@ -15,7 +16,7 @@
                        }
        >
        \paper{
-               linewidth=140.\mm;
+               linewidth=140.\mm
        }
 }