]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-collision-default.ly
release commit
[lilypond.git] / input / regression / rest-collision-default.ly
index b4e9d420ba6d96ee4d1cfb4bf257c606ae00e7ca..d0aa5c414382ab9d43c24d6d521ab7bd3ba74ed1 100644 (file)
@@ -1,5 +1,4 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+\version "2.1.22"
 
 \header
 {
@@ -11,10 +10,10 @@ texidoc = "Rests in collisions sit opposite of the note if no direction is
     \paper { raggedright= ##t }
 
 \score{\notes\relative c''
-       \context Staff <
+       \context Staff <<
 \time 2/4
-\context Voice=upper {
+\new Voice {
     r4 }
-\context Voice=lower {\voiceTwo
-b8  }>}
+\new Voice {\voiceTwo
+b8  }>>}