]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/command-request.hh
release: 1.1.15
[lilypond.git] / lily / include / command-request.hh
index 96c010322bcd41aad7502fc8415861d733ac6309..81990b4f3f29f864aa343c42aeff569b068536e1 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  {
@@ -132,7 +137,7 @@ public:
 class Key_change_req  : public Command_req  {
 public:
   Array<Musical_pitch> pitch_arr_;
-  bool minor_b_;
+  int modality_i_;
   bool ordinary_key_b_;
 
   Key_change_req();
@@ -147,7 +152,6 @@ public:
   int sharps_i();
 
   void transpose (Musical_pitch  d);
-  /// is minor key?
   bool minor_b() const;
 };
 
@@ -164,4 +168,5 @@ public:
   REQUESTMETHODS(Bracket_req);
 };
 
+
 #endif // COMMANDREQUEST_HH