From a3a34050821ce8480b37c489200ffda853d67a23 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 22 Aug 2002 18:33:45 +0000 Subject: [PATCH] *** empty log message *** --- lily/simple-spacer.cc | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/lily/simple-spacer.cc b/lily/simple-spacer.cc index fef3caea83..aa6269be08 100644 --- a/lily/simple-spacer.cc +++ b/lily/simple-spacer.cc @@ -9,7 +9,7 @@ - add support for different stretch/shrink constants? */ - +#include #include #include // isinf @@ -311,8 +311,21 @@ Simple_spacer::add_columns (Link_array const &icols) my_solve_linelen (); } -#include +/* + + TODO: should a add penalty for widely varying spring forces (caused + by constraints, eg. + + ===== + | | + o|o| x ##x + + + The ## forces the notes apart; we shouldn't allow the O's to touch + this closely. + + */ void Simple_spacer::solve (Column_x_positions *positions, bool ragged) const { -- 2.39.5