]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/percent-repeat-counter.ly
5f71a0079908370ef7ad8343a7dbe733f3ad7038
[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.57"
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 }