]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-collision-note-duration.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / rest-collision-note-duration.ly
1 \version "2.19.21"
2
3 \header { texidoc =
4 "Vertical rest positions in a multi-voice staff should obey the duration of
5 notes; this is, they shouldn't return to a default position too early.
6 "
7 }
8
9 \relative {
10   << { g'1  g2 } \\
11      { \repeat unfold 2 {r8 d4 d8 r d4 d8} } >>
12 }