X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fancient-time-signatures.ly;h=1fb3e32a4a99d1803491d98e56df706d6d49215f;hb=8659a99f233f5c4684292728e7ad4206669b35b0;hp=f9e9ef8db821bd2738980f0db1d4f174876ec08e;hpb=42cf5468694e6757494d4505ab9b6ea7bc591e59;p=lilypond.git diff --git a/Documentation/snippets/ancient-time-signatures.ly b/Documentation/snippets/ancient-time-signatures.ly index f9e9ef8db8..1fb3e32a4a 100644 --- a/Documentation/snippets/ancient-time-signatures.ly +++ b/Documentation/snippets/ancient-time-signatures.ly @@ -1,18 +1,14 @@ -%% Do not edit this file; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% DO NOT EDIT this file manually; it is automatically +%% generated from LSR http://lsr.di.unimi.it +%% Make any changes in LSR itself, or in Documentation/snippets/new/ , +%% and then run scripts/auxiliar/makelsr.py +%% %% This file is in the public domain. -\version "2.13.39" +\version "2.18.0" \header { lsrtags = "ancient-notation" -%% Translation of GIT committish: 5160eccb26cee0bfd802d844233e4a8d795a1e94 - 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. @@ -23,7 +19,6 @@ Time signatures may also be engraved in an old style. } % begin verbatim { - \override Staff.TimeSignature #'style = #'neomensural + \override Staff.TimeSignature.style = #'neomensural s1 } -