lilypond-user
[Top][All Lists]
Advanced

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

2.13.37 problem with spacing tests - a bug?


From: Janek Warchoł
Subject: 2.13.37 problem with spacing tests - a bug?
Date: Fri, 29 Oct 2010 11:02:08 +0200

Hi, 

It looks like a serious bug, but i haven't seen it mentioned in the tracker or in any e-mail...

it is written in NR 4.12 that
"If a page has a ragged bottom, the resulting distance is the largest of:
- space,
- minimum-distance, and
- padding plus the smallest distance necessary to eliminate collisions."

So uncommenting fourth line in the example below shouldn't do anything, but it does (makes score vertically crowded)

\version "2.12.3"
\paper { 
system-system-spacing #'space = #20
% system-system-spacing #'padding = #1
}

\relative c' {
\repeat unfold 40 { a d e f a }
}

Am i right that this is a bug? Or did i misunderstood docs?

cheers,
Jan

reply via email to

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