Forwarding to keep on list. On Wed, Apr 10, 2024 at 11:35 AM Hans Åberg <[email protected]> wrote:
> > > On 10 Apr 2024, at 19:00, Carl Sorensen <[email protected]> > wrote: > > > > On Wed, Apr 10, 2024 at 10:22 AM Hans Åberg <[email protected]> wrote: > > > > > So is the issue that you would like to have the final [2 3] beamed > with a pair of beamed 16th notes joined to a trio of beamed sixteenth notes > by a single beam? > > > > Yes. > > > > This works out of the box now, as 4+5 with subdivisions and 4+3 with > subdivisions > > > > \version "2.25.11" > > { > > \time 9/16 > > \set beatStructure = #'(4 5) > > \set subdivideBeams = ##t > > \repeat unfold 9 a'16 > > > > \time 7/16 > > \set beatStructure = 4,3 > > \repeat unfold 7 a'16 > > } > > This works for the 9=(2+2)+(2+3); I attach a file that compiles, in case > you want to check. I need to check the 7/16 later. One could also have the > 3 in other places. like 9 = (2+2)+(3+2) or (3+2)+(2+2). They exist in > Turkey and Macedonia in slower forms without the sub-beaming, but in > theory, it is possible. > I think that it will not work if you want to subdivide with the 3 in the first position. I can imagine that there could be some sort of flag that would allow it to work correctly with the 3 in the first position, but that will require some extra development. If you think it's important, I could ping Jason Yip (who did the new autobeam functionality) to see if he has any ideas about it. Thanks, Carl
