]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.34
authorfred <fred>
Sun, 24 Mar 2002 19:32:57 +0000 (19:32 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:32:57 +0000 (19:32 +0000)
src/complexstaff.cc

index 3ecf9fdb89d26324bba5d38a3de531932fd17add..9eb84cb59a13d28515c559ce0641dba8d61b5f62 100644 (file)
@@ -1,7 +1,6 @@
 #include "debug.hh"
 #include "complexstaff.hh"
 #include "complexwalker.hh"
-#include "complexcolumn.hh"
 #include "score.hh"
 #include "pscore.hh"
 #include "staffsym.hh"
@@ -22,10 +21,7 @@ Complex_staff::set_output(PScore* pscore_l )
     pscore_l_ = pscore_l;
     pscore_l_->add(pstaff_l_);
 
-
-   
-    Staff_symbol *span_p = new Staff_symbol(5);
-
+    Staff_symbol *span_p = new Staff_symbol(NO_LINES);
     
     Score_column* col_last
        =score_l_->find_col(score_l_->last(), false);
@@ -38,16 +34,6 @@ Complex_staff::set_output(PScore* pscore_l )
     pscore_l_->typeset_spanner(span_p, pstaff_l_);
 }
 
-Complex_staff::Complex_staff()
-{
-    pstaff_l_ = 0;
-}
-
-Staff_column*
-Complex_staff::create_col()
-{
-    return new Complex_column(this);
-}
 
 Staff_walker * 
 Complex_staff::get_walker_p()