]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-polyphonic.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / rest-polyphonic.ly
1 \header {
2
3   texidoc = "In polyphonic situations, rests are moved down
4 even if there is no opposite note or rest. The amount is two
5 @code{staff-space}s. "
6
7 }
8
9 \layout { ragged-right = ##t }
10
11
12 \version "2.11.51"
13
14
15 \new Staff  \relative c' {
16   << { r8 g''4 g8 r g4 g8 } \\
17      { d,4    r   d   r   } >>
18 }
19
20