]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dot-column.hh
release: 1.5.13
[lilypond.git] / lily / include / dot-column.hh
index 0389f516858e93c99f2b8c81fdc23b38f83c4c84..65eb4c5a7559f19b3daa4bf3e8a73f0629dceb72 100644 (file)
@@ -3,29 +3,27 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #ifndef DOT_COLUMN_HH
 #define DOT_COLUMN_HH
 
-#include "axis-group-item.hh"
-#include "note-head-side.hh"
+#include "lily-guile.hh"
 
 /**
   Group dots.  This is needed because, the dots have to be aligned per voice
  */
-class Dot_column : public Axis_group_item, public Note_head_side
+class Dot_column               // interface
 {
-  static int compare (Dots * const&,Dots * const&);
-  void add_dots (Dots*);
 public:
-  VIRTUAL_COPY_CONS (Score_element);
-  void add_head (Rhythmic_head*);
-  Dot_column ();
+  static int compare (Grob * const&,Grob * const&);
+  static void add_head (Grob * dotcol, Grob* rh );
 
-protected:
-  virtual void do_post_processing ();
+  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