]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-performer.cc
* mf/GNUmakefile: always trace pfa fonts.
[lilypond.git] / lily / staff-performer.cc
index b0705a9df7e8ff2146139f08e6c40e73478298b6..1c7d5c0b0548e3dc66e0822461f22ce7cf221496 100644 (file)
@@ -138,9 +138,6 @@ Staff_performer::new_instrument_string ()
   // mustn't ask Score for instrument: it will return piano!
   SCM minstr = get_property ("midiInstrument");
 
-  if (!gh_string_p (minstr))
-    minstr = get_property ("instrument");
-
   if (!gh_string_p (minstr)
       || ly_scm2string (minstr) == instrument_string_)
     return "";