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