On Mon, Apr 8, 2024 at 11:14 AM Paul Scott <[email protected]> wrote:
>
> The case at the moment is with long groups of triplets of which the
> following is now a part:
>
> {
> \time 2/4
> \tuplet 3/2 8 {
> a'16 16 \set stemRightBeamCount = 1 16 \set stemLeftBeamCount = 1
> 16 16 16
> }
> }
>
> I think that after last summer's GSOC project on beaming, this now works
> correctly out of the box:
\version "2.24"
{
\time 2/4
\set subdivideBeams = ##t
\tuplet 3/2 8 {
a'16 16 16
16 16 16
}
}
HTH,
Carl
