The following code acts as if there were no cut groups indicated at all:
d1 $ superimpose ((# speed 2) . (# cut 2))
$ s "bev(6,8)" # cut 1
It should sound like
d1 $ s "bev(6,8)" # cut 1
d2 $ s "bev(6,8)" # speed 2 # cut 1
It seems it also doesn't work like this:
d1 $ stack[
s "oregano2(6,8)" # cut 1,
s "oregano2(6,8)" # speed 2 # cut 2
]
So it seems the cut groups are broken?