]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/ancient/custodes.ly
09e5a55ca2ec71bd10cf042beaaed1942cdf5b50
[lilypond.git] / input / lsr / ancient / custodes.ly
1 \version "2.10.12"
2
3 \header { texidoc = "
4 Custodes may be engraved in various styles.
5 " }
6
7 \layout {
8   \context {
9     \Staff
10     \consists Custos_engraver
11   }
12   ragged-right = ##t
13 }
14
15 {
16   \override Staff.Custos  #'neutral-position = #4
17
18   \override Staff.Custos  #'style = #'hufnagel
19   c'1^"hufnagel"
20   \break < d' a' f''>1
21
22   \override Staff.Custos  #'style = #'medicaea
23   c'1^"medicaea"
24   \break < d' a' f''>1
25
26   \override Staff.Custos  #'style = #'vaticana
27   c'1^"vaticana"
28   \break < d' a' f''>1
29
30   \override Staff.Custos  #'style = #'mensural
31   c'1^"mensural"
32   \break < d' a' f''>1
33 }
34