]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-polyphonic.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[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 in @code{staff-position}s is set by @code{voiced-position}."
6
7 }
8
9 \layout { ragged-right = ##t }
10
11
12 \version "2.19.21"
13
14
15 \new Staff  \relative {
16   << { r8 g''4 g8       r g4 g8 } \\
17      { d,4    r \stemUp b   r   } >>
18  \override Staff.Rest.voiced-position = 2
19   << { r8 g''4 g8       r g4 g8 } \\
20      { d,4    r \stemUp b   r   } >>
21 }
22
23