Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package musescore for openSUSE:Factory 
checked in at 2024-05-27 11:56:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/musescore (Old)
 and      /work/SRC/openSUSE:Factory/.musescore.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "musescore"

Mon May 27 11:56:28 2024 rev:45 rq:1177037 version:4.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/musescore/musescore.changes      2024-05-09 
17:28:42.535500706 +0200
+++ /work/SRC/openSUSE:Factory/.musescore.new.24587/musescore.changes   
2024-05-27 12:04:24.388766323 +0200
@@ -1,0 +2,14 @@
+Sun May 26 22:06:23 UTC 2024 - Marcus Rueckert <mrueck...@suse.de>
+
+- Add patch series that was included in the usptream binaries but
+  not in the 4.3.0 tag:
+  https://github.com/musescore/MuseScore/issues/22984
+
+  0001-Increase-file-version-number-to-430.patch
+  0002-Fix-utests-1.patch
+  0003-Fix-utests-2.patch
+  0004-Fix-utests-3.patch
+  0005-Fix-utests-4.patch
+  0006-Fix-utests-5.patch
+
+-------------------------------------------------------------------

New:
----
  0001-Increase-file-version-number-to-430.patch
  0002-Fix-utests-1.patch
  0003-Fix-utests-2.patch
  0004-Fix-utests-3.patch
  0005-Fix-utests-4.patch
  0006-Fix-utests-5.patch

BETA DEBUG BEGIN:
  New:
  0001-Increase-file-version-number-to-430.patch
  0002-Fix-utests-1.patch
  New:  0001-Increase-file-version-number-to-430.patch
  0002-Fix-utests-1.patch
  0003-Fix-utests-2.patch
  New:  0002-Fix-utests-1.patch
  0003-Fix-utests-2.patch
  0004-Fix-utests-3.patch
  New:  0003-Fix-utests-2.patch
  0004-Fix-utests-3.patch
  0005-Fix-utests-4.patch
  New:  0004-Fix-utests-3.patch
  0005-Fix-utests-4.patch
  0006-Fix-utests-5.patch
  New:  0005-Fix-utests-4.patch
  0006-Fix-utests-5.patch
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ musescore.spec ++++++
--- /var/tmp/diff_new_pack.35HIzN/_old  2024-05-27 12:04:25.460806201 +0200
+++ /var/tmp/diff_new_pack.35HIzN/_new  2024-05-27 12:04:25.460806201 +0200
@@ -62,6 +62,16 @@
 Source5:        README.SUSE
 # PATCH-FIX-OPENSUSE: openSUSE has qmake-qt5 qmake was reserved for qt4, which 
is no longer present
 Patch0:         use-qtmake-qt5.patch
+
+# PATCH-UPSTREAM: https://github.com/musescore/MuseScore/issues/22984
+# make it possible to open files created with official binaries in our build
+Patch0001:      0001-Increase-file-version-number-to-430.patch
+Patch0002:      0002-Fix-utests-1.patch
+Patch0003:      0003-Fix-utests-2.patch
+Patch0004:      0004-Fix-utests-3.patch
+Patch0005:      0005-Fix-utests-4.patch
+Patch0006:      0006-Fix-utests-5.patch
+
 BuildRequires:  cmake
 BuildRequires:  fdupes
 %if 0%{?suse_version} < 1560 && 0%{?sle_version} <= 150600

++++++ 0001-Increase-file-version-number-to-430.patch ++++++
>From 16f358cd23e0e30a8e6dd9a514a0f8f9dbf96f5a Mon Sep 17 00:00:00 2001
From: Michele Spagnolo <m.spagn...@mu.se>
Date: Thu, 2 May 2024 15:37:37 +0200
Subject: [PATCH 1/6] Increase file version number to 430

---
 src/engraving/types/constants.h | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/engraving/types/constants.h b/src/engraving/types/constants.h
