On Sun, May 1, 2022 at 6:03 AM RCJacH Han <[email protected]> wrote:
> I’m working on some animated score videos, and I wish to have multiple staffs 
> contracting and expanding vertically and horizontally.
>
> For that I wish to set the distance between staves to be 0 so multiple staves 
> are stacked on top of each other.
>
> Is there a way to do this?

Would something like this work?

\paper {
  system-system-spacing =
    #'((basic-distance . 0)
       (minimum-distance . 0)
       (padding . 0)
       (stretchability . 0))
}


--
Knute Snortum

Reply via email to