From a3c446eb59e4311f18e8d9e6985c0d238fa10461 Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 28 Aug 2000 12:05:44 +0000 Subject: [PATCH] lilypond-1.3.81 --- input/bugs/voice-switch.ly | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 input/bugs/voice-switch.ly 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; + } +} + + -- 2.39.5