]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/staff.hh
release: 0.0.46.jcn1
[lilypond.git] / lily / include / staff.hh
index 959859b6e43593b083cbf47a08a4808f53541dd8..2ceeb237fde21eb0d8feea46bf0fac605547adec 100644 (file)
@@ -20,9 +20,10 @@ class Staff {
     /// synchronous horizontal stuff
     IPointerList<Voice*> voice_list_;
     Staff_column *get_col(Moment, PCursor<Staff_column*> * last= 0);
-
+    
 public:
-
+    Input_register * ireg_p_;
+    
     /// runtime field
     IPointerList<Staff_column*> cols_;