It looks like I was wrong about \set subdivideBeams = ##f canceling \set
subdivideBeams = ##t . It was another part in a score where it wasn't
canceled affect the line I was working on.
Paul
On 4/9/24 9:28 AM, Paul Scott wrote:
Forgot to send to list.
-------- Forwarded Message --------
Subject: Re: nested beaming
Date: Tue, 9 Apr 2024 09:26:22 -0700
From: Paul Scott <waterhorsemu...@aol.com>
To: Carl Sorensen <carl.d.soren...@gmail.com>
On 4/8/24 3:59 PM, Carl Sorensen wrote:
On Mon, Apr 8, 2024 at 4:51 PM Carl Sorensen
<carl.d.soren...@gmail.com> wrote:
On Mon, Apr 8, 2024 at 11:14 AM Paul Scott
<waterhorsemu...@aol.com> 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:
My mistake. These changes didn't get in until 2.25
\version "2.25.11" % but earlier 2.25 versions may work
{
\time 2/4
\set subdivideBeams = ##t
\tuplet 3/2 8 {
a'16 16 16
16 16 16
}
}
Carl
It worked for the triplets but \set subdivideBeams = ##f doesn't turn
it off for following music.
Paul