]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/rest.hh
051bdaf98990cc34f68a7bca629a9fa01b9fd444
[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 /**
16    A pause.
17
18    See also Rhythmic_head, Staff_symbol_referencer.
19    
20    Read-only properties:
21
22    style -- string specifying glyph style
23  */
24 class  Rest
25 {
26 public:
27   DECLARE_SCHEME_CALLBACK(after_line_breaking, (SCM ));
28   static bool has_interface (Score_element*);
29   DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
30 };
31 #endif // REST_HH