]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-performer.cc
patch::: 1.3.33.jcn3
[lilypond.git] / lily / note-performer.cc
index 67a88a216fcca58dfce3acf33b002dce1bd4744f..782b4848a2b5f393dc8a32341f970f68e8f444e6 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1996,  1997--1999 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1996--2000 Jan Nieuwenhuizen <janneke@gnu.org>
  */
 
 #include "note-performer.hh"
@@ -13,6 +13,7 @@
 #include "global-translator.hh"
 #include "debug.hh"
 
+
 ADD_THIS_TRANSLATOR (Note_performer);
 
 Note_performer::Note_performer ()
@@ -30,13 +31,13 @@ Note_performer::do_print () const
 }
 
 void 
-Note_performer::do_process_requests () 
+Note_performer::do_process_music () 
 {
   if (note_req_l_arr_.size ())
     {
       int transposing_i = 0;
       //urg
-      SCM prop = get_property ("transposing", 0);
+      SCM prop = get_property ("transposing");
       if (gh_number_p(prop)) 
        transposing_i = gh_scm2int (prop);