X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fsnippets%2Fpercent-repeat-counter.ly;h=36180e5b7ed26594b97e6ae93faf377b78bc2117;hb=acae40c266a7df9b4882f937c733745c803ac9e4;hp=63ae4cea7914bb3c33ed8a3c32ff4738ff90479f;hpb=579274a935b22567ac15b3651a9d651474f88ec4;p=lilypond.git diff --git a/Documentation/snippets/percent-repeat-counter.ly b/Documentation/snippets/percent-repeat-counter.ly index 63ae4cea79..36180e5b7e 100644 --- a/Documentation/snippets/percent-repeat-counter.ly +++ b/Documentation/snippets/percent-repeat-counter.ly @@ -1,39 +1,14 @@ -%% Do not edit this file; it is automatically -%% 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.16" +\version "2.18.0" \header { lsrtags = "repeats" -%% Translation of GIT committish: 00ef2ac3dd16e21c9ffdffaa4d6d043a3f1a76e6 - texidoces = " -Las repeticiones de compases completos mayores de dos repeticiones -pueden llevar un contador si se activa la propiedad adecuada, como se -ve en este ejemplo: - -" - doctitlees = "Percent repeat counter" - - -%% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d - 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 - 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: @@ -46,4 +21,3 @@ convenient property is switched, as shown in this example: \set countPercentRepeats = ##t \repeat percent 4 { c1 } } -