X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fpercent-repeat-counter.ly;h=e9af4a566bfed449aa751ed1ee211350ad19ca3e;hb=5405ea0c72324965a79848960631dc53b39e1d09;hp=dbd483547ff12fb2889c6c66cd85e05123d9535f;hpb=f5bdd79efc48f52f3b1c86857f747afa3cb33dcf;p=lilypond.git diff --git a/Documentation/snippets/percent-repeat-counter.ly b/Documentation/snippets/percent-repeat-counter.ly index dbd483547f..e9af4a566b 100644 --- a/Documentation/snippets/percent-repeat-counter.ly +++ b/Documentation/snippets/percent-repeat-counter.ly @@ -1,28 +1,33 @@ -%% 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.10" +\version "2.14.0" \header { lsrtags = "repeats" -%% Translation of GIT committish: 341940d3830b59f93a80131471d622c2818afddb +%% Translation of GIT committish: 8b93de6ce951b7b14bc7818f31019524295b990f texidoces = " -Las repeticiones de compases completos mayores de dos repeticiones +Las repeticiones de compases completos de más de dos repeticiones pueden llevar un contador si se activa la propiedad adecuada, como se ve en este ejemplo: " - doctitlees = "Percent repeat counter" + doctitlees = "Contador de repeticiones de tipo porcentaje" -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d + +%% Translation of GIT committish: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " Ganztaktwiederholungen mit mehr als zwei Wiederholungen erhalten einen Zähler, wenn man die entsprechende Eigenschaft einsetzt: " doctitlede = "Prozent-Wiederholungen zählen" -%% Translation of GIT committish: e98b2d804c2a136edfa28adc894bb584f676c884 + +%% Translation of GIT committish: a5bde6d51a5c88e952d95ae36c61a5efc22ba441 texidocfr = " Les répétitions de plus de 2 mesures sont surmontées d'un compteur, si l'on active la propriété @code{countPercentRepeats} comme le montre