X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=lily%2Finstrument-switch-engraver.cc;h=91072976771a04263005314e29bdd6ca636aec2c;hb=e00af3ee09ebea4592c5eab0596314994c241ee0;hp=2637fba441db31118cf194815415a7c430bc126c;hpb=00e3e15364b9d3c94cda1bcab9f889bb95f6832d;p=lilypond.git diff --git a/lily/instrument-switch-engraver.cc b/lily/instrument-switch-engraver.cc index 2637fba441..9107297677 100644 --- a/lily/instrument-switch-engraver.cc +++ b/lily/instrument-switch-engraver.cc @@ -54,10 +54,15 @@ Instrument_switch_engraver::stop_translation_time_step () } ADD_TRANSLATOR (Instrument_switch_engraver, - "Create a cue text for taking instrument.", + /* doc */ + "Create a cue text for taking instrument.", - "InstrumentSwitch ", + /* create */ + "InstrumentSwitch ", - "instrumentCueName", + /* read */ + "instrumentCueName ", - ""); + /* write */ + "" + );