Hello,

is there a way to *automatically* have a growing beam on 32th notes with a
horizontal middle line?

Currently I do that by tweaking Beam.positions (see below), but I wonder if
is there a way to avoid this trial-and-error procedure:

Thanks!
P

%%%
\version "2.22.0"
{
  \override Beam.grow-direction = #RIGHT
  \override Beam.positions = #'(0 . 0.8)
  { c32[ d e f] }
}
%%%

Reply via email to