]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/self-alignment-interface.hh
* lily/melisma-engraver.cc (try_music): use melisma_busy()
[lilypond.git] / lily / include / self-alignment-interface.hh
index b725f811482251c12ff345e9748db5adca1e1f4e..f7a45bb933151a678ae498067fdfa407e46f515c 100644 (file)
@@ -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