]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dots-engraver.cc
Issue 4974/1: Add output-attributes grob property
[lilypond.git] / lily / dots-engraver.cc
index 4bf379124dd6c0f707ca56d5e5e4408c600470e1..cbd6c718a9e944bcc70b245b64b88045575c4ed6 100644 (file)
@@ -27,7 +27,7 @@
 
 class Dots_engraver : public Engraver
 {
-  DECLARE_ACKNOWLEDGER (rhythmic_head);
+  void acknowledge_rhythmic_head (Grob_info);
   TRANSLATOR_DECLARATIONS (Dots_engraver);
 };