]> git.donarmstrong.com Git - lilypond.git/blob - 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
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.10.12"
3
4 \header { texidoc = "
5 Ambits can be added per voice. In that case, the ambitus must be moved
6 manually to prevent collisions. 
7 " }
8
9 \new Staff <<
10   \new Voice \with {
11     \consists "Ambitus_engraver"
12   } \relative c'' {
13     \override Ambitus #'X-offset = # 1.0
14     \voiceOne
15     c4 a d e f2
16   }
17   \new Voice \with {
18     \consists "Ambitus_engraver"
19   } \relative c' {
20     \voiceTwo
21         es4 f g as b2
22   }
23 >>
24