]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-size-engraver.cc
* lily/accidental-engraver.cc: formatting fixes.
[lilypond.git] / lily / font-size-engraver.cc
index d1b4e5580b11d41beb8b533b2e8d0919c1b3076f..023ac9a3a6f97c1132d98f31293c93bb5c1a8edb 100644 (file)
@@ -14,7 +14,7 @@ class Font_size_engraver : public Engraver
 
   TRANSLATOR_DECLARATIONS (Font_size_engraver);
 protected:
-  DECLARE_ACKNOWLEDGER(font);
+  DECLARE_ACKNOWLEDGER (font);
   virtual void process_music ();
   Real size;
 private:
@@ -51,7 +51,7 @@ Font_size_engraver::acknowledge_font (Grob_info gi)
 
 #include "translator.icc"
 
-ADD_ACKNOWLEDGER(Font_size_engraver,font);
+ADD_ACKNOWLEDGER (Font_size_engraver,font);
 ADD_TRANSLATOR (Font_size_engraver,
                /* descr */ "Puts fontSize into font-relative-size grob property.",
                /* creats*/ "",