| [ << Repeats ] | [トップ][目次] | [ Simultaneous notes >> ] |
| [ < 小節のグループに番号付けする ] | [ 上へ : Repeats ] | [ パーセント繰り返しのカウンタ > ] |
パーセント繰り返しのカウンタの可視性
パーセント繰り返しのカウンタは repeatCountVisibility コンテキスト
プロパティをセットすることで一定間隔で表示することができます。
\relative c'' { \set countPercentRepeats = ##t \set repeatCountVisibility = #(every-nth-repeat-count-visible 5) \repeat percent 10 { c1 } \break \set repeatCountVisibility = #(every-nth-repeat-count-visible 2) \repeat percent 6 { c1 d1 } }
| [ << Repeats ] | [トップ][目次] | [ Simultaneous notes >> ] |
| [ < 小節のグループに番号付けする ] | [ 上へ : Repeats ] | [ パーセント繰り返しのカウンタ > ] |
![[image of music]](../55/lily-7d9e31d0.png)