]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/rest-column.hh
release: 0.1.7
[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 /** struct to treat a set of rests as union (one voice should only
17   produce one rest.  */
18 class Rest_column : public Head_column {
19 public:
20     DECLARE_MY_RUNTIME_TYPEINFO;
21     void translate_heads(int dy);
22 };
23
24 #endif // REST_COLUMN_HH