]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/mmrest-collide.ly
patch::: 1.5.7.jcn1
[lilypond.git] / input / bugs / mmrest-collide.ly
1 \version "1.3.148"
2 \header {
3 texidoc="multi-measure-rests (bar 2) should `collide' (ie, not clash)
4  with notes, just as normal rests (bar 1)."
5 }
6
7 \score {
8   \notes\context Staff <
9      \context Voice=one \relative c''{
10        d d d d
11        d d d d
12      } 
13      \context Voice=two {
14        r1
15        R
16      } 
17   >
18 }