X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fancient-time-signatures.ly;h=7fb11e4866217124123095e0a437d2284fc9c791;hb=b6f94447415dded7c6e146b41b6139fe76cb84c4;hp=6c61e5780d9d1554207707889214be5f8a40b783;hpb=89c94db7a59904e2cb7066e075049465be8ac1ac;p=lilypond.git diff --git a/Documentation/snippets/ancient-time-signatures.ly b/Documentation/snippets/ancient-time-signatures.ly index 6c61e5780d..7fb11e4866 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 +%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.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.16" +\version "2.17.11" \header { lsrtags = "ancient-notation" -%% Translation of GIT committish: 2b0dc29608d6c3f5a03ead4877ae514c647adb74 - 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. @@ -22,8 +18,8 @@ Time signatures may also be engraved in an old style. doctitle = "Ancient time signatures" } % begin verbatim + { - \override Staff.TimeSignature #'style = #'neomensural + \override Staff.TimeSignature.style = #'neomensural s1 } -