this bug slipped through; apply the following:

--- tie-performer.cc~   Tue Nov 21 18:00:12 2000
+++ tie-performer.cc    Tue Nov 21 18:35:29 2000
@@ -40,7 +40,7 @@
 {
 public:
   VIRTUAL_COPY_CONS(Translator);
-
+  Tie_performer ();
 private:
   bool done_;
   PQueue<CNote_melodic_tuple> past_notes_pq_;
@@ -56,6 +56,12 @@
   virtual bool try_music (Music*);
   virtual void create_grobs ();
 };
+
+
+Tie_performer::Tie_performer ()
+{
+  req_l_ = 0;
+}
 
 ADD_THIS_TRANSLATOR (Tie_performer);
 

-- 

Han-Wen Nienhuys   |   [EMAIL PROTECTED]    | http://www.cs.uu.nl/~hanwen/


_______________________________________________
Gnu-music-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/gnu-music-discuss

Reply via email to