]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/custodes.ly
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / lsr / custodes.ly
index 8fa53b2297a875b5e7c513786b34f6ec26108399..77d749bcceafda311a7890126cdddc40545ad0b3 100644 (file)
@@ -1,16 +1,23 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.50"
+\version "2.11.64"
 
 \header {
   lsrtags = "ancient-notation, tweaks-and-overrides"
 
+  texidoces = "
+Se pueden tipografiar «custos» en diferentes estilos.
+
+"
+  doctitlees = "Custos"
+
   texidoc = "
 Custodes may be engraved in various styles.
 
 "
   doctitle = "Custodes"
 } % begin verbatim
+
 \layout { ragged-right = ##t }
 
 \new Staff \with { \consists "Custos_engraver" } \relative c' {
@@ -18,17 +25,17 @@ Custodes may be engraved in various styles.
   
   \override Staff.Custos #'style = #'hufnagel
   c1^"hufnagel" \break
-  <d a' f'>
+  <d a' f'>1
   
   \override Staff.Custos #'style = #'medicaea
-  c^"medicaea" \break
-  <d a' f'>
+  c1^"medicaea" \break
+  <d a' f'>1
   
   \override Staff.Custos #'style = #'vaticana
-  c^"vaticana" \break
-  <d a' f'>
+  c1^"vaticana" \break
+  <d a' f'>1
   
   \override Staff.Custos #'style = #'mensural
-  c^"mensural" \break
-  <d a' f'>
+  c1^"mensural" \break
+  <d a' f'>1
 }