]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/side-position-interface.cc
release: 1.5.47
[lilypond.git] / lily / side-position-interface.cc
index 9acf165858db16ee93ced2c38a35e330bd8e7fdc..4ce9df6761ae4118309790159514c86e2d3fb6fc 100644 (file)
@@ -335,3 +335,10 @@ Side_position_interface::supported_b (Grob*me)
 }
 
 
+
+
+ADD_INTERFACE (Side_position_interface,"side-position-interface",
+  "Position a victim object (this one) next to other objects (the support).
+#'direction = where to put the victim object (left or right?)
+",
+  "side-support-elements direction-source direction side-relative-direction minimum-space padding self-alignment-X self-alignment-Y");