From: fred Date: Mon, 24 Feb 1997 21:34:37 +0000 (+0000) Subject: lilypond-0.0.35 X-Git-Tag: release/1.5.59~6297 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b968dcec06963301f8476c628c90fa39368d6eec;p=lilypond.git lilypond-0.0.35 --- diff --git a/hdr/voiceregs.hh b/hdr/voiceregs.hh new file mode 100644 index 0000000000..c9e809b618 --- /dev/null +++ b/hdr/voiceregs.hh @@ -0,0 +1,27 @@ +/* + voiceregs.hh -- declare Voice_registers + + source file of the LilyPond music typesetter + + (c) 1997 Han-Wen Nienhuys +*/ + + +#ifndef VOICEREGS_HH +#define VOICEREGS_HH + +#include "registergroup.hh" + +struct Voice_registers : Register_group { + Voice *voice_l_; + + /* *************** */ + + static bool acceptable_request_b(Request*); + virtual void acknowledge_element(Staff_elem_info info); + + Voice_registers(Complex_walker*,Voice*); +}; + + +#endif // VOICEREGS_HH