]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dot-column.hh
patch::: 1.3.122.jcn2
[lilypond.git] / lily / include / dot-column.hh
index c91d05d3d45089830abd5d1e88f7607b0af425cd..452d0ba0009cf2e44b72092de4c06b97fa582b03 100644 (file)
 #ifndef DOT_COLUMN_HH
 #define DOT_COLUMN_HH
 
-#include "item.hh"
-
+#include "lily-guile.hh"
 
 /**
   Group dots.  This is needed because, the dots have to be aligned per voice
  */
-class Dot_column : public Item
+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 (SCM);
-
-
-  SCM member_after_line_breaking ();
-  static SCM after_line_breaking (SCM);
+  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));
+  static SCM do_shifts (SCM dotlist);
 };
 #endif // DOT_COLUMN_HH