]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/solo-a2.ly
Fixes documentation.
[lilypond.git] / input / test / solo-a2.ly
index e3054214dfccb6dc4569d3f9f3493d857b18d20d..e9024be9f6b92f751ac66f1a50ff9f55c9916c4f 100644 (file)
@@ -1,7 +1,9 @@
+\version "1.7.6"
+
 \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''
@@ -14,6 +16,7 @@
                                }
                >
        \paper{
-               linewidth = 100.\mm;
+               linewidth = 100.\mm
        }
 }
+%% new-chords-done %%