X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Finclude%2Fstem-beam-reg.hh;h=a162e725e45c83309f5bbb5640488435a6cd0742;hb=036af34aa44a151b9e67c18e0acccaafdfae9de8;hp=f6b1b5317eacc8d1527ca5ff899bb90dd7a25814;hpb=0d2593e4ef1f3d1eb6994223f1de8f6c8fbcd066;p=lilypond.git diff --git a/lily/include/stem-beam-reg.hh b/lily/include/stem-beam-reg.hh index f6b1b5317e..a162e725e4 100644 --- a/lily/include/stem-beam-reg.hh +++ b/lily/include/stem-beam-reg.hh @@ -31,10 +31,10 @@ public: protected: ~Stem_beam_register(); virtual void set_feature(Feature dir_i_); - virtual bool try_request(Request*); - virtual void process_requests(); + virtual bool do_try_request(Request*); + virtual void do_process_requests(); virtual void acknowledge_element(Score_elem_info); - virtual void pre_move_processing(); - virtual void post_move_processing(); + virtual void do_pre_move_processing(); + virtual void do_post_move_processing(); }; #endif // STEMBEAMREG_HH