[ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
[ < 譜をまたがる符幹 ] | [ Up : Staff notation ] | [ TrillSpanner を延長する > ] |
システムに譜が 1 つしか存在しない場合にも括弧を表示する
ChoirStaff
や StaffGroup
に譜が 1 つだけ存在する場合、デフォルトでは括弧や行頭の小節線は表示されません。これは collapse-height
をオーバライドし、値を譜線の数より小さくセットすることで変更することができます。
括弧が波の形をしている
PianoStaff
や GrandStaff
のようなコンテキストでは、別のプロパティをセットする必要があります。例の 2 つ目のシステムを参照してください。
\score { \new StaffGroup << % Must be lower than the actual number of staff lines \override StaffGroup.SystemStartBracket.collapse-height = 4 \override Score.SystemStartBar.collapse-height = 4 \new Staff { c'1 } >> } \score { \new PianoStaff << \override PianoStaff.SystemStartBrace.collapse-height = 4 \override Score.SystemStartBar.collapse-height = 4 \new Staff { c'1 } >> } \paper { tagline = ##f }
[ << Staff notation ] | [Top][Contents] | [ Editorial annotations >> ] |
[ < 譜をまたがる符幹 ] | [ Up : Staff notation ] | [ TrillSpanner を延長する > ] |