]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/ancient-time-signatures.ly
Merge branch 'stable/2.16' into staging
[lilypond.git] / Documentation / snippets / ancient-time-signatures.ly
index 338b18d1c283913d8fbe482cf04bccb90e3a2fe5..fc6c07fe090d44c824b031afaab8d5ea2e6a3fe8 100644 (file)
@@ -1,18 +1,14 @@
-%% Do not edit this file; it is automatically
+%% 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.31"
+\version "2.16.0"
 
 \header {
   lsrtags = "ancient-notation"
 
-%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
-  texidoces = "
-Las indicaciones de compás también se pueden grabar en estilo antiguo.
-
-"
-  doctitlees = "Indicaciones de compás antiguas"
-
   texidoc = "
 Time signatures may also be engraved in an old style.
 
@@ -22,8 +18,8 @@ Time signatures may also be engraved in an old style.
   doctitle = "Ancient time signatures"
 } % begin verbatim
 
+
 {
   \override Staff.TimeSignature #'style = #'neomensural
   s1
 }
-