Joe Neeman schreef:
On Sun, 14 May 2006 02:07, Han-Wen Nienhuys wrote:
Joe Neeman schreef:
{
Output_def *l = pscore_->layout ();
- Real extent = scm_to_double (l->c_variable ("system-height"));
+ Real extent = robust_scm2double (l->c_variable ("system-height"),
12.0); Real
On Sun, 14 May 2006 02:07, Han-Wen Nienhuys wrote:
> Joe Neeman schreef:
> > {
> >Output_def *l = pscore_->layout ();
> > - Real extent = scm_to_double (l->c_variable ("system-height"));
> > + Real extent = robust_scm2double (l->c_variable ("system-height"),
> > 12.0); Real p
Joe Neeman schreef:
{
Output_def *l = pscore_->layout ();
- Real extent = scm_to_double (l->c_variable ("system-height"));
+ Real extent = robust_scm2double (l->c_variable ("system-height"), 12.0);
Real padding = scm_to_double (l->c_variable ("between-system-padding"
Here is a patch for the bug found by Trent Johnston:
2006-05-13 Joe Neeman <[EMAIL PROTECTED]>
* lily/constrained-breaking.cc (resize): give a default value
for system-height
Index: ChangeLog
===
RCS file: /sources/l