]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rest-collision-note-duration.ly
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / rest-collision-note-duration.ly
1 \version "2.12.2"
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 }