]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob-info.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / grob-info.hh
index 06b48ab89b72b8aac42f70feb5eccfd0e27c13ca..c41d0686d040027bbea3801ed54fdf7fc7842258 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef STAFFELEMINFO_HH
 class Grob_info
 {
   Translator *origin_trans_;
-  friend class Engraver;
+  Grob *grob_;
 
+  friend class Engraver;
 public:
-  Grob *grob_;
-  Context *context () const; 
-  Translator *origin_translator () const { return origin_trans_; } 
-  Music *music_cause ();
+  Grob *grob () const { return grob_; }
+  Translator *origin_translator () const { return origin_trans_; }
+
+  Context *context () const;
+  Music *music_cause () const;
+  Music *ultimate_music_cause () const;
   Link_array<Context> origin_contexts (Translator *) const;
   Grob_info (Translator *, Grob *);
   Grob_info ();
+
+  Item *item () const;
+  Spanner *spanner () const;
 };
 
 #endif // STAFFELEMINFO_HH