]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/percent-repeat-counter.ly
0a0405ccda6da706b978da64ec626578fa143777
[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.55"
4
5 \header {
6   lsrtags = "repeats"
7
8   texidoc = "
9 Measure repeats of more than two repeats can get a counter when the
10 convenient property is switched, as shown in this example:
11
12 "
13   doctitle = "Percent repeat counter"
14 } % begin verbatim
15 \relative c'' {
16   \set countPercentRepeats = ##t
17   \repeat percent 4 { c1 }
18 }