]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-collision-default.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / regression / rest-collision-default.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.4"
3
4 \header
5 {
6 texidoc = "Rests in collisions sit opposite of the note if no direction is
7   specified for the voice containing the rest."
8 }
9
10
11     \paper { raggedright= ##t }
12
13 \score{\notes\relative c''
14        \context Staff <<
15 \time 2/4
16 \new Voice {
17     r4 }
18 \new Voice {\voiceTwo
19 b8  }>>}
20