]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/key-engraver.hh
release: 1.3.25
[lilypond.git] / lily / include / key-engraver.hh
index e93907886c17431e82b65245f0bed3f06cd78fdc..6e7850290de6ac970acd839793c9f5844538a975 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -27,11 +27,12 @@ public:
   VIRTUAL_COPY_CONS(Translator);
   Key key_;
   Key_change_req * keyreq_l_;
-  Key_item * kit_p_;
+  Key_item * item_p_;
   Array<Musical_pitch> accidental_idx_arr_;
   Array<Musical_pitch> old_accidental_idx_arr_;
-  bool default_key_b_;
-  bool change_key_b_;
+
+
+  bool key_changed_b() const;
     
 protected:
   virtual bool do_try_music (Music *req_l);