Percent repeat counter

Revision as of 22:41, 26 October 2025 by Jean Abou Samra (talk | contribs) (Import snippet from LSR)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Measure repeats of more than two repeats can get a counter when the convenient property is switched, as shown in this example:

\version "2.24.0"

\relative c'' {
  \set countPercentRepeats = ##t
  \repeat percent 4 { c1 }
}