X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fstaff-performer.cc;h=1c7d5c0b0548e3dc66e0822461f22ce7cf221496;hb=1753b1a73742a5b0893037116bb6f2febba277f3;hp=b0705a9df7e8ff2146139f08e6c40e73478298b6;hpb=5320f6d196dd67186178adcb6e5debdbbec8aee8;p=lilypond.git diff --git a/lily/staff-performer.cc b/lily/staff-performer.cc index b0705a9df7..1c7d5c0b05 100644 --- a/lily/staff-performer.cc +++ b/lily/staff-performer.cc @@ -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 "";