gnu-music-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Lily 1.3.109 bugfix


From: Han-Wen Nienhuys
Subject: Lily 1.3.109 bugfix
Date: Tue, 21 Nov 2000 18:39:42 +0100

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   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]