Skip to content

Commit

Permalink
Disable repeat courtesies on migrating old scores
Browse files Browse the repository at this point in the history
  • Loading branch information
miiizen committed Feb 26, 2025
1 parent 4075aa8 commit f63d518
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/engraving/style/style.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f63d518

Please sign in to comment.