]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/custodes.ly
LSR: update.
[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.38"
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 { ragged-right = ##t }
12
13 \new Staff \with { \consists "Custos_engraver" } \relative c' {
14   \override Staff.Custos #'neutral-position = #4
15   
16   \override Staff.Custos #'style = #'hufnagel
17   c1^"hufnagel" \break
18   <d a' f'>
19   
20   \override Staff.Custos #'style = #'medicaea
21   c^"medicaea" \break
22   <d a' f'>
23   
24   \override Staff.Custos #'style = #'vaticana
25   c^"vaticana" \break
26   <d a' f'>
27   
28   \override Staff.Custos #'style = #'mensural
29   c^"mensural" \break
30   <d a' f'>
31 }