forked from musescore/MuseScore
-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix corruption on section break in parts
Backport of musescore#26308 plus fixing most clazy warnings
- Loading branch information
1 parent
116925b
commit 8b3fe4c
Showing
8 changed files
with
41 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
test script p1: read score elements | ||
found:Clef (22) at 0 | ||
found:KeySig (23) at 0 | ||
found:TimeSig (25) at 0 | ||
found:Clef (23) at 0 | ||
found:KeySig (24) at 0 | ||
found:TimeSig (26) at 0 | ||
found:Chord (92) at 0 | ||
beamMode:0 | ||
small:false | ||
stemDirection:AUTO | ||
duration:1/4 | ||
found:Rest (26) at 480 | ||
found:Rest (28) at 480 | ||
found:Chord (92) at 960 | ||
beamMode:0 | ||
small:false | ||
stemDirection:AUTO | ||
duration:1/2 | ||
found:BarLine (12) at 1920 | ||
found:BarLine (13) at 1920 |