]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/mmrest-collision.ly
* scripts/convert-ly.py (FatalConversionError.subst_in_trans):
[lilypond.git] / input / regression / mmrest-collision.ly
index 568b8f46d47fb95fc9f939d9a730d5a2a960bce1..37a2683a91b454b531128a11e9204d27d009d605 100644 (file)
@@ -1,17 +1,17 @@
-\version "1.9.2"
+\version "2.1.23"
 \header { texidoc = "Tests a collision between multimeasure rests in
 different voices. " }
 \score {
-  \context Staff \notes <
+  \context Staff \notes <<
     \new Voice {
-      \property Voice.MultiMeasureRest \override #'staff-position = #3
+      \override MultiMeasureRest  #'staff-position = #3
       R1
     }
     \new Voice {
-      \property Voice.MultiMeasureRest \override #'staff-position = #-3
+      \override MultiMeasureRest  #'staff-position = #-3
       R1
     }
-  >
+  >>
   \paper {
     \translator {
       \StaffContext