X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fmeasure-counter.ly;h=688ba96a071087d14fd380ef1bc0df2480980b65;hb=873151f815f8b8e27eb5231c74e28392561e4668;hp=ff5fe2b5a563d8f99db5b2415ca452aca14b4146;hpb=6ae36b6f8a7cf2df5f4e46c3c06820fccd9f35e1;p=lilypond.git diff --git a/Documentation/snippets/measure-counter.ly b/Documentation/snippets/measure-counter.ly index ff5fe2b5a5..688ba96a07 100644 --- a/Documentation/snippets/measure-counter.ly +++ b/Documentation/snippets/measure-counter.ly @@ -4,19 +4,10 @@ %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. -\version "2.14.2" +\version "2.17.30" \header { - lsrtags = "repeats, editorial-annotations, workaround, staff-notation" - -%% Translation of GIT committish: b482c3e5b56c3841a88d957e0ca12964bd3e64fa - 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 } } >> -