From: Han-Wen Nienhuys Date: Tue, 9 Jan 2007 14:41:08 +0000 (+0100) Subject: remove outdated comment. X-Git-Tag: release/2.11.11-1~37 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4df5d02c83e4259e8713cc5c22f0abd33b9303d6;p=lilypond.git remove outdated comment. --- diff --git a/lily/spacing-spanner.cc b/lily/spacing-spanner.cc index b973022acf..3177368245 100644 --- a/lily/spacing-spanner.cc +++ b/lily/spacing-spanner.cc @@ -521,13 +521,6 @@ Spacing_spanner::breakable_column_spacing (Grob *me, Item *l, Item *r, assert (!isinf (compound_space)); compound_space = max (compound_space, compound_fixed); - /* - There used to be code that changed spacing depending on - raggedright setting. Ugh. - - Do it more cleanly, or rename the property. - - */ Real inverse_strength = (compound_space - compound_fixed); Real distance = compound_space; Spaceable_grob::add_spring (l, r, distance, inverse_strength);