lilypond-user
[Top][All Lists]
Advanced

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

Re: Reduce vertical space in one \score ?


From: Francisco Vila
Subject: Re: Reduce vertical space in one \score ?
Date: Thu, 14 May 2009 11:43:49 +0200

2009/5/14  <address@hidden>:
> I would like to reduce the vertical space between staves (aka 1-stave
> systems) within one \score on a page that has two other \scores.
>
> Once the rest of the content is added, I want to force the first \score's
> staves much closer together and leave all the default automatic spacing in
> place for the second two scores.  This will allow all three scores to fit
> on one page.

Have you tried this?

\context {
                \Staff
                \override VerticalAxisGroup #'minimum-Y-extent = #'(0 . 0)
        }

Default is #'(-4 . 4)

If you have lyrics, remember to do the same for the \Lyrics context.

-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org




reply via email to

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