---------- Forwarded message ----------
> From: Carl Sorensen <[email protected]>
> To: Flaming Hakama by Elaine <[email protected]>
> Cc: Lilypond-User Mailing List <[email protected]>
> Bcc:
> Date: Thu, 15 Dec 2022 15:48:50 -0700
> Subject: Re: length of stems on beamed notes
>
>
> 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
>
Yes, that definitely helps!
The code as-is got it close, but the stems for the 8th note-only beat were
still a bit short.
This is what I ended up with to get them to match more closely
\override Beam.beamed-stem-shorten = #'(-0.2 0 0)
Thanks,
Elaine Alt
415 . 341 .4954 "*Confusion is
highly underrated*"
[email protected]
Producer ~ Composer ~ Instrumentalist ~ Educator
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-