]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/ambitus-mixed.ly
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / test / ambitus-mixed.ly
index a50e447b95c397f466b70eb925bf0c1adce15c83..c30b8cb4f663195a4c8c8431172dab11c345ff1a 100644 (file)
@@ -6,18 +6,17 @@ ambitus must be moved manually to prevent collisions."
 
 }
 
-\version "2.3.22"
+\version "2.10.0"
 
 \layout {
-    raggedright = ##t
+    ragged-right = ##t
 }
 
 \new Staff <<
     \new Voice \with {
        \consists "Ambitus_engraver"
     } \relative c'' {
-       \override Ambitus #'X-offset-callbacks
-       =  #(list (lambda (grob axis) -1.0))
+       \override Ambitus #'X-offset = #-1.0
        \voiceOne
        c4 a d e f2
     }