]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/custodes.ly
4f7bf8841155cba70d05006a6b153e8a13790a30
[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 = "specific-notation, ancient-notation, symbols-and-glyphs, tweaks-and-overrides"
11
12 %% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
13   texidoces = "
14 Se pueden tipografiar «custos» en diferentes estilos.
15
16 "
17   doctitlees = "Custos"
18
19   texidoc = "
20 Custodes may be engraved in various styles.
21
22 "
23   doctitle = "Custodes"
24 } % begin verbatim
25
26
27 \layout { ragged-right = ##t }
28
29 \new Staff \with { \consists "Custos_engraver" } \relative c' {
30   \override Staff.Custos #'neutral-position = #4
31
32   \override Staff.Custos #'style = #'hufnagel
33   c1^"hufnagel" \break
34   <d a' f'>1
35
36   \override Staff.Custos #'style = #'medicaea
37   c1^"medicaea" \break
38   <d a' f'>1
39
40   \override Staff.Custos #'style = #'vaticana
41   c1^"vaticana" \break
42   <d a' f'>1
43
44   \override Staff.Custos #'style = #'mensural
45   c1^"mensural" \break
46   <d a' f'>1
47 }
48