Hello
On 29/10/2010 11:35, Janek Warchoł wrote:
LilyPond 2.13.37, Windows 7.
system-system-spacing #'padding = #1
works like
system-system-spacing = #'((padding . 1))
(it resets other values to 0)
Snippet:
\version "2.13.37"
\paper {
system-system-spacing #'padding = #1
}
\relative c' {
\repeat unfold 40 { a d e f a }
}
this makes the score too vertically crowded than it should be (try
commenting third line out).
if anyone is interested
system-system-spacing #'padding = #4.4
Seems to be the same as commenting the line out.
James
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond