]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/custodes.ly
Fix makelsr.py and update LSR
[lilypond.git] / input / lsr / custodes.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 %% Tags: ancient-notation, tweaks-and-overrides
4 \version "2.11.35"
5
6 \header { texidoc = "
7 Custodes may be engraved in various styles.
8 " }
9 % begin verbatim
10 \layout {
11   \context {
12     \Staff
13     \consists Custos_engraver
14   }
15   ragged-right = ##t
16 }
17
18 {
19   \override Staff.Custos  #'neutral-position = #4
20
21   \override Staff.Custos  #'style = #'hufnagel
22   c'1^"hufnagel"
23   \break < d' a' f''>1
24
25   \override Staff.Custos  #'style = #'medicaea
26   c'1^"medicaea"
27   \break < d' a' f''>1
28
29   \override Staff.Custos  #'style = #'vaticana
30   c'1^"vaticana"
31   \break < d' a' f''>1
32
33   \override Staff.Custos  #'style = #'mensural
34   c'1^"mensural"
35   \break < d' a' f''>1
36 }
37