]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dot-column.hh
2003 -> 2004
[lilypond.git] / lily / include / dot-column.hh
index db18bf572dc8577b71dded790a2364034dbf884c..dc30f42c91d12a8d0f5561213b1fc392d0ebc956 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 class Dot_column               // interface
 {
 public:
-  static int compare (Score_element * const&,Score_element * const&);
-  static void add_head (Score_element * dotcol, Score_element* rh );
-  static void set_interface (Score_element*);
-  static Real force_shift_callback (Score_element * , Axis);
-  static SCM do_shifts (SCM dotlist);
+  static int compare (Grob * const&,Grob * const&);
+  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*);
 };
 #endif // DOT_COLUMN_HH