]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/ambitus.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / ambitus.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "pitches, vocal-music"
7
8   texidoc = "
9 Ambitus indicate pitch ranges for voices.
10
11
12 Accidentals only show up if they are not part of the key signature. 
13 @code{AmbitusNoteHead} grobs also have ledger lines. 
14
15 "
16   doctitle = "Ambitus"
17 } % begin verbatim
18
19 \layout {
20   \context {
21     \Voice
22     \consists "Ambitus_engraver"
23   }
24 }
25
26 <<
27   \new Staff {
28     \relative c' {
29       \time 2/4
30       c4 f'
31     }
32   }
33   \new Staff {
34     \relative c' {
35       \time  2/4
36       \key d \major
37       cis4 as'
38     }
39   }
40 >>
41