On Thu, Dec 15, 2022 at 3:35 PM Flaming Hakama by Elaine <
[email protected]> wrote:
>
> In this MWE, I would like to get the stem lengths equal.
>
> Currently, the stems of beats with the 16th notes are longer than the
> stems of the beat with only 8th notes.
>
> Does anyone know how to equalize the beam lengths?
>
use beamed-stem-shorten #'(0 0 0)
\relative c''' {
\override Stem.length-fraction = #(magstep 1.03)
\override Beam.beamed-stem-shorten = #'(0 0 0)
\stemUp
r16 g8. 8. 16 ~ 8 8 ~ 16 8.
}
HTH,
Carl