]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/instrument-switch-engraver.cc
Fix issue 542: Harden Grob::relative_coordinate()
[lilypond.git] / lily / instrument-switch-engraver.cc
index a3694f075574ad8ffef4399426dd1ccd07ac0ace..2637fba441db31118cf194815415a7c430bc126c 100644 (file)
@@ -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,7 +53,7 @@ Instrument_switch_engraver::stop_translation_time_step ()
   text_ = 0;
 }
 
-ADD_TRANSLATOR(Instrument_switch_engraver,
+ADD_TRANSLATOR (Instrument_switch_engraver,
               "Create a cue text for taking instrument.",
                        
               "InstrumentSwitch ",