]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/percent-repeat-counter.ly
b15045af18325eb072bd8c41f7228a3a64c8ddaf
[lilypond.git] / input / lsr / percent-repeat-counter.ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.13.1"
4
5 \header {
6   lsrtags = "repeats"
7
8 %% Translation of GIT committish: da84f4caeafed6832152295e67ae852a9930f568
9   texidoces = "
10 Las repeticiones de compases completos mayores de dos repeticiones
11 pueden llevar un contador si se activa la propiedad adecuada, como se
12 ve en este ejemplo:
13
14 "
15   doctitlees = "Percent repeat counter"
16
17 %% Translation of GIT committish: 0364058d18eb91836302a567c18289209d6e9706
18   texidocde = "
19 Ganztaktwiederholungen mit mehr als zwei Wiederholungen erhalten einen
20 Zähler, wenn man die entsprechende Eigenschaft einsetzt:
21
22 "
23   doctitlede = "Prozent-Wiederholungen zählen"
24
25   texidoc = "
26 Measure repeats of more than two repeats can get a counter when the
27 convenient property is switched, as shown in this example:
28
29 "
30   doctitle = "Percent repeat counter"
31 } % begin verbatim
32
33 \relative c'' {
34   \set countPercentRepeats = ##t
35   \repeat percent 4 { c1 }
36 }
37