lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is there a way to set negative spacing to objects?


From: Knute Snortum
Subject: Re: Is there a way to set negative spacing to objects?
Date: Sun, 1 May 2022 08:03:30 -0700

On Sun, May 1, 2022 at 6:03 AM RCJacH Han <RCJacH@outlook.com> 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

[Prev in Thread] Current Thread [Next in Thread]