From: fred Date: Mon, 28 Aug 2000 12:05:44 +0000 (+0000) Subject: lilypond-1.3.81 X-Git-Tag: release/1.5.59~5731 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a3c446eb59e4311f18e8d9e6985c0d238fa10461;p=lilypond.git lilypond-1.3.81 --- diff --git a/input/bugs/voice-switch.ly b/input/bugs/voice-switch.ly new file mode 100644 index 0000000000..d515666e94 --- /dev/null +++ b/input/bugs/voice-switch.ly @@ -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; + } +} + +