Both Spanner and Item are Score_element's
Both Spanner and Item are Score_element's. Most Score_element's depend on other Score_element's, eg, Beam needs to know and set direction of Stem. So the Beam has to be calculated *before* Stem. This is accomplished with the dependencies fields of struct Score_element, which are implemented in the Directed_graph_node class: all elements form an acyclic graph.(elem)
0 means ORPHAN,
-1 means deleted
void add_dependency(Score_element*)
bool transparent_b_
int status_i_
virtual void do_print()
virtual Molecule* brew_molecule_p()
virtual void do_add_processing()
virtual void do_pre_processing()
virtual void do_space_processing()
virtual void do_post_processing()
This program documentation comes from lilypond-1.0.0.tar.gz. It was generated by <janneke@gnu.org> on Fri Jul 31 15:42:17 CEST 1998