[ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
[ < Making some staff lines thicker than the others ] | [ Up : Staff notation ] | [ Mensurstriche layout (bar lines between the staves) > ] |
Measure counter
This snippet provides a workaround for emitting measure counters using transparent percent repeats.
<< \context Voice = "foo" { \clef bass c4 r g r c4 r g r c4 r g r c4 r g r } \context Voice = "foo" { \set countPercentRepeats = ##t \hide PercentRepeat \override PercentRepeatCounter.staff-padding = #1 \repeat percent 4 { s1 } } >>
[ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
[ < Making some staff lines thicker than the others ] | [ Up : Staff notation ] | [ Mensurstriche layout (bar lines between the staves) > ] |