]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/rest.hh
release: 1.3.109
[lilypond.git] / lily / include / rest.hh
1 /*
2   rest.hh -- declare Rest
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9
10 #ifndef REST_HH
11 #define REST_HH
12
13 #include "lily-guile.hh"
14
15 class  Rest
16 {
17 public:
18   DECLARE_SCHEME_CALLBACK(after_line_breaking, (SCM ));
19   static bool has_interface (Grob*);
20   static SCM brew_internal_molecule (SCM);
21   DECLARE_SCHEME_CALLBACK(extent_callback, (SCM,SCM));
22   DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
23 };
24 #endif // REST_HH