]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/vocal/Ambitus.ly
Compile fixes.
[lilypond.git] / input / lsr / vocal / Ambitus.ly
1 \version "2.10.12"
2
3 \header { texidoc = "
4 Ambituses indicate pitch ranges for voices.
5
6 Accidentals only show up if they're not part of key signature.  AmbitusNoteHead grobs also have ledger lines.
7 " }
8
9 \layout {
10     ragged-right = ##t
11     \context {
12         \Voice
13         \consists Ambitus_engraver
14     }
15 }
16
17 \relative
18 <<
19     \new Staff {  \time  2/4 c4 f' }
20     \new Staff \relative {
21         \time  2/4
22         \key d \major
23         cis as'
24     }
25 >>
26