]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/melisma-translator.cc
(LY_DEFINE): use Scheme style naming for
[lilypond.git] / lily / melisma-translator.cc
index f8090b134fe34bef0f05213628b74092886f9a2e..ce14a2909e7605aee2e7465d3eb436427d05b43d 100644 (file)
@@ -52,7 +52,7 @@ Melisma_translator::process_music ()
 {
   if (event_)
     {
-      SCM sd = event_->get_mus_property ("span-direction");
+      SCM sd = event_->get_property ("span-direction");
       Direction d = to_dir (sd);
       if (d == START)
        daddy_context_->set_property ("melismaBusy", SCM_BOOL_T);