]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/side-position-interface.hh
* Another grand 2003 update.
[lilypond.git] / lily / include / side-position-interface.hh
index 3cfd3730d17d26f9a384aa0ce9cea2802a31f1d5..ea3a0a969778d4c6a09b74d25c847c9b907c3b5c 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>
   
  */
 
@@ -25,7 +25,9 @@ public:
   DECLARE_SCHEME_CALLBACK (aligned_on_support_refpoints, (SCM element, SCM axis));
   
   DECLARE_SCHEME_CALLBACK (aligned_side, (SCM element, SCM axis));  
-  
+
+  DECLARE_SCHEME_CALLBACK (out_of_staff, (SCM element, SCM axis));  
+
   DECLARE_SCHEME_CALLBACK (quantised_position, (SCM element, SCM axis));
 
   static SCM general_side_position (Grob*, Axis, bool);
@@ -42,13 +44,6 @@ public:
 };
 
 
-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));
-};
-
 
 #endif /* SIDE_POSITION_INTERFACE_HH */