]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/ancient-time-signatures.ly
Merge branch 'master' into staging
[lilypond.git] / Documentation / snippets / ancient-time-signatures.ly
index 4c778fb0668cdfe75f4a3067c5317ce0f52d7b7d..e7cacf2fb4bbed72c5e36d8d0fe0abfb429f9e21 100644 (file)
@@ -4,18 +4,11 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.0"
+\version "2.14.2"
 
 \header {
   lsrtags = "ancient-notation"
 
-%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98
-  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.
 
@@ -25,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
 }
-