[ << Repeats ] | [Top][Contents] | [ Simultaneous notes >> ] |
[ < 独立したパーセント繰り返し ] | [ Up : 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 } } >>