]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.8
authorfred <fred>
Tue, 5 Nov 1996 19:58:30 +0000 (19:58 +0000)
committerfred <fred>
Tue, 5 Nov 1996 19:58:30 +0000 (19:58 +0000)
spanner.cc
spanner.hh

index f9eb65367bef4e0b2a7d1fd4d0709c15be577673..be30c04659c9ca95206dff0f7ed07eed91613150 100644 (file)
@@ -14,6 +14,7 @@ Spanner::TeXstring() const
     return strets->eval(w).tex;
 }
 
+// todo.
 Spanner *
 Spanner::broken_at(const PCol *c1, const PCol *c2) const
 {
index 542357f7a215bdb4491d81d4f27e42db88238101..1908d2f0136b53fa9c1d5c430d15fb4fd77ff238 100644 (file)
@@ -13,8 +13,8 @@ struct Spanner {
     const PCol *left, *right;
     Parametric_symbol *strets;
     PStaff * pstaff_;
-    ///      clone a piece of  this spanner.
-    Spanner *broken_at(const PCol *c1, const PCol *c2) const; 
+    /// clone a piece of  this spanner.
+    virtual Spanner *broken_at(const PCol *c1, const PCol *c2) const; 
     /**
  
     PRE
@@ -23,6 +23,7 @@ struct Spanner {
     /****************/
     String TeXstring () const ;
     Spanner();
+    virtual void process();
 };
 /** Spanner should know about the items which it should consider:
     e.g. slurs should be steep enough to "enclose" all those items. This