]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/engraver.hh
release: 1.3.119
[lilypond.git] / lily / include / engraver.hh
index a87cbbc8111f585ee8307ce27ef9ecd44f269e4a..729c5d7d577902737d76349e3430b2b3a530aeee 100644 (file)
@@ -25,11 +25,8 @@ class Engraver : public virtual Translator {
     
   friend class Engraver_group_engraver;
 protected:
-  /// utility
-  //   Paper_def * paper_l() const;
-
   /*
-    Call this last thing.
+    Call this when you're finished with ELEM_P.
    */
   virtual void typeset_grob (Grob*elem_p);
   /*