X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frest-collision-note-duration.ly;h=9c3869427c4a452ade9f53434f96726e5e3c5b20;hb=f6be8223afafc41f932e8ae2034c20a6da69e276;hp=701b55e785bfc656cce22f14c7a0c13ede73483a;hpb=26a079ca2393d053315ef8dbef626c897dc9645a;p=lilypond.git diff --git a/input/regression/rest-collision-note-duration.ly b/input/regression/rest-collision-note-duration.ly index 701b55e785..9c3869427c 100644 --- a/input/regression/rest-collision-note-duration.ly +++ b/input/regression/rest-collision-note-duration.ly @@ -1,4 +1,4 @@ -\version "2.16.0" +\version "2.19.21" \header { texidoc = "Vertical rest positions in a multi-voice staff should obey the duration of @@ -6,7 +6,7 @@ notes; this is, they shouldn't return to a default position too early. " } -\relative c' { +\relative { << { g'1 g2 } \\ { \repeat unfold 2 {r8 d4 d8 r d4 d8} } >> }