X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fnote-performer.cc;h=782b4848a2b5f393dc8a32341f970f68e8f444e6;hb=b542997680bb2d95c3a03a77468b67e04d30685f;hp=67a88a216fcca58dfce3acf33b002dce1bd4744f;hpb=2fd5f86de0500ecd9a3f47a2540c3b304f835ef4;p=lilypond.git diff --git a/lily/note-performer.cc b/lily/note-performer.cc index 67a88a216f..782b4848a2 100644 --- a/lily/note-performer.cc +++ b/lily/note-performer.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996, 1997--1999 Jan Nieuwenhuizen + (c) 1996--2000 Jan Nieuwenhuizen */ #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);