]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/pitches/ambitus.ly
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / input / lsr / pitches / ambitus.ly
1 %%  Do not edit this file; it is auto-generated from LSR!
2 \version "2.10.12"
3
4 \header { texidoc = "
5 Ambituses indicate pitch ranges for voices.
6
7
8 Accidentals only show up if they're not part of key signature. 
9 @code{AmbitusNoteHead} grobs also have ledger lines. 
10 " }
11
12 \layout {
13   ragged-right = ##t
14   \context {
15     \Voice
16     \consists Ambitus_engraver
17   }
18 }
19
20 \relative
21 <<
22   \new Staff {
23     \time  2/4 c4 f' 
24   }
25   \new Staff \relative {
26     \time  2/4
27     \key d \major
28     cis as'
29   }
30 >>
31