]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dot-column.hh
release commit
[lilypond.git] / lily / include / dot-column.hh
index ac9bbc488c65d8e27b708c776a3c418975c47d24..0cd5c6b69365264826a04ac8b36d7ddb55adfa4b 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef DOT_COLUMN_HH
@@ -23,8 +23,7 @@ public:
   static void add_head (Grob *dotcol, Grob *rh);
 
   static bool has_interface (Grob *);
-  DECLARE_SCHEME_CALLBACK (force_shift_callback, (SCM, SCM));
-  DECLARE_SCHEME_CALLBACK (side_position, (SCM, SCM));
-  static SCM do_shifts (Grob *);
+  DECLARE_SCHEME_CALLBACK (side_position, (SCM));
+  DECLARE_SCHEME_CALLBACK (calc_positioning_done, (SCM));
 };
 #endif // DOT_COLUMN_HH