ly:default-scale: don't return SCM_BOOL_F if default_global_scale exists.
[lilypond.git] / input / lsr / percent-repeat-counter.ly
blob0ffe523d76b8eb2e9e0080b0de8179f9b4901fa0
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.12.0"
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 }