Skip to content

Commit 31e7a58

Browse files
committed
Introduce style compatibility for old scores
1 parent 52e64f5 commit 31e7a58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/engraving/style/style.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,10 @@ void MStyle::read(XmlReader& e, compat::ReadChordListHook* readChordListHook)
360360
}
361361
}
362362

363+
if (m_version < 420) {
364+
set(Sid::tiePlacementChord, TiePlacement::INSIDE);
365+
}
366+
363367
if (readChordListHook) {
364368
readChordListHook->validate();
365369
}

0 commit comments

Comments
 (0)