]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/ambitus.ly
LSR: Update.
[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.11.62"
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 \layout {
19   ragged-right = ##t
20   \context {
21     \Voice
22     \consists "Ambitus_engraver"
23   }
24 }
25
26 \relative
27 <<
28   \new Staff {
29     \time  2/4 c4 f' 
30   }
31   \new Staff \relative {
32     \time  2/4
33     \key d \major
34     cis as'
35   }
36 >>
37