]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/key-item.hh
release: 0.0.78
[lilypond.git] / lily / include / key-item.hh
index 4b4c347eef9b47cfc24bf3137e2114e43521c2d9..a1ab3dc6d48960bf01e16f4c16f287f9286d53f5 100644 (file)
@@ -16,15 +16,18 @@ struct Key_item : Item {
     Array<int> pitch;
     Array<int> acc;
     int c_position;
+    bool default_b_;
 
     
     /* *************** */
-NAME_MEMBERS();
+    DECLARE_MY_RUNTIME_TYPEINFO;
+    SCORE_ELEM_CLONE(Key_item);
+
     Key_item(int cposition);
     void add(int pitch, int acc);
-    void read(const Key_register&);
+    void read(const Key_engraver&);
     void set_c_position(int);
-    void preprocess();
+    virtual void do_pre_processing();
     Molecule* brew_molecule_p()const;
 };