X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fancient-time-signatures.ly;h=e98c716c0a880501713518f34a664c91b62446a2;hb=fde595654cf002c86cdddd38f960e52b1a4c6e41;hp=421debf37f670f5200a5e23ee84d352a034256c9;hpb=24d7a2abc788061a4f7a81ee3c2a9f330ddca93f;p=lilypond.git diff --git a/input/lsr/ancient-time-signatures.ly b/input/lsr/ancient-time-signatures.ly index 421debf37f..e98c716c0a 100644 --- a/input/lsr/ancient-time-signatures.ly +++ b/input/lsr/ancient-time-signatures.ly @@ -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.0" \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,8 @@ 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 +}