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