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

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

1.3.110


From: Han-Wen Nienhuys
Subject: 1.3.110
Date: Thu, 23 Nov 2000 11:18:19 +0100

Another small bugfix for .110 (I'm not sure when .111 will follow, so
I am sending this now) With this patch .110 seems nearly usable. Any
comments?

--- local-key-engraver.cc~      Wed Nov 22 22:15:35 2000
+++ local-key-engraver.cc       Thu Nov 23 11:15:39 2000
@@ -31,7 +31,7 @@
   Item *key_item_p_;
 protected:
   VIRTUAL_COPY_CONS(Translator);
-  void deprecated_process_music();
+  virtual void process_music();
   virtual void acknowledge_grob (Grob_info);
   virtual void stop_translation_timestep();
   virtual void initialize ();
@@ -74,8 +74,6 @@
 void
 Local_key_engraver::create_grobs ()
 {
-  deprecated_process_music ();
-
   if (!key_item_p_ && mel_l_arr_.size()) 
     {
       SCM localsig = get_property ("localKeySignature");
@@ -239,7 +237,7 @@
   ugh. repeated deep_copy generates lots of garbage.
  */
 void
-Local_key_engraver::deprecated_process_music()
+Local_key_engraver::process_music()
 {
   SCM smp = get_property ("measurePosition");
   Moment mp =  (unsmob_moment (smp)) ? *unsmob_moment (smp) : Moment (0);


-- 

Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/




reply via email to

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