]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dot-column.hh
release: 1.5.29
[lilypond.git] / lily / include / dot-column.hh
index 8cf53ae02a485eb3185c5a559660231abd510971..d0319c15390620c3e8afbca260133b3e7c3f1c27 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -20,9 +20,10 @@ class Dot_column             // interface
 public:
   static int compare (Grob * const&,Grob * const&);
   static void add_head (Grob * dotcol, Grob* rh );
-  static void set_interface (Grob*);
+
   static bool has_interface (Grob*);
   DECLARE_SCHEME_CALLBACK (force_shift_callback, (SCM ,SCM));
+  DECLARE_SCHEME_CALLBACK (side_position, (SCM ,SCM));  
   static SCM do_shifts (SCM dotlist);
 };
 #endif // DOT_COLUMN_HH