]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/self-aligment-interface.cc
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / self-aligment-interface.cc
index 3eb8d23a69ffe0ca2fe2ea93a512ca678e816e3d..4c63ce73d2ee24dc6d70eb53904b27847ce2ffca 100644 (file)
@@ -3,11 +3,12 @@
  
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2004--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "self-alignment-interface.hh"
 #include "warn.hh"
+#include "grob.hh"
 
 MAKE_SCHEME_CALLBACK (Self_alignment_interface, y_aligned_on_self, 1);
 SCM
@@ -131,7 +132,7 @@ Self_alignment_interface::set_align_self (Grob *me, Axis a)
                       a);
 }
 
-ADD_INTERFACE (Self_alignment_interface, "self-alignment-interface",
+ADD_INTERFACE (Self_alignment_interface,
               "Position this object on itself and/or on its parent. To this end, the following functions "
               " are provided: \n"
               "@table @code \n"
@@ -145,9 +146,7 @@ ADD_INTERFACE (Self_alignment_interface, "self-alignment-interface",
               "@end table\n",
 
 
-              /* porperties */
+              /* properties */
               "self-alignment-X "
-              "self-X-offset "
-              "self-Y-offset "
               "self-alignment-Y ");