fr. michael gilmary wrote...
>> I'm working with Lilypond v. 2.11.62 and I just can't figure out how
>> to get extra vertical space between staves.
Xavier Scheuer replied....
%%%%%%%%%%%%%%%%%%%%%%%%%%%
My advise is to upgrade your version (you are running an old
development version).
Latest development version (2.13) has greatly improved the vertical
spacing and has a special setting parameter for this particular case.
Then you can change this spacing via
\paper {
score-system-spacing = #'((space . 14) (minimum-distance . 8)
(padding . 1))
}
Detailed explanations are there:
NR 4.1.2 Page formatting (! version 2.13.37 !)
http://lilypond.org/doc/v2.13/Documentation/notation/page-formatting.html
%%%%%%%%%%%%%%%%%%%%%%%%%%%
I think that this is what fr. michael gilmary was wanting...
\paper {
system-system-spacing = #'((space . 14) (minimum-distance . 8)
(padding . 1))
}
Would it be possible for the v2.13 docs to be expanded so that the full
syntax of both "intra-system-spacing" and "extra-system-spacing" options
is made explicit.
:)
Regards
Bill
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user