X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fscore.cc;h=945b7c75e0b694df981d0759324f60c82b190dcf;hb=24ac85edabed266d1de42c12971f4e81b4475d7d;hp=d2dd56d84928087283926ff00efa766c629c7c84;hpb=f47a52d0c0b6f0f2bc39708528ba9cec4882aaa2;p=lilypond.git diff --git a/lily/score.cc b/lily/score.cc index d2dd56d849..945b7c75e0 100644 --- a/lily/score.cc +++ b/lily/score.cc @@ -336,7 +336,7 @@ void Score::set_music (SCM music, SCM parser) { /* URG? */ - SCM check_funcs = ly_scheme_function ("toplevel-music-functions"); + SCM check_funcs = ly_lily_module_constant ("toplevel-music-functions"); for (; scm_is_pair (check_funcs); check_funcs = scm_cdr (check_funcs)) music = scm_call_2 (scm_car (check_funcs), music, parser);