]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/rest.hh
9513d8c82ad0fa4fd25fb9ff73b2a083e65ef93a
[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--2005 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 Grob;
16
17 class  Rest
18 {
19 public:
20   DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM ));
21   static bool has_interface (Grob*);
22   static String glyph_name (Grob*, int, String, bool); 
23   static SCM brew_internal_stencil (SCM, bool);
24   DECLARE_SCHEME_CALLBACK (extent_callback, (SCM, SCM));
25   DECLARE_SCHEME_CALLBACK (polyphonic_offset_callback, (SCM, SCM));
26   DECLARE_SCHEME_CALLBACK (print, (SCM ));
27 };
28 #endif // REST_HH