2009/5/14  <d...@haygoods.org>:
> 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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to