]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/command-request.hh
release: 1.1.14
[lilypond.git] / lily / include / command-request.hh
index c03ff6eb543d7bd5f78b83446f35e2005c212a48..527ffbce016b5ab7d30b0ae03d906865de02e566 100644 (file)
@@ -47,6 +47,11 @@ public:
   REQUESTMETHODS(Command_script_req);
 };
 
+class Command_tie_req : public Command_req {
+public:
+  REQUESTMETHODS(Command_tie_req);
+};
+
 /** Baseclass for time_signature/partial req. It has to be handled by
   Staff_{walker,column} baseclass.  */
 class Timing_req  : public Command_req  {