]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.7
authorfred <fred>
Sun, 24 Mar 2002 19:53:38 +0000 (19:53 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:53:38 +0000 (19:53 +0000)
lily/include/p-col.hh

index 136d25293c3fefd0e1b8bdd3ff982eb7b209f3e8..d66921dc8717c13030f91270db13759eea399a38 100644 (file)
@@ -23,7 +23,7 @@
 class PCol { 
 public:
     Link_list<Item *> its;
-    Link_list<Spanner *> stoppers, starters;
+    Link_list<Spanner *> starters;
     
     /** prebreak is put before end of line.
     if broken here, then (*this) column is discarded, and prebreak
@@ -49,7 +49,7 @@ public:
     bool error_mark_b_;
     bool used_b_ ;             // manual override.. 
     
-    PScore * pscore_l_;
+    Paper_score * pscore_l_;
 
     /* *************** */
     /// which  one (left =0)
@@ -79,7 +79,7 @@ public:
     void set_rank(int);
 
     void OK() const;
- void set_breakable();
   void set_breakable();
     virtual void do_set_breakable();
     void print()const;
 private: