]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/rest-column.hh
86aa7f96e0f6fa6b7a40733f4fc3250029d10e31
[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     NAME_MEMBERS();
23     void translate_heads(int dy);
24 };
25
26 #endif // REST_COLUMN_HH