lilypond-1.2.0
[lilypond.git] / hdr / stem-beam-reg.hh
blobdddba269a4f56073220e1321d210fcb3068b0d54
1 /*
2 stem-beam-reg.hh -- part of LilyPond
4 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
5 */
8 #ifndef STEMBEAMREG_HH
9 #define STEMBEAMREG_HH
10 #include "register.hh"
12 struct Stem_beam_register : Request_register {
13 Stem * stem_p_;
14 Beam * beam_p_;
15 Beam_req * beam_req_l_;
16 Stem_req * stem_req_l_;
17 Beam_req * start_req_l_;
18 bool end_beam_b_;
19 Rhythmic_grouping *current_grouping;
20 int default_dir_i_;
22 /* *************** */
23 Stem_beam_register();
24 ~Stem_beam_register();
25 virtual void set_feature(Features dir_i_);
26 virtual bool try_request(Request*);
27 virtual void process_requests();
28 virtual void acknowledge_element(Staff_elem_info);
29 virtual void pre_move_processing();
30 virtual void post_move_processing();
31 NAME_MEMBERS(Stem_beam_register);
33 #endif // STEMBEAMREG_HH