From: fred Date: Sun, 24 Mar 2002 19:48:26 +0000 (+0000) Subject: lilypond-0.0.76 X-Git-Tag: release/1.5.59~4434 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ddaa5ef17d25719dedfb6ca5633b4332204c4532;p=lilypond.git lilypond-0.0.76 --- diff --git a/lily/include/span-bar.hh b/lily/include/span-bar.hh index 177ada65c4..a66477ebe8 100644 --- a/lily/include/span-bar.hh +++ b/lily/include/span-bar.hh @@ -21,8 +21,15 @@ public: SCORE_ELEM_CLONE(Span_bar); void add(Bar* ); void set( Vertical_align_element *); - void do_pre_processing(); - void do_substitute_dependency(Score_elem*,Score_elem*); - Molecule * brew_molecule_p()const; + +protected: + virtual Interval do_width()const; + virtual void do_pre_processing(); + virtual void translate_y(Real y); + + virtual void do_substitute_dependency(Score_elem*,Score_elem*); + virtual Molecule * brew_molecule_p()const; + virtual Symbol get_bar_sym(Real dy) const; }; + #endif // SPAN_BAR_HH