]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/audio-element-info.hh
* lily/include/grob-info.hh: origin_contexts() now does not
[lilypond.git] / lily / include / audio-element-info.hh
index 392837e214e7d11ea0e09f34de890cd68f1a04f7..bc95f413c80712a4f594ebd29edf48295e3da34a 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c)  1999--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 /**
   Data container for broadcasts 
   */
-struct Audio_element_info {
+class Audio_element_info {
+public:
   Audio_element * elem_;
   Music *event_;
-  Translator *  origin_trans_;
-  Link_array<Translator> origin_transes (Translator*) const;  
+  Translator *origin_trans_;
+
+  Link_array<Context> origin_contexts (Translator*) const;  
 
   Audio_element_info (Audio_element*, Music*);
   Audio_element_info ();