]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/custodes.ly
LSR Updates
[lilypond.git] / Documentation / snippets / custodes.ly
index f03f858cad1e1386bb9edea7d597af69f36418df..d4a4372d1be1253e5ccb7f5d800223237a6f602a 100644 (file)
@@ -4,17 +4,10 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.12.2"
+\version "2.17.27"
 
 \header {
-  lsrtags = "ancient-notation, tweaks-and-overrides"
-
-%% Translation of GIT committish: 91eeed36c877fe625d957437d22081721c8c6345
-  texidoces = "
-Se pueden tipografiar «custos» en diferentes estilos.
-
-"
-  doctitlees = "Custos"
+  lsrtags = "ancient-notation, specific-notation, symbols-and-glyphs, tweaks-and-overrides"
 
   texidoc = "
 Custodes may be engraved in various styles.
@@ -23,25 +16,25 @@ Custodes may be engraved in various styles.
   doctitle = "Custodes"
 } % begin verbatim
 
+
 \layout { ragged-right = ##t }
 
 \new Staff \with { \consists "Custos_engraver" } \relative c' {
-  \override Staff.Custos #'neutral-position = #4
+  \override Staff.Custos.neutral-position = #4
 
-  \override Staff.Custos #'style = #'hufnagel
+  \override Staff.Custos.style = #'hufnagel
   c1^"hufnagel" \break
   <d a' f'>1
 
-  \override Staff.Custos #'style = #'medicaea
+  \override Staff.Custos.style = #'medicaea
   c1^"medicaea" \break
   <d a' f'>1
 
-  \override Staff.Custos #'style = #'vaticana
+  \override Staff.Custos.style = #'vaticana
   c1^"vaticana" \break
   <d a' f'>1
 
-  \override Staff.Custos #'style = #'mensural
+  \override Staff.Custos.style = #'mensural
   c1^"mensural" \break
   <d a' f'>1
 }
-