]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rest-collision-beam-restdir.ly
Import guile-1.8 as multiple upstream tarball component
[lilypond.git] / input / regression / rest-collision-beam-restdir.ly
index cd595d865da73809587311ba0f335cc7abde3f35..24cc53d8c8695152a5f3b4b80f882c986df41717 100644 (file)
@@ -3,16 +3,16 @@
 account properly."
 }
 
-\version "2.10.7"
+\version "2.17.6"
 \paper {
   ragged-right = ##t
 }
 
 
 \relative c''' {
-  \override Rest #'direction = #UP
+  \override Rest.direction = #UP
   \stemDown b8[ r b]
-  \override Rest #'direction = #DOWN
+  \override Rest.direction = #DOWN
   \stemDown b8[ r b]
 }