1\version "2.19.21"
2
3\header { texidoc =
4"Vertical rest positions in a multi-voice staff should obey the duration of
5notes; 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}
13