]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/ambitus-mixed.ly
* Documentation/user/examples.itely (Transcription of mensural
[lilypond.git] / input / test / ambitus-mixed.ly
index 876467caa0c2ebaff31d008df8ef31fe66750037..6826b1ffec71eff83a7f05fc3f901d991710b0f4 100644 (file)
@@ -6,18 +6,17 @@ ambitus must be moved manually to prevent collisions."
 
 }
 
-\version "2.3.8"
+\version "2.7.39"
 
-\paper {
-    raggedright = ##t
+\layout {
+    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
     }