]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/ambitus-mixed.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / test / ambitus-mixed.ly
index ef94123d5e06a5d41be430704c7b6e40999f5830..c30b8cb4f663195a4c8c8431172dab11c345ff1a 100644 (file)
@@ -6,18 +6,17 @@ ambitus must be moved manually to prevent collisions."
 
 }
 
-\version "2.7.13"
+\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
     }