X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fpercent-repeat-counter.ly;h=36180e5b7ed26594b97e6ae93faf377b78bc2117;hb=c4c1512a79d84d8d1acffa663c588b617a4dead8;hp=293e398834fa3c0e491936e4787f838fa5fd423b;hpb=b01ca49c05566b73d690ae84fda6040b24fcf73f;p=lilypond.git diff --git a/Documentation/snippets/percent-repeat-counter.ly b/Documentation/snippets/percent-repeat-counter.ly index 293e398834..36180e5b7e 100644 --- a/Documentation/snippets/percent-repeat-counter.ly +++ b/Documentation/snippets/percent-repeat-counter.ly @@ -1,42 +1,14 @@ %% 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" -%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c - texidoces = " -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 = "Contador de repeticiones de tipo porcentaje" - - -%% 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: 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 -l'exemple suivant : - -" - doctitlefr = "Compteur de répétition en pourcent" - - texidoc = " Measure repeats of more than two repeats can get a counter when the convenient property is switched, as shown in this example: @@ -49,4 +21,3 @@ convenient property is switched, as shown in this example: \set countPercentRepeats = ##t \repeat percent 4 { c1 } } -