]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/staff-symbol-engraver.cc
* lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
[lilypond.git] / lily / staff-symbol-engraver.cc
index f9e79a6b94425bc0645897baf19cf6f35e95808e..0b5cb6640d1b914b48d4d3996c0104fb9e8d691f 100644 (file)
@@ -109,12 +109,12 @@ Staff_symbol_engraver::acknowledge_grob (Grob_info s)
 }
 
 #include "translator.icc"
-
+ADD_ACKNOWLEDGER(Staff_symbol_engraver,grob);
 ADD_TRANSLATOR (Staff_symbol_engraver,
                /* descr */ "Create the constellation of five (default) "
                "staff lines.",
                /* creats*/ "StaffSymbol",
                /* accepts */ "staff-span-event",
-               /* acks  */ "grob-interface",
+               /* acks  */ "",
                /* reads */ "",
                /* write */ "");