]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dynamic-performer.cc
(LY_DEFINE): use Scheme style naming for
[lilypond.git] / lily / dynamic-performer.cc
index a00139574cd61e3408f234278512fa81784b9ceb..ba604af615642ce05b6d3157ef87e5e80add0657 100644 (file)
@@ -49,7 +49,7 @@ Dynamic_performer::create_audio_elements ()
       if (gh_procedure_p (proc))
        {
          // urg
-         svolume = gh_call1 (proc, script_req_->get_mus_property ("text"));
+         svolume = gh_call1 (proc, script_req_->get_property ("text"));
        }
 
       Real volume = robust_scm2double (svolume, 0.5);