X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fspaceable-grob.cc;h=679c2bcb195651dc1954d371c59830d7d447b887;hb=d53a0536f899eae5f2e9c50e7b2e2b5636f5b026;hp=4c78ab82403c054efdbed21798ca205b7a84a05b;hpb=32f6a8beb6c115bcccaa0567ac30b2cde4832569;p=lilypond.git diff --git a/lily/spaceable-grob.cc b/lily/spaceable-grob.cc index 4c78ab8240..679c2bcb19 100644 --- a/lily/spaceable-grob.cc +++ b/lily/spaceable-grob.cc @@ -3,13 +3,12 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2005 Han-Wen Nienhuys + (c) 2000--2006 Han-Wen Nienhuys */ #include "spaceable-grob.hh" #include -#include #include "warn.hh" #include "spring.hh" @@ -121,8 +120,17 @@ Spaceable_grob::remove_interface (Grob *me) me->set_object ("ideal-distances", SCM_EOL); } -ADD_INTERFACE (Spaceable_grob, "spaceable-grob-interface", +ADD_INTERFACE (Spaceable_grob, "A layout object that takes part in the spacing problem. ", - "measure-length spacing-wishes penalty minimum-distances ideal-distances " - "keep-inside-line left-neighbors right-neighbors"); + + + /* properties */ + "allow-loose-spacing " + "ideal-distances " + "keep-inside-line " + "left-neighbors " + "measure-length " + "minimum-distances " + "right-neighbors " + "spacing-wishes");