]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/rest-collision.hh
* flower
[lilypond.git] / lily / include / rest-collision.hh
1 /*
2   rest-collision.hh -- declare Rest_collision
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9 #ifndef REST_COLLISION_HH
10 #define REST_COLLISION_HH
11
12 #include "lily-proto.hh"
13 #include "lily-guile.hh"
14
15
16 class Rest_collision
17 {
18 public:
19   static void add_column (Grob *me, Grob *);
20
21   static bool has_interface (Grob *);
22   DECLARE_SCHEME_CALLBACK (force_shift_callback, (SCM element, SCM axis));
23   DECLARE_SCHEME_CALLBACK (force_shift_callback_rest, (SCM element, SCM axis));
24   static SCM do_shift (Grob *);
25 };
26 #endif // REST_COLLISION_HH