]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-collision-note-duration.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / rest-collision-note-duration.ly
index 701b55e785bfc656cce22f14c7a0c13ede73483a..9c3869427c4a452ade9f53434f96726e5e3c5b20 100644 (file)
@@ -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} } >>
 }