譜の中央にある音符の符幹のデフォルトの向き

譜の中央にある音符の符幹の向きは、Stemneutral-direction プロパティにセットされています。

\relative c'' {
  a4 b c b
  \override Stem.neutral-direction = #up
  a4 b c b
  \override Stem.neutral-direction = #down
  a4 b c b
}

[image of music]

LilyPond snippets v2.25.15 (開発版).