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