X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Finclude%2Fcommand-request.hh;h=a0afdc8f5e996765fa9bc54dce9d2fee455e8ea3;hb=84233cb0d957552a3b825ebef65a6b70ffb6090f;hp=9449dd33e9e82b699ca11b21c300bc27c42fc40f;hpb=59a1e937a999d581dfaa4ab5c5c6414337721a65;p=lilypond.git diff --git a/lily/include/command-request.hh b/lily/include/command-request.hh index 9449dd33e9..a0afdc8f5e 100644 --- a/lily/include/command-request.hh +++ b/lily/include/command-request.hh @@ -145,7 +145,7 @@ public: class Key_change_req : public Command_req { public: Array 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; };