]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.76
authorfred <fred>
Sun, 24 Mar 2002 19:48:08 +0000 (19:48 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:48:08 +0000 (19:48 +0000)
lily/include/engraver-group.hh

index 4e468e9efd93ec1dfc89a6dc22ec8deea29b0fd8..7e2b9b21b5be78bfc80555ee12d781c42ab736f0 100644 (file)
@@ -36,6 +36,8 @@ protected:
     virtual bool removable_b()const;
 
 public:
+    virtual void print() const { Engraver::print(); }
+
     Input_translator * itrans_l_;
     void check_removal();
     Engraver_group_engraver();