]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/key-item.hh
release: 0.1.7
[lilypond.git] / lily / include / key-item.hh
index a1ab3dc6d48960bf01e16f4c16f287f9286d53f5..b980e3ff0fce06473f685434c1c0bc63f36c9608 100644 (file)
@@ -19,7 +19,6 @@ struct Key_item : Item {
     bool default_b_;
 
     
-    /* *************** */
     DECLARE_MY_RUNTIME_TYPEINFO;
     SCORE_ELEM_CLONE(Key_item);
 
@@ -27,6 +26,7 @@ struct Key_item : Item {
     void add(int pitch, int acc);
     void read(const Key_engraver&);
     void set_c_position(int);
+protected:
     virtual void do_pre_processing();
     Molecule* brew_molecule_p()const;
 };