]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/mmrest-collide.ly
patch::: 1.3.144.jcn6
[lilypond.git] / input / bugs / mmrest-collide.ly
1 %
2 % multi-measure-rests should collide with notes, just as normal rests.
3 %
4 \score {
5   \notes\context Staff <
6      \context Voice=one \relative c''{
7        d d d d
8        d d d d
9      } 
10      \context Voice=two {
11        r1
12        R
13      } 
14   >
15 }