]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-collision-beam-restdir.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / rest-collision-beam-restdir.ly
index cd595d865da73809587311ba0f335cc7abde3f35..693915f67c603099584ad7f4b63a8f344c14964b 100644 (file)
@@ -3,16 +3,16 @@
 account properly."
 }
 
-\version "2.10.7"
+\version "2.19.21"
 \paper {
   ragged-right = ##t
 }
 
 
-\relative c''' {
-  \override Rest #'direction = #UP
-  \stemDown b8[ r b]
-  \override Rest #'direction = #DOWN
+\relative {
+  \override Rest.direction = #UP
+  \stemDown b''8[ r b]
+  \override Rest.direction = #DOWN
   \stemDown b8[ r b]
 }