lilypond-1.1.44
[lilypond.git] / lily / include / voice-group-regs.hh
blob3dda1069620a8d5ae01dc605f447864931310361
1 /*
2 voice-group-regs.hh -- declare Voice_group_registers
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
10 #ifndef VOICEGROUPREGS_HH
11 #define VOICEGROUPREGS_HH
13 #include "register-group.hh"
15 /**
16 A group of voices which share certain characteristics (such as beams. ).
18 class Voice_group_registers : public Register_group_register {
19 Moment termination_mom_;
20 int dir_i_;
22 protected:
23 virtual void do_print() const;
24 virtual Scalar get_feature(String);
25 virtual bool do_try_request(Request*);
26 public:
29 NAME_MEMBERS();
30 static bool static_acceptable_request_b(Request*);
31 Voice_group_registers();
33 #endif // VOICEGROUPREGS_HH