]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-collision-default.ly
* python/lilylib.py (error_log): use mktemp iso. temp_dir. This
[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     \paper { raggedright= ##t }
11
12 \score{\notes\relative c''
13        \context Staff <
14 \time 2/4
15 \context Voice=upper {
16     r4 }
17 \context Voice=lower {\voiceTwo
18 b8  }>}
19