]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/ancient-time-signatures.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / ancient-time-signatures.ly
index 746ab81e68786441eb92e27a185bbff774b97dab..fc6c07fe090d44c824b031afaab8d5ea2e6a3fe8 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.16.0"
 
 \header {
   lsrtags = "ancient-notation"
 
-%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
-  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
 }
-