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