X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fspan-score-bar.hh;h=411c56da5e4d9aa365109756a654daed889eb227;hb=1cf3d59c1559fb9774c4c1c8cae155cfe54a927c;hp=f42205b38e9377c98f81051222eab4caa2ac6afc;hpb=1e95a0be01466d1c98644f7705c8e07e41cc645c;p=lilypond.git diff --git a/lily/include/span-score-bar.hh b/lily/include/span-score-bar.hh index f42205b38e..411c56da5e 100644 --- a/lily/include/span-score-bar.hh +++ b/lily/include/span-score-bar.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1998 Han-Wen Nienhuys + (c) 1997--1998 Han-Wen Nienhuys */ @@ -17,31 +17,13 @@ class Span_score_bar : public Span_bar, public Score_bar { public: DECLARE_MY_RUNTIME_TYPEINFO; - SCORE_ELEM_CLONE(Span_score_bar); + SCORE_ELEMENT_CLONE(Span_score_bar); Span_score_bar(); + protected: virtual void do_pre_processing(); }; -class Piano_brace : public Span_score_bar -{ -public: - DECLARE_MY_RUNTIME_TYPEINFO; - SCORE_ELEM_CLONE(Piano_brace); -protected: - virtual Interval do_width() const; - virtual Atom get_bar_sym (Real) const; -}; - -class Staff_bracket : public Span_score_bar -{ -public: - DECLARE_MY_RUNTIME_TYPEINFO; - SCORE_ELEM_CLONE(Staff_bracket); -protected: - virtual Interval do_width() const; - virtual Atom get_bar_sym (Real) const; -}; #endif // SPAN_SCORE_BAR_HH