2 text-reg.hh -- part of LilyPond
4 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
10 #include "register.hh"
12 struct Text_register
: Request_register
{
14 Text_req
* text_req_l_
;
17 virtual void set_feature(Features
);
19 virtual bool try_request(Request
*);
20 virtual void process_requests();
21 virtual void pre_move_processing();
22 virtual void post_move_processing();
23 NAME_MEMBERS(Text_register
);