diff --git a/src/engraving/dom/measure.cpp b/src/engraving/dom/measure.cpp index 6892782d14855..fda6a3833d47b 100644 --- a/src/engraving/dom/measure.cpp +++ b/src/engraving/dom/measure.cpp @@ -2908,12 +2908,15 @@ bool Measure::setProperty(Pid propertyId, const PropertyValue& value) break; case Pid::REPEAT_END: setRepeatEnd(value.toBool()); + score()->setPlaylistDirty(); break; case Pid::REPEAT_START: setRepeatStart(value.toBool()); + score()->setPlaylistDirty(); break; case Pid::REPEAT_JUMP: setRepeatJump(value.toBool()); + score()->setPlaylistDirty(); break; default: return MeasureBase::setProperty(propertyId, value);