LSR: Local update.
[lilypond/mpolesky.git] / Documentation / snippets / percent-repeat-counter.ly
blobdbd483547ff12fb2889c6c66cd85e05123d9535f
1 %% Do not edit this file; it is automatically
2 %% generated from LSR http://lsr.dsi.unimi.it
3 %% This file is in the public domain.
4 \version "2.13.10"
6 \header {
7 lsrtags = "repeats"
9 %% Translation of GIT committish: 341940d3830b59f93a80131471d622c2818afddb
10 texidoces = "
11 Las repeticiones de compases completos mayores de dos repeticiones
12 pueden llevar un contador si se activa la propiedad adecuada, como se
13 ve en este ejemplo:
16 doctitlees = "Percent repeat counter"
18 %% Translation of GIT committish: d96023d8792c8af202c7cb8508010c0d3648899d
19 texidocde = "
20 Ganztaktwiederholungen mit mehr als zwei Wiederholungen erhalten einen
21 Zähler, wenn man die entsprechende Eigenschaft einsetzt:
24 doctitlede = "Prozent-Wiederholungen zählen"
25 %% Translation of GIT committish: e98b2d804c2a136edfa28adc894bb584f676c884
26 texidocfr = "
27 Les répétitions de plus de 2 mesures sont surmontées d'un compteur,
28 si l'on active la propriété @code{countPercentRepeats} comme le montre
29 l'exemple suivant :
32 doctitlefr = "Compteur de répétition en pourcent"
35 texidoc = "
36 Measure repeats of more than two repeats can get a counter when the
37 convenient property is switched, as shown in this example:
40 doctitle = "Percent repeat counter"
41 } % begin verbatim
43 \relative c'' {
44 \set countPercentRepeats = ##t
45 \repeat percent 4 { c1 }