]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob-info.hh
*** empty log message ***
[lilypond.git] / lily / include / grob-info.hh
index bba4bc124844dc0a0b5b8e7076eaa88a5ecc1b4b..833aa9415816a34f5d138054e48b4dfea7ece9e6 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #include "lily-proto.hh"
 #include "parray.hh"
 
-/**
+/*
   Data container for broadcasts.
   */
 struct Grob_info {
-  Translator * origin_trans_l_;
+  Translator * origin_trans_;
   friend class Engraver;
 
-  Grob * grob_l_;
+  Grob * grob_;
 
 public:
   Music * music_cause ();
-  Link_array<Translator> origin_trans_l_arr (Translator*) const;
-  Grob_info (Grob*);
+  Link_array<Context> origin_contexts (Translator*) const;
   Grob_info ();
 };