X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fpercent-repeat-counter.ly;h=a3250530da409f5221f0f5890ca153fac90ae0ac;hb=f71ede90de06fdc16dad9ed75f38558efe819080;hp=74e4e5aa5e42c5eaaa863f6d31516842edfcfdef;hpb=e88eca13f1a87dbd3a57a7a492deea95b0473753;p=lilypond.git diff --git a/Documentation/snippets/percent-repeat-counter.ly b/Documentation/snippets/percent-repeat-counter.ly index 74e4e5aa5e..a3250530da 100644 --- a/Documentation/snippets/percent-repeat-counter.ly +++ b/Documentation/snippets/percent-repeat-counter.ly @@ -1,19 +1,23 @@ -%% 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.20" +\version "2.14.2" \header { lsrtags = "repeats" -%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b +%% Translation of GIT committish: 6977ddc9a3b63ea810eaecb864269c7d847ccf98 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: 0a868be38a775ecb1ef935b079000cebbc64de40 texidocde = " @@ -22,11 +26,12 @@ Zähler, wenn man die entsprechende Eigenschaft einsetzt: " doctitlede = "Prozent-Wiederholungen zählen" -%% Translation of GIT committish: a5bde6d51a5c88e952d95ae36c61a5efc22ba441 + +%% Translation of GIT committish: 3b125956b08d27ef39cd48bfa3a2f1e1bb2ae8b4 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 -l'exemple suivant : +l'exemple suivant@tie{}: " doctitlefr = "Compteur de répétition en pourcent" @@ -40,6 +45,7 @@ convenient property is switched, as shown in this example: doctitle = "Percent repeat counter" } % begin verbatim + \relative c'' { \set countPercentRepeats = ##t \repeat percent 4 { c1 }