all springs tight, and still satisfy the constraints.
+2004-10-25 Han-Wen Nienhuys <hanwen@xs4all.nl>
+
+ * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
+ all springs tight, and still satisfy the constraints.
+
2004-10-25 Werner Lemberg <wl@gnu.org>
* scripts/lilypond-book.py: s/option-sep/option_sep/.
SCM force_return = SCM_BOOL_F;
if (!isinf (spacer.force_)
- && spacer.is_active ())
+ && (spacer.is_active () || is_ragged))
{
force_return = scm_from_double (spacer.force_);
}