2 bar-reg.hh -- declare Bar_register
4 source file of the LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
12 #include "register.hh"
15 generate bars. Either user ("|:"), or default (new measure)
17 class Bar_register
: public Request_register
{
18 void split_bar(Bar
*& pre
, Bar
* no
, Bar
* &post
);
23 virtual bool try_request(Request
*req_l
);
24 virtual void process_requests();
25 virtual void pre_move_processing();
26 virtual void post_move_processing();
28 NAME_MEMBERS(Bar_register
);