bug-lilypond
[Top][All Lists]
Advanced

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

new page spacing syntax bug


From: Janek Warchoł
Subject: new page spacing syntax bug
Date: Fri, 29 Oct 2010 12:35:11 +0200

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).

regards,
Janek


reply via email to

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