Jump to content

Percent repeat counter

From LilyPond wiki

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 }
}