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