]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/percent-repeat-counter.ly
Merge master into nested-bookparts
[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.11.62"
4
5 \header {
6   lsrtags = "repeats"
7
8   texidoces = "
9 Las repeticiones de compases completos mayores de dos repeticiones
10 pueden llevar un contador si se activa la propiedad adecuada, como se
11 ve en este ejemplo:
12
13 "
14   doctitlees = "Percent repeat counter"
15
16   texidoc = "
17 Measure repeats of more than two repeats can get a counter when the
18 convenient property is switched, as shown in this example:
19
20 "
21   doctitle = "Percent repeat counter"
22 } % begin verbatim
23 \relative c'' {
24   \set countPercentRepeats = ##t
25   \repeat percent 4 { c1 }
26 }