]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/engraver.hh
Issue 4992/4: Add never-embed-font-list for OpenType/CFF (OTF, OTC) fonts
[lilypond.git] / lily / include / engraver.hh
index 868af25d4541558c029507fbcc7b2a586119843c..074b5313898e9c0ef0e0945dc6ac2bbe33df7487 100644 (file)
@@ -48,8 +48,9 @@ protected:
   Engraver_group *get_daddy_engraver () const;
 
 public:
+  using Translator::trampoline;
   template <class T, void (T::*callback)(Grob_info)>
-  static SCM ack_trampoline (SCM target, SCM grob, SCM source_engraver)
+  static SCM trampoline (SCM target, SCM grob, SCM source_engraver)
   {
     T *t = LY_ASSERT_SMOB (T, target, 1);
     Grob *g = LY_ASSERT_SMOB (Grob, grob, 2);