Re: system-count bugfix

2006-05-14 Thread Han-Wen Nienhuys
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

Re: system-count bugfix

2006-05-13 Thread Joe Neeman
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

Re: system-count bugfix

2006-05-13 Thread Han-Wen Nienhuys
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"

system-count bugfix

2006-05-12 Thread Joe Neeman
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