]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/instrument-switch-engraver.cc
Fix 790.
[lilypond.git] / lily / instrument-switch-engraver.cc
index 9ca24bc95c0b866d9480844761a5090e62ee60d7..dc09e03d10d360404a71995df5a39ad5f4134f7f 100644 (file)
@@ -43,7 +43,6 @@ Instrument_switch_engraver::process_music ()
   if (!scm_is_eq (cue_name_, cue_text))
     {
       if (Text_interface::is_markup (cue_text))
-//       if (!scm_is_null (cue_text))
         {
           text_ = make_item ("InstrumentSwitch", SCM_EOL);
           text_->set_property ("text", cue_text);