Replying from my current email address since the one you cc'd me is abandoned, wish I could update the git commits' email addresses without breaking changes haha.

On 2024-07-02 09:47, Werner LEMBERG 'wl at gnu.org' wrote:
``` { \once \set subdivideBeams = ##t \once \set minimumBeamSubdivisionInterval = \musicLength 8 f'16 f'32 \set stemRightBeamCount = 2 f' \set stemLeftBeamCount = 2 f' f' f' f' } ```

Looks like this won't be possible without manually setting the beam count. My beam subdivision algorithm tries to strictly respect metric values as subdivision is intended to ease readers' track of the current measure position. Adding features that loosen that strictness such as one to support your desired output may allow composers to unintentionally confuse readers, but that can be a separate discussion. Nevertheless, it may be simple enough to make a new context property that defines ab offset for # of beamlets while still respecting the value of `minimumBeamSubdivisionInterval`. So in your case, that new context property would be 1 (must be a whole number).


Reply via email to