]> 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 680bee5105c9f793140e620a74ccc1f4b94a51e3..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
@@ -24,10 +24,11 @@ class Grob_info
   friend class Engraver;
 public:
   Grob *grob () const { return grob_; }
-  Translator *origin_translator () const { return origin_trans_; } 
+  Translator *origin_translator () const { return origin_trans_; }
 
-  Context *context () const; 
-  Music *music_cause ();
+  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 ();