LSR: Update.
[lilypond.git] / input / lsr / percent-repeat-counter.ly
blob79142115aa3d8eda8cbf7578c18cc4706761c92d
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.66"
5 \header {
6 lsrtags = "repeats"
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:
14 doctitlees = "Percent repeat counter"
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:
21 doctitle = "Percent repeat counter"
22 } % begin verbatim
24 \relative c'' {
25 \set countPercentRepeats = ##t
26 \repeat percent 4 { c1 }