X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcommand-request.cc;h=a9539e28f7a6db3e933494f72bf38c43deb5af48;hb=6ce61146edb1c36647b514778c29cdc9beedab6a;hp=1d4b35dadf3c56c12b69fa37326ae0123dcb10db;hpb=6a0ea5e307744ad53d8b4a7381f2b27c2cfc9c13;p=lilypond.git 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);