X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fmeasure-counter.ly;h=93317e27d2f55cd3db506915fdbc4caa928cb162;hb=871e7ce79ba9d6934114ae7746d2a51a8cc40a57;hp=c70bac8cd68e0b3837cbe2bf07a34fa103102172;hpb=4cadb44485b704de34192cfdd9ed9fbb4dfa0dee;p=lilypond.git diff --git a/Documentation/snippets/measure-counter.ly b/Documentation/snippets/measure-counter.ly index c70bac8cd6..93317e27d2 100644 --- a/Documentation/snippets/measure-counter.ly +++ b/Documentation/snippets/measure-counter.ly @@ -1,22 +1,13 @@ %% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it +%% 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.14.0" +\version "2.18.0" \header { - lsrtags = "repeats, staff-notation, editorial-annotations" - -%% Translation of GIT committish: 2d548a99cb9dba80f2ff035582009477cd37eceb - texidoces = " -Este fragmento de código proporciona una solución alternativa a la -producción de contadores de compás utilizando repeticiones -transparentes de tipo porcentaje. - -" - doctitlees = "Contador de compases" + lsrtags = "editorial-annotations, repeats, staff-notation, workaround" texidoc = " This snippet provides a workaround for emitting measure counters using @@ -36,9 +27,8 @@ transparent percent repeats. } \context Voice = "foo" { \set countPercentRepeats = ##t - \override PercentRepeat #'transparent = ##t - \override PercentRepeatCounter #'staff-padding = #1 + \hide PercentRepeat + \override PercentRepeatCounter.staff-padding = #1 \repeat percent 4 { s1 } } >> -