diff --git a/src/engraving/style/style.cpp b/src/engraving/style/style.cpp index 4c59b92c81075..03733bf226101 100644 --- a/src/engraving/style/style.cpp +++ b/src/engraving/style/style.cpp @@ -547,6 +547,10 @@ void MStyle::read(XmlReader& e, compat::ReadChordListHook* readChordListHook) // Didn't exist before 4.5. Default to false for compatibility. set(Sid::scaleRythmicSpacingForSmallNotes, false); set(Sid::maskBarlinesForText, false); + set(Sid::showCourtesiesRepeats, false); + set(Sid::showCourtesiesOtherJumps, false); + set(Sid::showCourtesiesAfterCancellingRepeats, false); + set(Sid::showCourtesiesAfterCancellingOtherJumps, false); } if (m_version < 420 && !MScore::testMode) {