lilypond-devel
[Top][All Lists]
Advanced

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

Re: Configurable spacing


From: Mats Bengtsson
Subject: Re: Configurable spacing
Date: Fri, 14 Jun 2002 15:55:50 +0200

> Has anyone figured out a good 1.5 solution to this?  Something like
> telling lily to space things a little tighter on this page?  What
> would be the best way to do that?

Try:

\paper{
  interscoreline = 1.0\pt % Default = 15
}

To fill each page vertically with equal spacing, add
the line 
  interscorelinefill=1

You could also decrease the minimumVerticalExtent property
for the Staff contexts (see the documentation of Lilypond
internals for syntax and default value). If you have
some PianoStaff, the forced-distanceof the VerticalAlignment
grob may also be reduced. However, if you change these
variables, you really have to review the result carefully
so you don't get any extra collisions.

    /Mats





reply via email to

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