]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.56
authorfred <fred>
Sun, 24 Mar 2002 19:39:58 +0000 (19:39 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:39:58 +0000 (19:39 +0000)
lily/include/voice-element.hh
lily/script-reg.cc

index b1087e41b748559b07ee5848a63672b932115654..cd02239f5ed966176f3c91b409280d44af87fdac 100644 (file)
@@ -25,6 +25,7 @@ public:
     Moment duration_;
     Voice const *voice_C_;
     IPointerList<Request*> req_p_list_;
+    Request * principal_req_l_;
 
     /* *************** */
     void transpose(Melodic_req const &)const;
index 67ab628183c2b95ae1c0af8e80022e65f5ffc660..b68298d5dead3d3274f22aa155c96daaf3fd522f 100644 (file)
@@ -75,6 +75,7 @@ Script_register::pre_move_processing()
     }
     script_p_arr_.set_size(0);
 }
+
 void
 Script_register::post_move_processing()
 {