We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97f7481 + 584a7bf commit e3447b8Copy full SHA for e3447b8
src/engraving/rendering/dev/systemlayout.cpp
@@ -512,7 +512,7 @@ System* SystemLayout::collectSystem(LayoutContext& ctx)
512
ctx.mutState().setStartWithLongNames(ctx.state().firstSystem() && layoutBreak->startWithLongNames());
513
}
514
515
- if (oldSystem && !(oldSystem->page() && oldSystem->page() != ctx.state().page())) {
+ if (oldSystem && oldSystem->tick() >= system->endTick() && !(oldSystem->page() && oldSystem->page() != ctx.state().page())) {
516
// We may have previously processed the ties of the next system (in LayoutChords::updateLineAttachPoints()).
517
// We need to restore them to the correct state.
518
SystemLayout::restoreTiesAndBends(oldSystem, ctx);
0 commit comments