]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/solo-a2.ly
release: 1.3.146
[lilypond.git] / input / test / solo-a2.ly
index b886c7a9c47ad646978058da0770debf610e0a9f..83c2f70697d5ad17407ac80906904b461647b024 100644 (file)
@@ -1,8 +1,9 @@
+\version "1.3.146"
 
 \score{
        \context Staff = one <
-               \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''
@@ -15,6 +16,6 @@
                                }
                >
        \paper{
-               linewidth = 100.\mm;
+               linewidth = 100.\mm
        }
 }