From ddaa5ef17d25719dedfb6ca5633b4332204c4532 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:48:26 +0000 Subject: [PATCH] lilypond-0.0.76 --- lily/include/span-bar.hh | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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 -- 2.39.5