]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-collision-default.ly
release commit
[lilypond.git] / input / regression / rest-collision-default.ly
1 \version "2.1.22"
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     \paper { raggedright= ##t }
11
12 \score{\notes\relative c''
13        \context Staff <<
14 \time 2/4
15 \new Voice {
16     r4 }
17 \new Voice {\voiceTwo
18 b8  }>>}
19