]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/ancient-time-signatures.ly
Merge master into nested-bookparts
[lilypond.git] / input / lsr / ancient-time-signatures.ly
index 34c0084249daa100eb1240900d419bb262b644ae..d61893335879a1c1258d947a8f1d24c28e233274 100644 (file)
@@ -1,21 +1,25 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.35"
+\version "2.11.62"
 
 \header {
   lsrtags = "ancient-notation"
- texidoc = "
-Time signatures may also be engraved in an old style.
 
+  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.
 
-" }
-% begin verbatim
-\score {
-   { 
-    \override Staff.TimeSignature  #'style = #'neomensural
-    s1 
-  }
-       \layout {raggedright = ##t}
-}
 
 
+"
+  doctitle = "Ancient time signatures"
+} % begin verbatim
+{
+  \override Staff.TimeSignature #'style = #'neomensural
+  s1
+}