]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/vocal/ambitus.ly
30a8dd88407b5cc1634e5037fa611f09674f5f50
[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
7 Accidentals only show up if they're not part of key signature. 
8 @code{AmbitusNoteHead} grobs also have ledger lines. 
9 " }
10
11 \layout {
12   ragged-right = ##t
13   \context {
14     \Voice
15     \consists Ambitus_engraver
16   }
17 }
18
19 \relative
20 <<
21   \new Staff {
22     \time  2/4 c4 f' 
23   }
24   \new Staff \relative {
25     \time  2/4
26     \key d \major
27     cis as'
28   }
29 >>
30