2 Audio-element-info.cc -- implement Audio_element_info
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
9 #include "audio-element-info.hh"
11 #include "translator-group.hh"
14 Audio_element_info::Audio_element_info (Audio_element *s, Stream_event *r)
21 Audio_element_info::Audio_element_info ()
29 Audio_element_info::origin_contexts (Translator *end) const
31 Context *t = origin_trans_->context ();
36 t = t->get_parent_context ();
38 while (t && t != end->context ());