Percent repeat counter
Appearance
	
	
(Redirected from LSR 498)
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 }
}