]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/custodes.ly
Merge branch 'master' of ssh+git://git.sv.gnu.org/srv/git/lilypond
[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.50"
4
5 \header {
6   lsrtags = "ancient-notation, tweaks-and-overrides"
7
8   texidoc = "
9 Custodes may be engraved in various styles.
10
11 "
12   doctitle = "Custodes"
13 } % begin verbatim
14 \layout { ragged-right = ##t }
15
16 \new Staff \with { \consists "Custos_engraver" } \relative c' {
17   \override Staff.Custos #'neutral-position = #4
18   
19   \override Staff.Custos #'style = #'hufnagel
20   c1^"hufnagel" \break
21   <d a' f'>
22   
23   \override Staff.Custos #'style = #'medicaea
24   c^"medicaea" \break
25   <d a' f'>
26   
27   \override Staff.Custos #'style = #'vaticana
28   c^"vaticana" \break
29   <d a' f'>
30   
31   \override Staff.Custos #'style = #'mensural
32   c^"mensural" \break
33   <d a' f'>
34 }