]> git.donarmstrong.com Git - lilypond.git/blobdiff - pscore.hh
release: 0.0.8
[lilypond.git] / pscore.hh
index 58a6910bbd6731765463d95ad7db6a8c6fbbf855..91436b369ebf729db5d1895fabc18fefab7f2228 100644 (file)
--- a/pscore.hh
+++ b/pscore.hh
@@ -33,6 +33,9 @@ struct PScore {
     /****************************************************************/
 
     svec<Item*> select_items(PStaff*, PCol*);
+
+    /// before calc_breaking
+    void preprocess();
     
     void calc_breaking();
     /**
@@ -43,6 +46,9 @@ struct PScore {
       lines contain the broken lines.
      */
 
+    /// after calc_breaking
+    void postprocess();
+    
     /// search all pcols which are breakable.
     svec<const PCol *> find_breaks() const;