bug-lilypond
[Top][All Lists]
Advanced

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

Re: vertical spacing scrambles systems


From: Keith OHara
Subject: Re: vertical spacing scrambles systems
Date: Thu, 15 Nov 2012 04:49:23 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Eluze <eluzew <at> gmail.com> writes:

> 
> maybe the same bug!?
> 
> \paper {
>   system-system-spacing = #'((stretchability . 666))
>   score-system-spacing = #'((stretchability . 666))
> }
>   \new Staff { f1 \break g1 }
>   \new Staff { f1 \break g1 }
> 

That's not a bug; that's parody of a horrible user interface.

'system-system-spacing is usually a list of pairs defining
'basic-distance, 'minimum-distance, 'padding, and 'stretchability.

Using a list with one element, he defines stretchability only, 
making 'basic-distance and 'padding undefined.  The undefined 
parameters are taken as zero, which would be reasonable if not for
the mysterious way these parameters lost their default values.

On the slim chance that this was an honest misunderstanding, the way to set
'stretchability, while leaving the others at their non-zero default values, is
  system-system-spacing #'stretchability = 666





reply via email to

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