summaryrefslogtreecommitdiff
path: root/pscore.hh
diff options
context:
space:
mode:
Diffstat (limited to 'pscore.hh')
-rw-r--r--pscore.hh6
1 files changed, 6 insertions, 0 deletions
diff --git a/pscore.hh b/pscore.hh
index 58a6910bbd..91436b369e 100644
--- 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;