]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/command-request.hh
release: 1.0.18
[lilypond.git] / lily / include / command-request.hh
index 9449dd33e9e82b699ca11b21c300bc27c42fc40f..a0afdc8f5e996765fa9bc54dce9d2fee455e8ea3 100644 (file)
@@ -145,7 +145,7 @@ public:
 class Key_change_req  : public Command_req  {
 public:
   Array<Musical_pitch> pitch_arr_;
-  int modality_i_;
+  bool minor_b_;
   bool ordinary_key_b_;
 
   Key_change_req();
@@ -160,6 +160,7 @@ public:
   int sharps_i();
 
   void transpose (Musical_pitch  d);
+  /// is minor key?
   bool minor_b() const;
 };