]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dynamic-performer.cc
(process_music): don't
[lilypond.git] / lily / dynamic-performer.cc
index 1289051bbb6a7107fa5cd1cdb46d83c3d8173008..1e538800b474c6e256b015c1e0873282a9a1cd60 100644 (file)
@@ -77,7 +77,7 @@ Dynamic_performer::process_music ()
          SCM s = get_property ("midiInstrument");
 
          if (!scm_is_string (s))
-           s = get_property ("instrument");
+           s = get_property ("instrumentName");
 
          if (!scm_is_string (s))
            s = scm_makfrom0str ("piano");
@@ -105,7 +105,6 @@ Dynamic_performer::stop_translation_timestep ()
 {
   if (audio_)
     {
-      play_element (audio_);
       audio_ = 0;
     }
 }