LilyPond's default beaming in cut time (2/2) puts a beam over all notes in one beat, hence 8 sixteenth notes beamed together. I know how to command a local group to beam in groups of four, but am having no luck setting the various override commands , e.g.,
\set Timing.baseMoment
\set Timing.beatStructure
\set Timing.beamExceptions
to get what I want. Here is an example of default vs. desired output.
Edit
Stupid me: because I'm using \NewGrandStaff I need to apply something like @Lazy's answer to both staves! That'll teach me to provide a proper code snippet in the first place.
My only preamble (other than some unrelated formatting) is \time 2/2 .
Basically, I want the time signature to be shown as 2/2 (or the "Cut" symbol) but the notes to be handled pretty much the way the 4/4 time defaults are.

