| [ << Tweaks and overrides ] | [Top][Contents] | [ Paper and layout >> ] |
| [ < 連桁で繋がれた音符の符幹の長さを変更する ] | [ Up: Tweaks and overrides ] | [ 分析用のブラケットを譜の上に表示する > ] |
小節番号を変更する
小節番号を付番する異なる方法が 2 つあり、繰り返しのある音楽に対して有用です。
music = \relative c' { \repeat volta 3 { c4 d e f | \alternative { \volta 1 { c4 d e f | c2 d \break } \volta 2 { f4 g a b | f4 g a b | f2 a | \break } \volta 3 { c4 d e f | c2 d } } } c1 \bar "|." } \markup "default" { \music } \markup \typewriter "numbers" { \set Score.alternativeNumberingStyle = #'numbers \music } \markup \typewriter "numbers-with-letters" { \set Score.alternativeNumberingStyle = #'numbers-with-letters \music }
| [ << Tweaks and overrides ] | [Top][Contents] | [ Paper and layout >> ] |
| [ < 連桁で繋がれた音符の符幹の長さを変更する ] | [ Up: Tweaks and overrides ] | [ 分析用のブラケットを譜の上に表示する > ] |