]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/register.hh
release: 0.0.60
[lilypond.git] / lily / include / register.hh
index b86af3d918a5f89359204108fb792ff12669b522..5ba28600ad2061741a9e5179385d231409bd9ceb 100644 (file)
@@ -86,16 +86,23 @@ protected:
       Set Feature of the register(s). Default: ignore Feature.
      */
     virtual void set_feature(Feature){}
+    /**
+      ask daddy for a feature
+     */
+    virtual Scalar get_feature(String type_str);
     /**
       Does this equal or contain a certain register?
      */
+
+    virtual void sync_features() {}
+    
     virtual bool contains_b(Request_register*reg_l)const;
     /**
       Get information on the staff. Default: ask daddy.
       */
     virtual Staff_info get_staff_info();
-    
-    
+
+
     virtual void do_print()const;  
 public:
     /** Every Request_register (except for the 'top' which is directly