]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/command-request.cc
release: 0.0.76
[lilypond.git] / lily / command-request.cc
index 1d4b35dadf3c56c12b69fa37326ae0123dcb10db..a9539e28f7a6db3e933494f72bf38c43deb5af48 100644 (file)
@@ -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);