X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finstrument-switch-engraver.cc;h=a2830554ede8a30e50acfc5c8191815288d7e984;hb=207dd9350ecbcea14ebc5d45dadf45076ffc557f;hp=a3694f075574ad8ffef4399426dd1ccd07ac0ace;hpb=474c8729dc274a30558102a015a01fa5882673db;p=lilypond.git diff --git a/lily/instrument-switch-engraver.cc b/lily/instrument-switch-engraver.cc index a3694f0755..a2830554ed 100644 --- a/lily/instrument-switch-engraver.cc +++ b/lily/instrument-switch-engraver.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2006--2007 Han-Wen Nienhuys + (c) 2006--2009 Han-Wen Nienhuys */ @@ -15,7 +15,7 @@ class Instrument_switch_engraver : public Engraver { - TRANSLATOR_DECLARATIONS(Instrument_switch_engraver); + TRANSLATOR_DECLARATIONS (Instrument_switch_engraver); protected: Grob *text_; SCM cue_name_; @@ -53,11 +53,16 @@ Instrument_switch_engraver::stop_translation_time_step () text_ = 0; } -ADD_TRANSLATOR(Instrument_switch_engraver, - "Create a cue text for taking instrument.", +ADD_TRANSLATOR (Instrument_switch_engraver, + /* doc */ + "Create a cue text for taking instrument.", - "InstrumentSwitch ", + /* create */ + "InstrumentSwitch ", - "instrumentCueName", + /* read */ + "instrumentCueName ", - ""); + /* write */ + "" + );