連桁の位置を手動でコントロールする

連桁の位置は、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
}

[image of music]

LilyPond snippets v2.25.15 (開発版).