]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/voice-switch.ly
* Website fixes:
[lilypond.git] / input / test / voice-switch.ly
index d515666e941eb1d377d8762397adaf18d8ec7b20..5950396ca703b09e3c11374d47aeab57164dfeaa 100644 (file)
@@ -1,21 +1,24 @@
+\version "1.7.18"
+
 \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
                                c2 c2
                        }
                        \context Thread=two \notes\relative c'' {
-                               b2 a4 () a
-                               a2 a4 () a
+                               b2 a4 (a-)
+                               a2 a4 (a-)
                                
                        }
        >
        \paper{
-               linewidth=140.\mm;
+               linewidth=140.\mm
        }
 }
 
 
+%% new-chords-done %%