]> git.donarmstrong.com Git - lilypond.git/commitdiff
remove outdated comment.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 9 Jan 2007 14:41:08 +0000 (15:41 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 9 Jan 2007 14:41:08 +0000 (15:41 +0100)
lily/spacing-spanner.cc

index b973022acf79154cc462c69fe90d948a95f6bd01..3177368245b6bef825d629014d537b2b369a658f 100644 (file)
@@ -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);