X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fkey-performer.cc;h=06666ac53257083095af1323b62df7ec531d0dfa;hb=652f454fae6ed31ced7f9c3ce22dbc5752460a8c;hp=fa76c883a47989f98e01c5778c386040ea451125;hpb=fe4893be240c78a35deff5e86af3d7d1200a478b;p=lilypond.git diff --git a/lily/key-performer.cc b/lily/key-performer.cc index fa76c883a4..06666ac532 100644 --- a/lily/key-performer.cc +++ b/lily/key-performer.cc @@ -22,6 +22,7 @@ #include "performer.hh" #include "stream-event.hh" #include "warn.hh" +#include "lily-imports.hh" #include "translator.icc" @@ -57,9 +58,8 @@ Key_performer::process_music () if (key_ev_) { SCM pitchlist = key_ev_->get_property ("pitch-alist"); - SCM proc = ly_lily_module_constant ("alterations-in-key"); - SCM acc = scm_call_1 (proc, pitchlist); + SCM acc = Lily::alterations_in_key (pitchlist); Pitch key_do (0, scm_to_int (scm_caar (pitchlist)),