| [ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
| [ < Ambitus after key signature ] | [ Up: Staff notation ] | [ 譜線の数を変更する > ] |
デフォルトの小節線を変更する
デフォルトの小節線は、Score コンテキストで再定義することで変更することができます。
\layout { \context { \Score % Changing the defaults from engraver-init.ly measureBarType = "!" startRepeatBarType = "[|:" endRepeatBarType = ":|]" doubleRepeatBarType = ":|][|:" } } { c'1 \repeat volta 2 { c' c' } \repeat volta 2 { c' c' \alternative { \volta 1 { c' } \volta 2 { c' } } } \bar "|." }
| [ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
| [ < Ambitus after key signature ] | [ Up: Staff notation ] | [ 譜線の数を変更する > ] |