]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/custodes.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / custodes.ly
index 41754b3aff9e50a3229d9db9a2ad99e949af4de5..6a4afbd601db333b94a424960ec42ed4d4b420f2 100644 (file)
@@ -1,16 +1,13 @@
-%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
+%% DO NOT EDIT this file manually; it is automatically
+%% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.1"
+\version "2.16.0"
 
 \header {
-  lsrtags = "ancient-notation, tweaks-and-overrides"
-
-%% Translation of GIT committish: aea975539ec44fd0f1a8fd25930b88b5ab64b53a
-  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.
@@ -19,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 #'style = #'hufnagel
   c1^"hufnagel" \break
   <d a' f'>1
-  
+
   \override Staff.Custos #'style = #'medicaea
   c1^"medicaea" \break
   <d a' f'>1
-  
+
   \override Staff.Custos #'style = #'vaticana
   c1^"vaticana" \break
   <d a' f'>1
-  
+
   \override Staff.Custos #'style = #'mensural
   c1^"mensural" \break
   <d a' f'>1
 }
-