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