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