]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/trick/Adding-ambiti-per-voice.ly
texinfo fix.
[lilypond.git] / input / lsr / trick / Adding-ambiti-per-voice.ly
1 \version "2.10.12"
2
3 \header { texidoc = "
4 <p>Ambits can be added per voice. In that case, the
5 ambitus must be moved manually to prevent collisions.
6 " }
7
8 \new Staff <<
9     \new Voice \with {
10         \consists "Ambitus_engraver"
11     } \relative c'' {
12         \voiceOne
13         c4 a d e f2
14     }
15     \new Voice \with {
16         \consists "Ambitus_engraver"
17     } \relative c' {
18         \voiceTwo
19         es4 f g as b2
20     }
21 >>
22