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