*** empty log message ***
[lilypond.git] / lily / include / self-alignment-interface.hh
blob985ce91fee9bf0d6799e2efd44a1fb7753cc5c97
1 /*
2 side-position-interface.hh -- declare Side_position_interface
4 source file of the GNU LilyPond music typesetter
6 (c) 1999--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8 */
10 #ifndef SELF_ALIGNMENT_INTERFACE_HH
11 #define SELF_ALIGNMENT_INTERFACE_HH
13 #include "spanner.hh"
15 struct Self_alignment_interface
17 static bool has_interface (Grob*);
18 DECLARE_SCHEME_CALLBACK (aligned_on_self, (SCM element, SCM axis));
19 DECLARE_SCHEME_CALLBACK (centered_on_parent, (SCM element, SCM axis));
20 DECLARE_SCHEME_CALLBACK (centered_on_other_axis_parent, (SCM element, SCM axis));
22 #endif