]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/custodes.ly
93f01b9c023949654281ae626e46d466d109483a
[lilypond.git] / Documentation / snippets / custodes.ly
1 %% DO NOT EDIT this file manually; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
4 %% and then run scripts/auxiliar/makelsr.py
5 %%
6 %% This file is in the public domain.
7 \version "2.14.2"
8
9 \header {
10   lsrtags = "ancient-notation, specific-notation, symbols-and-glyphs, tweaks-and-overrides"
11
12   texidoc = "
13 Custodes may be engraved in various styles.
14
15 "
16   doctitle = "Custodes"
17 } % begin verbatim
18
19
20 \layout { ragged-right = ##t }
21
22 \new Staff \with { \consists "Custos_engraver" } \relative c' {
23   \override Staff.Custos #'neutral-position = #4
24
25   \override Staff.Custos #'style = #'hufnagel
26   c1^"hufnagel" \break
27   <d a' f'>1
28
29   \override Staff.Custos #'style = #'medicaea
30   c1^"medicaea" \break
31   <d a' f'>1
32
33   \override Staff.Custos #'style = #'vaticana
34   c1^"vaticana" \break
35   <d a' f'>1
36
37   \override Staff.Custos #'style = #'mensural
38   c1^"mensural" \break
39   <d a' f'>1
40 }