]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob-info.hh
* lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
[lilypond.git] / lily / include / grob-info.hh
index 25b3d717740a6324e3f547ab985bb8140c0b2544..680bee5105c9f793140e620a74ccc1f4b94a51e3 100644 (file)
@@ -19,9 +19,9 @@
 class Grob_info
 {
   Translator *origin_trans_;
-  friend class Engraver;
   Grob *grob_;
 
+  friend class Engraver;
 public:
   Grob *grob () const { return grob_; }
   Translator *origin_translator () const { return origin_trans_; } 
@@ -31,6 +31,9 @@ public:
   Link_array<Context> origin_contexts (Translator *) const;
   Grob_info (Translator *, Grob *);
   Grob_info ();
+
+  Item *item () const;
+  Spanner *spanner () const;
 };
 
 #endif // STAFFELEMINFO_HH