[ << Tweaks and overrides ] | [Top][Contents] | [ Paper and layout >> ] |
[ < グリッサンドを改行できるようにする ] | [ Up : Tweaks and overrides ] | [ Measure-centered bar numbers > ] |
連桁の位置を手動でコントロールする
連桁の位置は、Beam
Grob の positions
をオーバライドすることで手動でコントロールすることができます。
\relative c' { \time 2/4 % from upper staff-line (position 2) to center (position 0) \override Beam.positions = #'(2 . 0) c8 c % from center to one above center (position 1) \override Beam.positions = #'(0 . 1) c8 c }