index 6f155be2a4..34e10d8dd2 100644
--- a/src/engraving/types/constants.h
+++ b/src/engraving/types/constants.h
@@ -28,8 +28,8 @@
 namespace mu::engraving {
 struct Constants
 {
-    static constexpr int MSC_VERSION = 420;
-    static constexpr const char* MSC_VERSION_STR = "4.20";
+    static constexpr int MSC_VERSION = 430;
+    static constexpr const char* MSC_VERSION_STR = "4.30";
 
 // History:
 //    1.3   added staff->_barLineSpan
@@ -90,6 +90,10 @@ struct Constants
 //       - Corrections to key signature and transposition (#18998)
 //       - New inside/outside style for ties
 
+//    4.30 (Version 4.3)
+//       - New styles for tab notation
+//       - Sound flags
+
     constexpr static int DIVISION = 480;
     constexpr static BeatsPerSecond DEFAULT_TEMPO = 2.0; //default tempo is 
equal 120 bpm
 };
-- 
2.45.1


++++++ 0002-Fix-utests-1.patch ++++++
++++ 4533 lines (skipped)

++++++ 0003-Fix-utests-2.patch ++++++
>From 567a7eb36dbfa367b8dba23e283fbaf7e22ca09a Mon Sep 17 00:00:00 2001
From: Michele Spagnolo <m.spagn...@mu.se>
Date: Thu, 2 May 2024 15:45:20 +0200
Subject: [PATCH 3/6] Fix utests - 2

---
 src/importexport/capella/tests/data/test1.cap-ref.mscx          | 2 +-
 src/importexport/capella/tests/data/test1.capx-ref.mscx         | 2 +-
 src/importexport/capella/tests/data/test2.cap-ref.mscx          | 2 +-
 src/importexport/capella/tests/data/test2.capx-ref.mscx         | 2 +-
 src/importexport/capella/tests/data/test3.cap-ref.mscx          | 2 +-
 src/importexport/capella/tests/data/test3.capx-ref.mscx         | 2 +-
 src/importexport/capella/tests/data/test4.cap-ref.mscx          | 2 +-
 src/importexport/capella/tests/data/test4.capx-ref.mscx         | 2 +-
 src/importexport/capella/tests/data/test5.cap-ref.mscx          | 2 +-
 src/importexport/capella/tests/data/test5.capx-ref.mscx         | 2 +-
 src/importexport/capella/tests/data/test6.cap-ref.mscx          | 2 +-
 src/importexport/capella/tests/data/test6.capx-ref.mscx         | 2 +-
 src/importexport/capella/tests/data/test7.cap-ref.mscx          | 2 +-
 src/importexport/capella/tests/data/test8.cap-ref.mscx          | 2 +-
 .../capella/tests/data/testEmptyStaff1.capx-ref.mscx            | 2 +-
 .../capella/tests/data/testEmptyStaff2.capx-ref.mscx            | 2 +-
 src/importexport/capella/tests/data/testPianoG4G5.capx-ref.mscx | 2 +-
 src/importexport/capella/tests/data/testScaleC4C5.capx-ref.mscx | 2 +-
 src/importexport/capella/tests/data/testSlurTie.capx-ref.mscx   | 2 +-
 src/importexport/capella/tests/data/testText1.capx-ref.mscx     | 2 +-
 src/importexport/capella/tests/data/testTuplet1.capx-ref.mscx   | 2 +-
 src/importexport/capella/tests/data/testTuplet2.cap-ref.mscx    | 2 +-
 src/importexport/capella/tests/data/testTuplet2.capx-ref.mscx   | 2 +-
 src/importexport/capella/tests/data/testVolta1.capx-ref.mscx    | 2 +-
 24 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/src/importexport/capella/tests/data/test1.cap-ref.mscx 
b/src/importexport/capella/tests/data/test1.cap-ref.mscx
index 999f9ae458..77ea9db73e 100644
--- a/src/importexport/capella/tests/data/test1.cap-ref.mscx
+++ b/src/importexport/capella/tests/data/test1.cap-ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/capella/tests/data/test1.capx-ref.mscx 
b/src/importexport/capella/tests/data/test1.capx-ref.mscx
index 389481f870..6050de7900 100644
--- a/src/importexport/capella/tests/data/test1.capx-ref.mscx
+++ b/src/importexport/capella/tests/data/test1.capx-ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/capella/tests/data/test2.cap-ref.mscx 
b/src/importexport/capella/tests/data/test2.cap-ref.mscx
index 888c2bc037..64de543904 100644
--- a/src/importexport/capella/tests/data/test2.cap-ref.mscx
+++ b/src/importexport/capella/tests/data/test2.cap-ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/capella/tests/data/test2.capx-ref.mscx 
b/src/importexport/capella/tests/data/test2.capx-ref.mscx
index 660d3c1f8c..f4ebc2324f 100644
--- a/src/importexport/capella/tests/data/test2.capx-ref.mscx
+++ b/src/importexport/capella/tests/data/test2.capx-ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/capella/tests/data/test3.cap-ref.mscx 
b/src/importexport/capella/tests/data/test3.cap-ref.mscx
index 6b2f773c66..979fecb32c 100644
--- a/src/importexport/capella/tests/data/test3.cap-ref.mscx
+++ b/src/importexport/capella/tests/data/test3.cap-ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/capella/tests/data/test3.capx-ref.mscx 
b/src/importexport/capella/tests/data/test3.capx-ref.mscx
index a785ed1caa..755f00845c 100644
--- a/src/importexport/capella/tests/data/test3.capx-ref.mscx
+++ b/src/importexport/capella/tests/data/test3.capx-ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/capella/tests/data/test4.cap-ref.mscx 
b/src/importexport/capella/tests/data/test4.cap-ref.mscx
index 7e959b9ff6..640174901f 100644
--- a/src/importexport/capella/tests/data/test4.cap-ref.mscx
+++ b/src/importexport/capella/tests/data/test4.cap-ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/capella/tests/data/test4.capx-ref.mscx 
b/src/importexport/capella/tests/data/test4.capx-ref.mscx
index 368d044e29..fcf0f0db2e 100644
--- a/src/importexport/capella/tests/data/test4.capx-ref.mscx
+++ b/src/importexport/capella/tests/data/test4.capx-ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/capella/tests/data/test5.cap-ref.mscx 
b/src/importexport/capella/tests/data/test5.cap-ref.mscx
index 0023f42a0e..b973aa2d4d 100644
--- a/src/importexport/capella/tests/data/test5.cap-ref.mscx
+++ b/src/importexport/capella/tests/data/test5.cap-ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/capella/tests/data/test5.capx-ref.mscx 
b/src/importexport/capella/tests/data/test5.capx-ref.mscx
index d810eae4f5..b0e750884e 100644
--- a/src/importexport/capella/tests/data/test5.capx-ref.mscx
+++ b/src/importexport/capella/tests/data/test5.capx-ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/capella/tests/data/test6.cap-ref.mscx 
b/src/importexport/capella/tests/data/test6.cap-ref.mscx
index 04959938f8..4bf719052a 100644
--- a/src/importexport/capella/tests/data/test6.cap-ref.mscx
+++ b/src/importexport/capella/tests/data/test6.cap-ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/capella/tests/data/test6.capx-ref.mscx 
b/src/importexport/capella/tests/data/test6.capx-ref.mscx
index 049a5b7cd6..00377f12fd 100644
--- a/src/importexport/capella/tests/data/test6.capx-ref.mscx
+++ b/src/importexport/capella/tests/data/test6.capx-ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/capella/tests/data/test7.cap-ref.mscx 
b/src/importexport/capella/tests/data/test7.cap-ref.mscx
index 4683f3bb6a..3da11e95a8 100644
--- a/src/importexport/capella/tests/data/test7.cap-ref.mscx
+++ b/src/importexport/capella/tests/data/test7.cap-ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/capella/tests/data/test8.cap-ref.mscx 
b/src/importexport/capella/tests/data/test8.cap-ref.mscx
index a6d3711042..753e91c6fc 100644
--- a/src/importexport/capella/tests/data/test8.cap-ref.mscx
+++ b/src/importexport/capella/tests/data/test8.cap-ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/capella/tests/data/testEmptyStaff1.capx-ref.mscx 
b/src/importexport/capella/tests/data/testEmptyStaff1.capx-ref.mscx
index 8bbfa2aafd..d67aab2e5d 100644
--- a/src/importexport/capella/tests/data/testEmptyStaff1.capx-ref.mscx
+++ b/src/importexport/capella/tests/data/testEmptyStaff1.capx-ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/capella/tests/data/testEmptyStaff2.capx-ref.mscx 
b/src/importexport/capella/tests/data/testEmptyStaff2.capx-ref.mscx
index c933c734f6..f91d0b6700 100644
--- a/src/importexport/capella/tests/data/testEmptyStaff2.capx-ref.mscx
+++ b/src/importexport/capella/tests/data/testEmptyStaff2.capx-ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/capella/tests/data/testPianoG4G5.capx-ref.mscx 
b/src/importexport/capella/tests/data/testPianoG4G5.capx-ref.mscx
index 615cb9925b..c396aa5241 100644
--- a/src/importexport/capella/tests/data/testPianoG4G5.capx-ref.mscx
+++ b/src/importexport/capella/tests/data/testPianoG4G5.capx-ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/capella/tests/data/testScaleC4C5.capx-ref.mscx 
b/src/importexport/capella/tests/data/testScaleC4C5.capx-ref.mscx
index 38eff32dff..2c03d3e4f7 100644
--- a/src/importexport/capella/tests/data/testScaleC4C5.capx-ref.mscx
+++ b/src/importexport/capella/tests/data/testScaleC4C5.capx-ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/capella/tests/data/testSlurTie.capx-ref.mscx 
b/src/importexport/capella/tests/data/testSlurTie.capx-ref.mscx
index 7d5ee61bb4..aae0aa8a4b 100644
--- a/src/importexport/capella/tests/data/testSlurTie.capx-ref.mscx
+++ b/src/importexport/capella/tests/data/testSlurTie.capx-ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/capella/tests/data/testText1.capx-ref.mscx 
b/src/importexport/capella/tests/data/testText1.capx-ref.mscx
index f602648765..b550467330 100644
--- a/src/importexport/capella/tests/data/testText1.capx-ref.mscx
+++ b/src/importexport/capella/tests/data/testText1.capx-ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/capella/tests/data/testTuplet1.capx-ref.mscx 
b/src/importexport/capella/tests/data/testTuplet1.capx-ref.mscx
index de133f919e..c2e645e50f 100644
--- a/src/importexport/capella/tests/data/testTuplet1.capx-ref.mscx
+++ b/src/importexport/capella/tests/data/testTuplet1.capx-ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/capella/tests/data/testTuplet2.cap-ref.mscx 
b/src/importexport/capella/tests/data/testTuplet2.cap-ref.mscx
index 9a1cbf5978..86a01326ad 100644
--- a/src/importexport/capella/tests/data/testTuplet2.cap-ref.mscx
+++ b/src/importexport/capella/tests/data/testTuplet2.cap-ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/capella/tests/data/testTuplet2.capx-ref.mscx 
b/src/importexport/capella/tests/data/testTuplet2.capx-ref.mscx
index 0ed0185f61..d16e9b371b 100644
--- a/src/importexport/capella/tests/data/testTuplet2.capx-ref.mscx
+++ b/src/importexport/capella/tests/data/testTuplet2.capx-ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/capella/tests/data/testVolta1.capx-ref.mscx 
b/src/importexport/capella/tests/data/testVolta1.capx-ref.mscx
index 607af2e2a2..44d73bd234 100644
--- a/src/importexport/capella/tests/data/testVolta1.capx-ref.mscx
+++ b/src/importexport/capella/tests/data/testVolta1.capx-ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
-- 
2.45.1


++++++ 0004-Fix-utests-3.patch ++++++
>From 231f4ae7768b93f1e1767a17dcc4d4a297daa6c1 Mon Sep 17 00:00:00 2001
From: Michele Spagnolo <m.spagn...@mu.se>
Date: Thu, 2 May 2024 15:46:42 +0200
Subject: [PATCH 4/6] Fix utests - 3

---
 src/importexport/musicxml/tests/data/testArpCrossVoice_ref.mscx | 2 +-
 src/importexport/musicxml/tests/data/testArpOnRest_ref.mscx     | 2 +-
 .../musicxml/tests/data/testBackupRoundingError_ref.mscx        | 2 +-
 src/importexport/musicxml/tests/data/testBeamModes_ref.mscx     | 2 +-
 src/importexport/musicxml/tests/data/testBracketTypes_ref.mscx  | 2 +-
 src/importexport/musicxml/tests/data/testChordSymbols2_ref.mscx | 2 +-
 src/importexport/musicxml/tests/data/testCodaHBox_ref.mscx      | 2 +-
 .../musicxml/tests/data/testCopyrightScale_ref.mscx             | 2 +-
 src/importexport/musicxml/tests/data/testCueGraceNotes_ref.mscx | 2 +-
 src/importexport/musicxml/tests/data/testCueNotes3_ref.mscx     | 2 +-
 .../musicxml/tests/data/testDSalCodaMisplaced_ref.mscx          | 2 +-
 src/importexport/musicxml/tests/data/testDSalCoda_ref.mscx      | 2 +-
 .../musicxml/tests/data/testDurationLargeError_ref.mscx         | 2 +-
 .../musicxml/tests/data/testDurationRoundingError_ref.mscx      | 2 +-
 src/importexport/musicxml/tests/data/testElision_ref.mscx       | 2 +-
 .../musicxml/tests/data/testExcessHiddenStaves_ref.mscx         | 2 +-
 src/importexport/musicxml/tests/data/testInferCodaII_ref.mscx   | 2 +-
 src/importexport/musicxml/tests/data/testInferSegnoII_ref.mscx  | 2 +-
 .../musicxml/tests/data/testInferredCredits1_ref.mscx           | 2 +-
 .../musicxml/tests/data/testInferredCredits2_ref.mscx           | 2 +-
 .../musicxml/tests/data/testInferredCrescLines2_ref.mscx        | 2 +-
 .../musicxml/tests/data/testInferredCrescLines_ref.mscx         | 2 +-
 .../musicxml/tests/data/testInferredDynamicsExpression_ref.mscx | 2 +-
 .../musicxml/tests/data/testInferredFingerings_ref.mscx         | 2 +-
 .../musicxml/tests/data/testInferredTempoText_ref.mscx          | 2 +-
 src/importexport/musicxml/tests/data/testLyricBracket_ref.mscx  | 2 +-
 .../musicxml/tests/data/testLyricExtensions_ref.mscx            | 2 +-
 src/importexport/musicxml/tests/data/testLyricPos_ref.mscx      | 2 +-
 .../musicxml/tests/data/testMeasureStyleSlash_ref.mscx          | 2 +-
 .../musicxml/tests/data/testNegativeOffset_ref.mscx             | 2 +-
 .../musicxml/tests/data/testNoteAttributes2_ref.mscx            | 2 +-
 src/importexport/musicxml/tests/data/testPartNames_ref.mscx     | 2 +-
 .../musicxml/tests/data/testPedalChangesBroken_ref.mscx         | 2 +-
 .../musicxml/tests/data/testPlacementDefaults_ref.mscx          | 2 +-
 .../musicxml/tests/data/testSecondVoiceMelismata_ref.mscx       | 2 +-
 .../musicxml/tests/data/testSibMetronomeMarks_ref.mscx          | 2 +-
 src/importexport/musicxml/tests/data/testSibOttavas_ref.mscx    | 2 +-
 .../musicxml/tests/data/testStaffEmptiness_ref.mscx             | 2 +-
 .../musicxml/tests/data/testSystemBrackets3_ref.mscx            | 2 +-
 .../musicxml/tests/data/testTempoTextSpace1_ref.mscx            | 2 +-
 .../musicxml/tests/data/testTempoTextSpace2_ref.mscx            | 2 +-
 src/importexport/musicxml/tests/data/testTextOrder_ref.mscx     | 2 +-
 .../musicxml/tests/data/testTextQuirkInference_ref.mscx         | 2 +-
 .../musicxml/tests/data/testUnnecessaryBarlines_ref.mscx        | 2 +-
 .../musicxml/tests/data/testUnterminatedTies_ref.mscx           | 2 +-
 src/importexport/musicxml/tests/data/testVoltaHiding_ref.mscx   | 2 +-
 src/importexport/musicxml/tests/data/testWedgeOffset_ref.mscx   | 2 +-
 47 files changed, 47 insertions(+), 47 deletions(-)

diff --git a/src/importexport/musicxml/tests/data/testArpCrossVoice_ref.mscx 
b/src/importexport/musicxml/tests/data/testArpCrossVoice_ref.mscx
index 8ff59be110..aa940bd435 100644
--- a/src/importexport/musicxml/tests/data/testArpCrossVoice_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testArpCrossVoice_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testArpOnRest_ref.mscx 
b/src/importexport/musicxml/tests/data/testArpOnRest_ref.mscx
index f3630ca246..2eb8b7cd5d 100644
--- a/src/importexport/musicxml/tests/data/testArpOnRest_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testArpOnRest_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git 
a/src/importexport/musicxml/tests/data/testBackupRoundingError_ref.mscx 
b/src/importexport/musicxml/tests/data/testBackupRoundingError_ref.mscx
index 1e021f15b7..d27806bac7 100644
--- a/src/importexport/musicxml/tests/data/testBackupRoundingError_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testBackupRoundingError_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testBeamModes_ref.mscx 
b/src/importexport/musicxml/tests/data/testBeamModes_ref.mscx
index 6cdc56c53b..3f38d131bc 100644
--- a/src/importexport/musicxml/tests/data/testBeamModes_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testBeamModes_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testBracketTypes_ref.mscx 
b/src/importexport/musicxml/tests/data/testBracketTypes_ref.mscx
index feb0882ee1..42d38bdd58 100644
--- a/src/importexport/musicxml/tests/data/testBracketTypes_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testBracketTypes_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testChordSymbols2_ref.mscx 
b/src/importexport/musicxml/tests/data/testChordSymbols2_ref.mscx
index 8f3a251cb1..bd21c7489e 100644
--- a/src/importexport/musicxml/tests/data/testChordSymbols2_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testChordSymbols2_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testCodaHBox_ref.mscx 
b/src/importexport/musicxml/tests/data/testCodaHBox_ref.mscx
index ee17017394..1bbf9162f0 100644
--- a/src/importexport/musicxml/tests/data/testCodaHBox_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testCodaHBox_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testCopyrightScale_ref.mscx 
b/src/importexport/musicxml/tests/data/testCopyrightScale_ref.mscx
index 8672bee377..fa335008f9 100644
--- a/src/importexport/musicxml/tests/data/testCopyrightScale_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testCopyrightScale_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testCueGraceNotes_ref.mscx 
b/src/importexport/musicxml/tests/data/testCueGraceNotes_ref.mscx
index c3981bcf19..3f435f8081 100644
--- a/src/importexport/musicxml/tests/data/testCueGraceNotes_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testCueGraceNotes_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testCueNotes3_ref.mscx 
b/src/importexport/musicxml/tests/data/testCueNotes3_ref.mscx
index 308718163a..a2077f03d2 100644
--- a/src/importexport/musicxml/tests/data/testCueNotes3_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testCueNotes3_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git 
a/src/importexport/musicxml/tests/data/testDSalCodaMisplaced_ref.mscx 
b/src/importexport/musicxml/tests/data/testDSalCodaMisplaced_ref.mscx
index e811678378..10badffbc3 100644
--- a/src/importexport/musicxml/tests/data/testDSalCodaMisplaced_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testDSalCodaMisplaced_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testDSalCoda_ref.mscx 
b/src/importexport/musicxml/tests/data/testDSalCoda_ref.mscx
index e811678378..10badffbc3 100644
--- a/src/importexport/musicxml/tests/data/testDSalCoda_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testDSalCoda_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git 
a/src/importexport/musicxml/tests/data/testDurationLargeError_ref.mscx 
b/src/importexport/musicxml/tests/data/testDurationLargeError_ref.mscx
index ac40fcd2cf..ccd11f81e9 100644
--- a/src/importexport/musicxml/tests/data/testDurationLargeError_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testDurationLargeError_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git 
a/src/importexport/musicxml/tests/data/testDurationRoundingError_ref.mscx 
b/src/importexport/musicxml/tests/data/testDurationRoundingError_ref.mscx
index c53c4e32ff..0bfd858bcd 100644
--- a/src/importexport/musicxml/tests/data/testDurationRoundingError_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testDurationRoundingError_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testElision_ref.mscx 
b/src/importexport/musicxml/tests/data/testElision_ref.mscx
index 48f33e65c6..30bdc25c06 100644
--- a/src/importexport/musicxml/tests/data/testElision_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testElision_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git 
a/src/importexport/musicxml/tests/data/testExcessHiddenStaves_ref.mscx 
b/src/importexport/musicxml/tests/data/testExcessHiddenStaves_ref.mscx
index d0b3335bba..be032223d3 100644
--- a/src/importexport/musicxml/tests/data/testExcessHiddenStaves_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testExcessHiddenStaves_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testInferCodaII_ref.mscx 
b/src/importexport/musicxml/tests/data/testInferCodaII_ref.mscx
index 479489f2aa..078244a9b6 100644
--- a/src/importexport/musicxml/tests/data/testInferCodaII_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testInferCodaII_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testInferSegnoII_ref.mscx 
b/src/importexport/musicxml/tests/data/testInferSegnoII_ref.mscx
index 6f27cd1466..5ea01a2012 100644
--- a/src/importexport/musicxml/tests/data/testInferSegnoII_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testInferSegnoII_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testInferredCredits1_ref.mscx 
b/src/importexport/musicxml/tests/data/testInferredCredits1_ref.mscx
index b9449ee090..2a6b96b2ce 100644
--- a/src/importexport/musicxml/tests/data/testInferredCredits1_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testInferredCredits1_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testInferredCredits2_ref.mscx 
b/src/importexport/musicxml/tests/data/testInferredCredits2_ref.mscx
index 36e1614a79..71d21014a1 100644
--- a/src/importexport/musicxml/tests/data/testInferredCredits2_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testInferredCredits2_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git 
a/src/importexport/musicxml/tests/data/testInferredCrescLines2_ref.mscx 
b/src/importexport/musicxml/tests/data/testInferredCrescLines2_ref.mscx
index 7455454a3f..0f26167e4a 100644
--- a/src/importexport/musicxml/tests/data/testInferredCrescLines2_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testInferredCrescLines2_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git 
a/src/importexport/musicxml/tests/data/testInferredCrescLines_ref.mscx 
b/src/importexport/musicxml/tests/data/testInferredCrescLines_ref.mscx
index 00583956b7..cba149eb37 100644
--- a/src/importexport/musicxml/tests/data/testInferredCrescLines_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testInferredCrescLines_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git 
a/src/importexport/musicxml/tests/data/testInferredDynamicsExpression_ref.mscx 
b/src/importexport/musicxml/tests/data/testInferredDynamicsExpression_ref.mscx
index 87c5ad9450..7052a1a689 100644
--- 
a/src/importexport/musicxml/tests/data/testInferredDynamicsExpression_ref.mscx
+++ 
b/src/importexport/musicxml/tests/data/testInferredDynamicsExpression_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git 
a/src/importexport/musicxml/tests/data/testInferredFingerings_ref.mscx 
b/src/importexport/musicxml/tests/data/testInferredFingerings_ref.mscx
index 2048e7004b..2a3ba22518 100644
--- a/src/importexport/musicxml/tests/data/testInferredFingerings_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testInferredFingerings_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git 
a/src/importexport/musicxml/tests/data/testInferredTempoText_ref.mscx 
b/src/importexport/musicxml/tests/data/testInferredTempoText_ref.mscx
index 0f130b0a19..0e970464f1 100644
--- a/src/importexport/musicxml/tests/data/testInferredTempoText_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testInferredTempoText_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testLyricBracket_ref.mscx 
b/src/importexport/musicxml/tests/data/testLyricBracket_ref.mscx
index 0707767971..26ef2c4e09 100644
--- a/src/importexport/musicxml/tests/data/testLyricBracket_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testLyricBracket_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testLyricExtensions_ref.mscx 
b/src/importexport/musicxml/tests/data/testLyricExtensions_ref.mscx
index 00c215ec8d..01bfd1cce7 100644
--- a/src/importexport/musicxml/tests/data/testLyricExtensions_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testLyricExtensions_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testLyricPos_ref.mscx 
b/src/importexport/musicxml/tests/data/testLyricPos_ref.mscx
index 2abae90fe7..455eefca15 100644
--- a/src/importexport/musicxml/tests/data/testLyricPos_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testLyricPos_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git 
a/src/importexport/musicxml/tests/data/testMeasureStyleSlash_ref.mscx 
b/src/importexport/musicxml/tests/data/testMeasureStyleSlash_ref.mscx
index b5f1d0a12c..e7edda5846 100644
--- a/src/importexport/musicxml/tests/data/testMeasureStyleSlash_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testMeasureStyleSlash_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testNegativeOffset_ref.mscx 
b/src/importexport/musicxml/tests/data/testNegativeOffset_ref.mscx
index c1756746b2..baaf386f0c 100644
--- a/src/importexport/musicxml/tests/data/testNegativeOffset_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testNegativeOffset_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testNoteAttributes2_ref.mscx 
b/src/importexport/musicxml/tests/data/testNoteAttributes2_ref.mscx
index 82bddc3bb2..d765656970 100644
--- a/src/importexport/musicxml/tests/data/testNoteAttributes2_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testNoteAttributes2_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testPartNames_ref.mscx 
b/src/importexport/musicxml/tests/data/testPartNames_ref.mscx
index 0eea685842..961e9cf72b 100644
--- a/src/importexport/musicxml/tests/data/testPartNames_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testPartNames_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git 
a/src/importexport/musicxml/tests/data/testPedalChangesBroken_ref.mscx 
b/src/importexport/musicxml/tests/data/testPedalChangesBroken_ref.mscx
index 273304ea67..485035d1c9 100644
--- a/src/importexport/musicxml/tests/data/testPedalChangesBroken_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testPedalChangesBroken_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git 
a/src/importexport/musicxml/tests/data/testPlacementDefaults_ref.mscx 
b/src/importexport/musicxml/tests/data/testPlacementDefaults_ref.mscx
index ea6dabdda3..64691bcab7 100644
--- a/src/importexport/musicxml/tests/data/testPlacementDefaults_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testPlacementDefaults_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git 
a/src/importexport/musicxml/tests/data/testSecondVoiceMelismata_ref.mscx 
b/src/importexport/musicxml/tests/data/testSecondVoiceMelismata_ref.mscx
index 6da8071278..f6d93486fd 100644
--- a/src/importexport/musicxml/tests/data/testSecondVoiceMelismata_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testSecondVoiceMelismata_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git 
a/src/importexport/musicxml/tests/data/testSibMetronomeMarks_ref.mscx 
b/src/importexport/musicxml/tests/data/testSibMetronomeMarks_ref.mscx
index 7d9d99ed11..da028b5680 100644
--- a/src/importexport/musicxml/tests/data/testSibMetronomeMarks_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testSibMetronomeMarks_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testSibOttavas_ref.mscx 
b/src/importexport/musicxml/tests/data/testSibOttavas_ref.mscx
index fac460e64e..657945afc4 100644
--- a/src/importexport/musicxml/tests/data/testSibOttavas_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testSibOttavas_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testStaffEmptiness_ref.mscx 
b/src/importexport/musicxml/tests/data/testStaffEmptiness_ref.mscx
index d46e4621c1..3a269f02e0 100644
--- a/src/importexport/musicxml/tests/data/testStaffEmptiness_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testStaffEmptiness_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testSystemBrackets3_ref.mscx 
b/src/importexport/musicxml/tests/data/testSystemBrackets3_ref.mscx
index c044cdd7df..53e4458916 100644
--- a/src/importexport/musicxml/tests/data/testSystemBrackets3_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testSystemBrackets3_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testTempoTextSpace1_ref.mscx 
b/src/importexport/musicxml/tests/data/testTempoTextSpace1_ref.mscx
index 8e0f2c0947..33d491a9d9 100644
--- a/src/importexport/musicxml/tests/data/testTempoTextSpace1_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testTempoTextSpace1_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testTempoTextSpace2_ref.mscx 
b/src/importexport/musicxml/tests/data/testTempoTextSpace2_ref.mscx
index f75a28bcd0..5081759736 100644
--- a/src/importexport/musicxml/tests/data/testTempoTextSpace2_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testTempoTextSpace2_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testTextOrder_ref.mscx 
b/src/importexport/musicxml/tests/data/testTextOrder_ref.mscx
index d700cf6ec0..406040dc9c 100644
--- a/src/importexport/musicxml/tests/data/testTextOrder_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testTextOrder_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git 
a/src/importexport/musicxml/tests/data/testTextQuirkInference_ref.mscx 
b/src/importexport/musicxml/tests/data/testTextQuirkInference_ref.mscx
index 989345585f..f5630b702d 100644
--- a/src/importexport/musicxml/tests/data/testTextQuirkInference_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testTextQuirkInference_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git 
a/src/importexport/musicxml/tests/data/testUnnecessaryBarlines_ref.mscx 
b/src/importexport/musicxml/tests/data/testUnnecessaryBarlines_ref.mscx
index 8f7fb12c66..2f54c3ddbb 100644
--- a/src/importexport/musicxml/tests/data/testUnnecessaryBarlines_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testUnnecessaryBarlines_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testUnterminatedTies_ref.mscx 
b/src/importexport/musicxml/tests/data/testUnterminatedTies_ref.mscx
index 00f75babe4..37c1fcd099 100644
--- a/src/importexport/musicxml/tests/data/testUnterminatedTies_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testUnterminatedTies_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testVoltaHiding_ref.mscx 
b/src/importexport/musicxml/tests/data/testVoltaHiding_ref.mscx
index ab4f2ca224..099a478db6 100644
--- a/src/importexport/musicxml/tests/data/testVoltaHiding_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testVoltaHiding_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
diff --git a/src/importexport/musicxml/tests/data/testWedgeOffset_ref.mscx 
b/src/importexport/musicxml/tests/data/testWedgeOffset_ref.mscx
index e42aeb88ba..b7e6ca88a1 100644
--- a/src/importexport/musicxml/tests/data/testWedgeOffset_ref.mscx
+++ b/src/importexport/musicxml/tests/data/testWedgeOffset_ref.mscx
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<museScore version="4.20">
+<museScore version="4.30">
   <Score>
     <Division>480</Division>
     <Style>
-- 
2.45.1


++++++ 0005-Fix-utests-4.patch ++++++
++++ 2712 lines (skipped)

++++++ 0006-Fix-utests-5.patch ++++++
++++ 639 lines (skipped)

Reply via email to