X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fancient-time-signatures.ly;h=1fb3e32a4a99d1803491d98e56df706d6d49215f;hb=2501bd6a985bab5d5c7a744b15429727293efa45;hp=c3285e3921604635a76870ab4a97089d2575c302;hpb=8860a7700be8348848bba7972ad86ef46721c544;p=lilypond.git diff --git a/Documentation/snippets/ancient-time-signatures.ly b/Documentation/snippets/ancient-time-signatures.ly index c3285e3921..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.20" +\version "2.18.0" \header { lsrtags = "ancient-notation" -%% Translation of GIT committish: e0aa246e0ed1a86dc41a99ab79bff822d3320aa7 - 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 } -