[ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
[ < いくつかの譜線を他より太くする ] | [ Up : Staff notation ] | [ Mensurstriche レイアウト (譜の間に小節線を表示する) > ] |
小節カウンタ
このスニペットは、透明なパーセント繰り返しを用いて、小節カウンタを表示する方法を示しています。
<< \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 } } >>