]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/spaceable-grob.cc
release: 1.5.47
[lilypond.git] / lily / spaceable-grob.cc
index 2695186b5d6685278bf72d5119666a74f3dd330f..30e1b0503e96aa067c6f917f43fdd2c8f769a545 100644 (file)
@@ -80,8 +80,9 @@ Spaceable_grob::remove_interface (Grob*me)
 }
 
 
-void
-Spaceable_grob::set_interface (Grob*me)
-{
-  me->set_interface (ly_symbol2scm ("spaceable-grob-interface"));
-}
+ADD_INTERFACE (Spaceable,"spaceable-grob-interface",
+  "An grob (generally a Paper_column) that takes part in the
+spacing problem. ",
+  "penalty minimum-distances ideal-distances
+left-neighbors right-neighbors");
+