]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/note-column-reg.hh
ddcbdae2f5d803529c9f1cd6068cc08ea3f51b0d
[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     bool h_shift_b_;
18     int dir_i_;
19     /* *************** */
20     bool acceptable_elem_b(Staff_elem const*)const;
21 protected:
22     virtual void set_feature(Feature);
23     virtual void acknowledge_element(Staff_elem_info);
24     virtual void pre_move_processing();
25
26 public:
27     Note_column_register();
28     NAME_MEMBERS(Note_column_register);
29 };
30 #endif // NOTE_COLUMN_REG_HH