]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spaceable-grob.cc
Update.
[lilypond.git] / lily / spaceable-grob.cc
index 77c5d202bb08ebc65d1b60975378387d1c39efc4..0f3dc9849b93b6edc9068ef0d9767e5500164601 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2000--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2000--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "spaceable-grob.hh"
@@ -122,6 +122,15 @@ Spaceable_grob::remove_interface (Grob *me)
 
 ADD_INTERFACE (Spaceable_grob, "spaceable-grob-interface",
               "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");