]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/voice-group-regs.hh
release: 0.0.57
[lilypond.git] / lily / include / voice-group-regs.hh
index cdc5b3b157fcebf6c86f2c42b53b3ebdf48c832c..dba96dc21a28fea7f4d6f8fda501ba0d67be213e 100644 (file)
@@ -23,13 +23,13 @@ protected:
     virtual void post_move_processing();
     virtual bool try_request(Request*);
 public:
-
+    void OK() const;
     virtual Request_register * get_register_p(Request_register  * reg_l);
     /// each group in a staff has an unique ID.
     String group_id_str_;
 
     /// The pointers are in the base class. This is just administration
-    Array<Voice_registers*> voice_regs_l_;
+    Array<Voice_registers*> voice_reg_l_arr_;
     /* *************** */
     
     NAME_MEMBERS(Voice_group_registers);