]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/snippets/custodes.ly
Fix white space
[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.0"
8
9 \header {
10   lsrtags = "ancient-notation, tweaks-and-overrides"
11
12 %% Translation of GIT committish: 59caa3adce63114ca7972d18f95d4aadc528ec3d
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 \layout { ragged-right = ##t }
27
28 \new Staff \with { \consists "Custos_engraver" } \relative c' {
29   \override Staff.Custos #'neutral-position = #4
30
31   \override Staff.Custos #'style = #'hufnagel
32   c1^"hufnagel" \break
33   <d a' f'>1
34
35   \override Staff.Custos #'style = #'medicaea
36   c1^"medicaea" \break
37   <d a' f'>1
38
39   \override Staff.Custos #'style = #'vaticana
40   c1^"vaticana" \break
41   <d a' f'>1
42
43   \override Staff.Custos #'style = #'mensural
44   c1^"mensural" \break
45   <d a' f'>1
46 }
47