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