From: fred Date: Sun, 24 Mar 2002 19:48:46 +0000 (+0000) Subject: lilypond-0.0.76 X-Git-Tag: release/1.5.59~4414 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=427345902b1ca464c6059fe19451ae10027a44c4;p=lilypond.git lilypond-0.0.76 --- diff --git a/lily/command-request.cc b/lily/command-request.cc index 1d4b35dadf..a9539e28f7 100644 --- a/lily/command-request.cc +++ b/lily/command-request.cc @@ -69,6 +69,13 @@ IMPLEMENT_IS_TYPE_B1(Command_req,Request); void Command_req::do_print()const{} + +IMPLEMENT_IS_TYPE_B1(Disallow_break_req,Command_req); +IMPLEMENT_STATIC_NAME(Disallow_break_req); +void +Disallow_break_req::do_print()const +{ +} /* *************** */ IMPLEMENT_STATIC_NAME(Barcheck_req); IMPLEMENT_IS_TYPE_B1(Barcheck_req,Timing_req);