]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/self-alignment-interface.hh
* lily/include/music-iterator.hh (class Music_iterator): add
[lilypond.git] / lily / include / self-alignment-interface.hh
index 985ce91fee9bf0d6799e2efd44a1fb7753cc5c97..f7a45bb933151a678ae498067fdfa407e46f515c 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1999--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -17,6 +17,7 @@ struct Self_alignment_interface
   static bool has_interface (Grob*);
   DECLARE_SCHEME_CALLBACK (aligned_on_self, (SCM element, SCM axis));
   DECLARE_SCHEME_CALLBACK (centered_on_parent, (SCM element, SCM axis));
+  DECLARE_SCHEME_CALLBACK (aligned_on_parent, (SCM element, SCM axis));
   DECLARE_SCHEME_CALLBACK (centered_on_other_axis_parent, (SCM element, SCM axis));
 };
 #endif