]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob-info.hh
* scm/framework-ps.scm (write-preamble): embed CFFs if file name
[lilypond.git] / lily / include / grob-info.hh
index bba4bc124844dc0a0b5b8e7076eaa88a5ecc1b4b..4ebc0b2999ac38bb6e83752db4c2810f7605bb35 100644 (file)
@@ -3,10 +3,9 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
-
 #ifndef STAFFELEMINFO_HH
 #define STAFFELEMINFO_HH
 
 #include "lily-proto.hh"
 #include "parray.hh"
 
-/**
+/*
   Data container for broadcasts.
-  */
-struct Grob_info {
-  Translator * origin_trans_l_;
+*/
+struct Grob_info
+{
+  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*);
+  Music *music_cause ();
+  Link_array<Context> origin_contexts (Translator *) const;
   Grob_info ();
 };