]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dot-column.hh
release: 1.3.109
[lilypond.git] / lily / include / dot-column.hh
index dc50f326fcc8ed1be155cb62ae3c04e4bc0ed50d..452d0ba0009cf2e44b72092de4c06b97fa582b03 100644 (file)
 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 bool has_interface (Score_element*);
+  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);
 };