]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/voice-switch-slur.ly
c2215de608f64b3872e98448319dc8b1e694e30e
[lilypond.git] / input / bugs / voice-switch-slur.ly
1
2         % docme.
3 \score{
4         \context Staff <
5                 \context Voice=one\skip 1;
6                 \context Voice=two\skip 1;
7                 \context Voice=one \partcombine Voice
8                         \context Thread=one \notes\relative c'' {
9                                 c4( c b )a 
10                                 a( b c )d
11                         }
12                         \context Thread=two \notes\relative c'' {
13                                 a4( c b )a
14                                 a( b c )a
15                                 
16                         }
17         >
18         \paper{
19                 linewidth=140.\mm;
20         }
21 }
22
23