X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fmeasure-counter.ly;h=97e8a755128ad1380774dc139a8c28f5f9a9faf1;hb=730d4eb3e0328e8ba0b376f8191a5bb6ae7f904c;hp=3bd18201b188d1ea9f51a5910d3b9c33b85fc141;hpb=1c859650b6ff11a7dbe829328fd5cae3816b9231;p=lilypond.git diff --git a/Documentation/snippets/measure-counter.ly b/Documentation/snippets/measure-counter.ly index 3bd18201b1..93317e27d2 100644 --- a/Documentation/snippets/measure-counter.ly +++ b/Documentation/snippets/measure-counter.ly @@ -1,22 +1,17 @@ -%% Do not edit this file; it is auto-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.1" +\version "2.18.0" \header { - lsrtags = "repeats, staff-notation, editorial-annotations" - -%% Translation of GIT committish: 55ea64f469d9c1703222654c9e5bc8490b04a67a - 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 -transparent percent repeats. +transparent percent repeats. " doctitle = "Measure counter" @@ -32,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 } } >> -