]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/note-column-reg.hh
01a860911dfdab40baac7ff46846d4664feb6c2d
[lilypond.git] / lily / include / note-column-reg.hh
1 /*
2   note-column-reg.hh -- declare Note_column_register
3
4   source file of the LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef NOTE_COLUMN_REG_HH
11 #define NOTE_COLUMN_REG_HH
12
13 #include "register.hh"
14
15 class Note_column_register :public Request_register {
16     Note_column *ncol_p_;
17     /* *************** */
18     bool acceptable_elem_b(Staff_elem const*)const;
19 protected:
20     virtual void acknowledge_element(Staff_elem_info);
21     virtual void pre_move_processing();
22
23 public:
24     Note_column_register();
25     NAME_MEMBERS(Note_column_register);
26 };
27 #endif // NOTE_COLUMN_REG_HH