]> 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 6437ba88d1ae4cc1299f14ccfff052638482ca80..d61893335879a1c1258d947a8f1d24c28e233274 100644 (file)
@@ -1,19 +1,25 @@
-%% Do not edit this file; it is auto-generated from LSR!
-%% Tags: ancient-notation
-\version "2.11.35"
+%% 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.62"
 
-\header { texidoc = "
-Time signatures may also be engraved in an old style.
+\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.
 
-" }
-% begin verbatim
-\score {
-   { 
-    \override Staff.TimeSignature  #'style = #'neomensural
-    s1 
-  }
-       \layout {raggedright = ##t}
-}
 
 
+"
+  doctitle = "Ancient time signatures"
+} % begin verbatim
+{
+  \override Staff.TimeSignature #'style = #'neomensural
+  s1
+}