]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/scoreline.hh
release: 0.0.73pre
[lilypond.git] / lily / include / scoreline.hh
index 5cc5c9aa4f62b980f77fc7796371359915d19ab7..2f440318515d5805c406632c35142922c66ab653 100644 (file)
@@ -9,10 +9,9 @@
 
 #include "colhpos.hh"
 #include "spanner-elem-group.hh"
-#include "vertical-align-elem.hh"
 
 /// the columns of a score that form one line.
-class Line_of_score : public Spanner, public Vertical_align_elem {
+class Line_of_score : public Spanner{
 public:
     Link_array<PCol> cols;
     bool error_mark_b_;
@@ -26,16 +25,12 @@ public:
 
     /// is #c# contained in #*this#?
     bool contains_b(PCol const *c)const;
-    bool contains_b(Score_elem const*e) const {  
-       return Vertical_align_elem::contains_b(e); 
-    }
     
     Link_array<Line_of_score> get_lines()const;
     void set_breaking(Array<Col_hpositions> const&);
     
 protected:
     virtual void break_into_pieces();
-    virtual void do_substitute_dependency(Score_elem*,Score_elem*);
     virtual Interval do_width()const;
     virtual void do_print() const;
     SCORE_ELEM_CLONE(Line_of_score);