]> 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 05973ff1e42ddea39ccdfbb0e8a9cb24d8f9d014..ea3a0a969778d4c6a09b74d25c847c9b907c3b5c 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1999--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -23,10 +23,12 @@ struct Side_position_interface
 public:
   DECLARE_SCHEME_CALLBACK (aligned_on_support_extents, (SCM element, SCM axis));
   DECLARE_SCHEME_CALLBACK (aligned_on_support_refpoints, (SCM element, SCM axis));
-  DECLARE_SCHEME_CALLBACK (aligned_on_self, (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));
-  DECLARE_SCHEME_CALLBACK (centered_on_parent, (SCM element, SCM axis));
 
   static SCM general_side_position (Grob*, Axis, bool);
   static void set_axis (Grob*,Axis);
@@ -42,5 +44,6 @@ public:
 };
 
 
+
 #endif /* SIDE_POSITION_INTERFACE_HH */