]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/span-score-bar.hh
release: 1.0.1
[lilypond.git] / lily / include / span-score-bar.hh
index f42205b38e9377c98f81051222eab4caa2ac6afc..411c56da5e4d9aa365109756a654daed889eb227 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -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