]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/note-spacing.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / note-spacing.hh
1 /*
2   note-spacing.hh -- declare Note_spacing
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2001--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #ifndef NOTE_SPACING_HH
10 #define NOTE_SPACING_HH
11
12 #include "grob-interface.hh"
13 #include "lily-proto.hh"
14 #include "spring.hh"
15
16 class Note_spacing
17 {
18 public:
19   DECLARE_GROB_INTERFACE();
20
21   static Spring get_spacing (Grob *me, Item *, Real, Real);
22   static void stem_dir_correction (Grob *me, Item *next_col, Real incr,
23                                    Real *, Real *);
24 };
25
26 #endif /* NOTE_SPACING_HH */