Changing auto beam behaviour

Kris Van Bruwaene via bug-lilypond <[email protected]> Mon, 19 May 2025 13:01:15 +0000 (UTC)
Newsgroups gmane.comp.gnu.lilypond.bugs
Message-ID <[email protected]>
I'm setting a piece in time 3/4 but with 8th notes, which I want to group 2 by 2.This is almost identical to the second example given in "Beaming based on baseMoment and beatStructure" in notation reference v2.23.82. So I put:   \set Timing.beamExceptions = #'()
  \set Timing.baseMoment = #(ly:make-moment 1/4)
  \set Timing.beatStructure = 1,1,1

but that doesn't seem to change the automatic beaming. Could that be a regression between version 2.23 and 2.24 (which I'm using currently)? Or has the instruction changed?