]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-collision-note-duration.ly
701b55e785bfc656cce22f14c7a0c13ede73483a
[lilypond.git] / input / regression / rest-collision-note-duration.ly
1 \version "2.16.0"
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 c' {
10   << { g'1  g2 } \\
11      { \repeat unfold 2 {r8 d4 d8 r d4 d8} } >>
12 }