X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fspaceable-grob.cc;h=d736c25420657488053d1ea74acc02f843f2309b;hb=731d3cb1ef66145c13864a4cfc762e8245d60fab;hp=87d30397e3ae48e4bf40976584eae0c0d1f16862;hpb=3f141d50d558df9fdfe08cc97b1bc910c0833e86;p=lilypond.git diff --git a/lily/spaceable-grob.cc b/lily/spaceable-grob.cc index 87d30397e3..d736c25420 100644 --- a/lily/spaceable-grob.cc +++ b/lily/spaceable-grob.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2007 Han-Wen Nienhuys + (c) 2000--2009 Han-Wen Nienhuys */ #include "spaceable-grob.hh" @@ -89,18 +89,16 @@ Spaceable_grob::get_spring (Grob *this_col, Grob *next_col) ADD_INTERFACE (Spaceable_grob, - "A layout object that takes part in the spacing problem. ", - + "A layout object that takes part in the spacing problem.", /* properties */ "allow-loose-spacing " "ideal-distances " "keep-inside-line " - "left-neighbors " + "left-neighbor " "measure-length " "minimum-distances " - "right-neighbors " + "right-neighbor " "spacing-wishes " - );