]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/page-breaking.cc
Revert page-count to the old behaviour.
[lilypond.git] / lily / page-breaking.cc
index cf483bdcb3488e49fe22c1335dbc41a611feace1..9beeb54b659470292408b43da62676fd310e0e0a 100644 (file)
@@ -1287,6 +1287,7 @@ Page_breaking::space_systems_on_2_pages (vsize configuration, vsize first_page_n
        p1.systems_per_page_.push_back (p2.systems_per_page_[0]);
        p1.force_.push_back (p2.force_[0]);
        p1.penalty_ += p2.penalty_ - cached_line_details_[i].turn_penalty_;
+       p1.system_count_status_ |= p2.system_count_status_;
        return p1;
       }