]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/custodes.ly
Merge master into nested-bookparts
[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.62"
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 \layout { ragged-right = ##t }
21
22 \new Staff \with { \consists "Custos_engraver" } \relative c' {
23   \override Staff.Custos #'neutral-position = #4
24   
25   \override Staff.Custos #'style = #'hufnagel
26   c1^"hufnagel" \break
27   <d a' f'>1
28   
29   \override Staff.Custos #'style = #'medicaea
30   c1^"medicaea" \break
31   <d a' f'>1
32   
33   \override Staff.Custos #'style = #'vaticana
34   c1^"vaticana" \break
35   <d a' f'>1
36   
37   \override Staff.Custos #'style = #'mensural
38   c1^"mensural" \break
39   <d a' f'>1
40 }