2 dot-column.hh -- declare Dot_column Dot_column
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
13 #include "lily-guile.hh"
16 Group dots. This is needed because, the dots have to be aligned per voice
18 class Dot_column // interface
21 static int compare (Grob * const&,Grob * const&);
22 static void add_head (Grob * dotcol, Grob* rh );
24 static bool has_interface (Grob*);
25 DECLARE_SCHEME_CALLBACK (force_shift_callback, (SCM ,SCM));
26 DECLARE_SCHEME_CALLBACK (side_position, (SCM ,SCM));
27 static SCM do_shifts (Grob*);
29 #endif // DOT_COLUMN_HH