]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.81
authorfred <fred>
Mon, 28 Aug 2000 12:05:44 +0000 (12:05 +0000)
committerfred <fred>
Mon, 28 Aug 2000 12:05:44 +0000 (12:05 +0000)
input/bugs/voice-switch.ly [new file with mode: 0644]

diff --git a/input/bugs/voice-switch.ly b/input/bugs/voice-switch.ly
new file mode 100644 (file)
index 0000000..d515666
--- /dev/null
@@ -0,0 +1,21 @@
+\score{
+       \context Staff <
+               \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
+                               
+                       }
+       >
+       \paper{
+               linewidth=140.\mm;
+       }
+}
+
+