Chords with one normal note head and multiple small note heads

I have encountered music in the wild where the primary voice is joined by a bunch of sub-voices. In this particular instance, this is notated as a set of chords, where the note head of the primary voice is in a normal font, but the note heads for the other voices are in a smaller font.

My solution is to make a scheme music function which modifies all chords that it is given such that the first pitch specified in the chord uses the normal font, and all other pitches are tweaked to use a font size two smaller.

Problems: This does not properly resize accidentals attached to the smaller note heads.