Hi! I'm building an integration for Astro which allows compiling and displaying LilyPond scores:
https://lilypond.ky.fyi Currently I'm setting `crop` on all scores by default in order to help with responsive web design and prevent unnecessary whitespace on webpages. However, the `crop` default causes spacing between staff groups to be overly tight, see examples: https://lilypond.ky.fyi/examples/ Is there any way to reserve a reasonable amount of space between staves when enabling `crop`? Ky Decker
