From f06f3bde5bebcde1364c28d7ed050c645c9ca464 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:39:58 +0000 Subject: [PATCH] lilypond-0.0.56 --- lily/include/voice-element.hh | 1 + lily/script-reg.cc | 1 + 2 files changed, 2 insertions(+) diff --git a/lily/include/voice-element.hh b/lily/include/voice-element.hh index b1087e41b7..cd02239f5e 100644 --- a/lily/include/voice-element.hh +++ b/lily/include/voice-element.hh @@ -25,6 +25,7 @@ public: Moment duration_; Voice const *voice_C_; IPointerList req_p_list_; + Request * principal_req_l_; /* *************** */ void transpose(Melodic_req const &)const; diff --git a/lily/script-reg.cc b/lily/script-reg.cc index 67ab628183..b68298d5de 100644 --- a/lily/script-reg.cc +++ b/lily/script-reg.cc @@ -75,6 +75,7 @@ Script_register::pre_move_processing() } script_p_arr_.set_size(0); } + void Script_register::post_move_processing() { -- 2.39.5