]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/note-spacing.hh
release: 1.5.27
[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 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7
8  */
9
10 #ifndef NOTE_SPACING_HH
11 #define NOTE_SPACING_HH
12
13 #include "lily-proto.hh"
14
15 class Note_spacing
16 {
17 public:
18   static bool has_interface (Grob*);
19
20   static Real get_spacing (Grob *me);
21
22   DECLARE_SCHEME_CALLBACK(before_line_breaking,(SCM));
23 };
24
25 #endif /* NOTE_SPACING_HH */