From 427345902b1ca464c6059fe19451ae10027a44c4 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:48:46 +0000 Subject: [PATCH] lilypond-0.0.76 --- lily/command-request.cc | 7 +++++++ 1 file changed, 7 insertions(+) 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); -- 2.39.5