]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-collision-default.ly
127795525480c6971285a998e097c787c258a5d1
[lilypond.git] / input / regression / rest-collision-default.ly
1 \version "1.7.18"
2
3 \header
4 {
5 texidoc = "Rests in collisions sit opposite of the note if no direction is
6   specified for the voice containing the rest."
7 }
8
9
10 \score{\notes\relative c''
11        \context Staff <
12 \time 2/4
13 \context Voice=upper {
14     r4 }
15 \context Voice=lower {\voiceTwo
16 b8  }>}
17