]> 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 21515d46e955ebc816860a3881ec553e8041f25c..6826b1ffec71eff83a7f05fc3f901d991710b0f4 100644 (file)
@@ -1,23 +1,22 @@
 
 \header {
 
-    texidoc = "Ambituses can be added per voice. In that case, the
+    texidoc = "Ambits can be added per voice. In that case, the
 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
     }