X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fgrob-info.hh;h=01ae110b376fb2642804bc70951138fc8a3b4aee;hb=38925347b5370c7eb06f7baaeac8a461a0a12ac4;hp=ebd860ef3a82869ee156886d6678f994b22a7f73;hpb=eb51e9b3adf374a806fed1dda25d146974950123;p=lilypond.git diff --git a/lily/include/grob-info.hh b/lily/include/grob-info.hh index ebd860ef3a..01ae110b37 100644 --- a/lily/include/grob-info.hh +++ b/lily/include/grob-info.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2006 Han-Wen Nienhuys + (c) 1997--2007 Han-Wen Nienhuys */ #ifndef STAFFELEMINFO_HH @@ -30,9 +30,7 @@ public: Context *context () const; Stream_event *event_cause () const; - Music *music_cause () const; Stream_event *ultimate_event_cause () const; - Music *ultimate_music_cause () const; vector origin_contexts (Translator *) const; Grob_info (Translator *, Grob *); Grob_info ();