]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob-info.hh
* lily/include/scm-hash.hh (class Scheme_hash_table): idem.
[lilypond.git] / lily / include / grob-info.hh
index bba4bc124844dc0a0b5b8e7076eaa88a5ecc1b4b..6fe603077b7e669b8c1b48e3abf483badba195f8 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--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
   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<Translator> origin_transes (Translator*) const;
   Grob_info ();
 };