Folks,
how can I easily create a beam subdivision as shown in the attached
image using the current development version 2.25.18? The solution I
came up with is extremely ugly...
Werner
```
{
\once \set subdivideBeams = ##t
\once \set minimumBeamSubdivisionInterval = \musicLength 8
f'16 f'32
\set stemRightBeamCount = 2
f'
\set stemLeftBeamCount = 2
f' f' f' f'
}
```
