]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/rest-column.hh
7e2db4272c68cf179959d083dcf29af77d0fc45d
[lilypond.git] / lily / include / rest-column.hh
1 /*
2   rest-column.hh -- declare Rest_column
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef REST_COLUMN_HH
11 #define REST_COLUMN_HH
12
13 #include "script-column.hh"
14 #include "head-column.hh"
15
16 /** 
17   struct to treat a set of rests as union (one voicegroup should
18   only produce one rest.
19   */
20 class Rest_column : public Head_column {
21 public:
22     DECLARE_MY_RUNTIME_TYPEINFO;
23     void translate_heads(int dy);
24 };
25
26 #endif // REST_COLUMN_HH