]> git.donarmstrong.com Git - lilypond.git/blobdiff - spanner.hh
release: 0.0.8
[lilypond.git] / spanner.hh
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