連桁の太さとスペーシングを変更する

連桁を太くしたり細くしたりするには、Beam.beam-thickness プロパティを変更します。連桁と連桁の距離を調節するには、Beam.length-fraction プロパティを変更します。

\relative f' {
  \time 1/8
  \override Beam.beam-thickness = #0.4
  \override Beam.length-fraction = #0.8
  c32 c c c
  \revert Beam.beam-thickness  % 0.48 is default thickness
  \revert Beam.length-fraction  % 1.0 is default spacing
  c32 c c c
  \override Beam.beam-thickness = #0.6
  \override Beam.length-fraction = #1.3
  c32 c c c
}

[image of music]

LilyPond snippets v2.25.15 (開発版).