]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/pitches/adding-ambiti-per-voice.ly
LSR: automatic update.
[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 {
10 \new Staff <<
11   \new Voice \with {
12     \consists "Ambitus_engraver"
13   } \relative c'' {
14     \override Ambitus #'X-offset = # 2.0
15     \voiceOne
16     c4 a d e f1
17   }
18   \new Voice \with {
19     \consists "Ambitus_engraver"
20   } \relative c' {
21     \voiceTwo
22         es4 f g as b1
23   }
24 >>
25
26 }