]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/font-size-engraver.cc
Issue 4961/3: Add ly:length, ly:directed, ly:angle
[lilypond.git] / lily / font-size-engraver.cc
index 6618c6d4827bd183bef15faef14c80d753502463..4dfd24d01444a561a2485f6001aeb9f14f57c8d3 100644 (file)
@@ -25,7 +25,7 @@ class Font_size_engraver : public Engraver
 
   TRANSLATOR_DECLARATIONS (Font_size_engraver);
 protected:
-  DECLARE_ACKNOWLEDGER (font);
+  void acknowledge_font (Grob_info);
   void process_music ();
   Real size;
 private: