X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdot-column.hh;h=d0319c15390620c3e8afbca260133b3e7c3f1c27;hb=d9b43b93f2c885409bafdb157138158f65cc49aa;hp=dc50f326fcc8ed1be155cb62ae3c04e4bc0ed50d;hpb=9b40d66187029df3dca86fc5ecc65f64db315a48;p=lilypond.git diff --git a/lily/include/dot-column.hh b/lily/include/dot-column.hh index dc50f326fc..d0319c1539 100644 --- a/lily/include/dot-column.hh +++ b/lily/include/dot-column.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2000 Han-Wen Nienhuys + (c) 1997--2002 Han-Wen Nienhuys */ @@ -18,11 +18,12 @@ 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*); - DECLARE_SCHEME_CALLBACK(force_shift_callback, (SCM ,SCM)); + 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 (SCM dotlist); }; #endif // DOT_COLUMN_HH