]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/staff/adding-ambiti-per-voice.ly
LSR: automatic update.
[lilypond.git] / input / lsr / staff / adding-ambiti-per-voice.ly
index 014475bb20d34c843d2301a42f01ad16d6356f14..c313028e4fb1e66b779a8585c31240d08324c0a8 100644 (file)
@@ -6,19 +6,21 @@ Ambits can be added per voice. In that case, the ambitus must be moved
 manually to prevent collisions. 
 " }
 
+{
 \new Staff <<
   \new Voice \with {
     \consists "Ambitus_engraver"
   } \relative c'' {
-    \override Ambitus #'X-offset = # 1.0
+    \override Ambitus #'X-offset = # 2.0
     \voiceOne
-    c4 a d e f2
+    c4 a d e f1
   }
   \new Voice \with {
     \consists "Ambitus_engraver"
   } \relative c' {
     \voiceTwo
-       es4 f g as b2
+       es4 f g as b1
   }
 >>
 
+}