]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-collision-note-duration.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / rest-collision-note-duration.ly
1 \version "2.14.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 }