]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/pc-rest-collide.ly
patch::: 1.3.136.jcn1
[lilypond.git] / input / bugs / pc-rest-collide.ly
1 %
2 % when part-combining, rests should collide as in normal case
3 %
4 \score {
5   \notes <
6     \context Staff <
7        \context Voice=one \relative c''{
8          d4 d d d
9          d d d d
10        } 
11        \context Voice=two {
12          r1
13          R
14        } 
15     >
16     \context Staff = Viole <
17         \context Voice=one \partcombine Voice
18                 \context Thread=one \relative c''{ d4 d d d  d d d d }
19                 \context Thread=two { r1 R1 }
20     >
21   >
22   \paper {
23   }
24 }