Hello, I think I must not be understanding how the StaffGrouper works. I'm doing a score with instrument and piano accompaniment, and have the piano music in a PianoStaff. I'm trying to get more space between the solo staff and the piano staff. This is what I tried...
\layout{ \context { \Score \override VerticalAxisGroup.staff-staff-spacing.minimum-distance = #14 \override StaffGrouper.staff-staff-spacing.minimum-distance = #6 } But it seems the StaffGrouper spacing isn't applied, and what I get is big space between all three lines. I thought that the StaffGrouper was supposed to override settings in the VerticalAxisGroup, but maybe I have to do it a different way? Any help would be greatly appreciated. Thanks, Ben