]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/engraver.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / engraver.hh
index 5cc57d77f01bdf1fb1299cea4edc047e110852a7..04a7623e3f47e2ae6adb1aa2588e4e8f3e2839a3 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1996--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1996--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef ENGRAVER_HH
@@ -30,6 +30,7 @@ protected:
   */
   virtual void acknowledge_grob (Grob_info) {}
   virtual void announce_grob (Grob_info);
+  virtual void announce_end_grob (Grob_info);
   Engraver_group *get_daddy_engraver () const;
 
 public:
@@ -37,8 +38,8 @@ public:
      Announce element. Default: pass on to daddy. Utility
   */
   void announce_grob (Grob *, SCM cause);
+  void announce_end_grob (Grob *, SCM cause);
 
-  Score_engraver *get_score_engraver () const;
   /**
      override other ctor
   */