]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/ancient-time-signatures.ly
LSR: Update.
[lilypond.git] / input / lsr / ancient-time-signatures.ly
index 421debf37f670f5200a5e23ee84d352a034256c9..6afc8df5f671bd64194bbcaaa47348f7898bf141 100644 (file)
@@ -1,10 +1,16 @@
 %% 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.38"
+\version "2.12.3"
 
 \header {
   lsrtags = "ancient-notation"
 
+  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.
 
@@ -13,12 +19,9 @@ Time signatures may also be engraved in an old style.
 "
   doctitle = "Ancient time signatures"
 } % begin verbatim
-\score {
-   { 
-    \override Staff.TimeSignature  #'style = #'neomensural
-    s1 
-  }
-       \layout {raggedright = ##t}
-}
 
+{
+  \override Staff.TimeSignature #'style = #'neomensural
+  s1
+}