]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/pitches/adding-ambiti-per-voice.ly
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into kainhofer
[lilypond.git] / input / lsr / pitches / adding-ambiti-per-voice.ly
index 014475bb20d34c843d2301a42f01ad16d6356f14..55e5167e8d5975856aac6d3e237b31b3243d91df 100644 (file)
@@ -1,24 +1,26 @@
 %%  Do not edit this file; it is auto-generated from LSR!
-\version "2.10.12"
+\version "2.11.35"
 
 \header { texidoc = "
 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
   }
 >>
 
+}