]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/pc-switch-slur.ly
*** empty log message ***
[lilypond.git] / input / regression / pc-switch-slur.ly
1 \version "1.7.18"
2 \header{
3 texidoc="The partcombiner should not combine two small slurs into a big one."
4 }
5
6 \score{
7         \context Staff <
8                 \context Voice=one\skip 1
9                 \context Voice=two\skip 1
10                 \context Voice=one \partcombine Voice
11                         \context Thread=one \notes\relative c'' {
12                                 c4( c b  a-) 
13                                 a( b c  d-)
14                         }
15                         \context Thread=two \notes\relative c'' {
16                                 a4( c b  a-)
17                                 a( b c  a-)
18                                 
19                         }
20         >
21         \paper{
22                 linewidth=140.\mm
23         }
24 }
25
26
27 %% new-chords-done %%