]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/custodes.ly
Merge branch 'master' of /home/lilycvs/git/lily/
[lilypond.git] / input / lsr / custodes.ly
1 %% Do not edit this file; it is auto-generated from LSR!
2 %% Tags: ancient-notation, tweaks-and-overrides
3 \version "2.11.35"
4
5 \header { texidoc = "
6 Custodes may be engraved in various styles.
7 " }
8 % begin verbatim
9 \layout {
10   \context {
11     \Staff
12     \consists Custos_engraver
13   }
14   ragged-right = ##t
15 }
16
17 {
18   \override Staff.Custos  #'neutral-position = #4
19
20   \override Staff.Custos  #'style = #'hufnagel
21   c'1^"hufnagel"
22   \break < d' a' f''>1
23
24   \override Staff.Custos  #'style = #'medicaea
25   c'1^"medicaea"
26   \break < d' a' f''>1
27
28   \override Staff.Custos  #'style = #'vaticana
29   c'1^"vaticana"
30   \break < d' a' f''>1
31
32   \override Staff.Custos  #'style = #'mensural
33   c'1^"mensural"
34   \break < d' a' f''>1
35 }
36