]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-collision-default.ly
release commit
[lilypond.git] / input / regression / rest-collision-default.ly
index 127795525480c6971285a998e097c787c258a5d1..d0aa5c414382ab9d43c24d6d521ab7bd3ba74ed1 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.7.18"
+\version "2.1.22"
 
 \header
 {
@@ -7,11 +7,13 @@ 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  }>>}