Fortunately I always use the latest development version. I'll try this in a 
while.Thank you!Paul Sent from my Galaxy
-------- Original message --------From: Carl Sorensen 
<[email protected]> Date: 4/8/24  4:00 PM  (GMT-07:00) To: Paul Scott 
<[email protected]> Cc: Simon Albrecht <[email protected]>, 
Lilypond-User Mailing List <[email protected]>, Jean Abou Samra 
<[email protected]> Subject: Re: nested beaming On Mon, Apr 8, 2024 at 4:51 PM 
Carl Sorensen <[email protected]> wrote:









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:
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

Reply via email to