forked from pool/musescore
Accepting request 1177740 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1177740 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/musescore?expand=0&rev=46
This commit is contained in:
commit
d3dd7ef217
@ -1,38 +0,0 @@
|
||||
From 16f358cd23e0e30a8e6dd9a514a0f8f9dbf96f5a Mon Sep 17 00:00:00 2001
|
||||
From: Michele Spagnolo <m.spagnolo@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
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,299 +0,0 @@
|
||||
From 567a7eb36dbfa367b8dba23e283fbaf7e22ca09a Mon Sep 17 00:00:00 2001
|
||||
From: Michele Spagnolo <m.spagnolo@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
|
||||
|
@ -1,575 +0,0 @@
|
||||
From 231f4ae7768b93f1e1767a17dcc4d4a297daa6c1 Mon Sep 17 00:00:00 2001
|
||||
From: Michele Spagnolo <m.spagnolo@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
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,638 +0,0 @@
|
||||
From cdb1fc7b7c93ce8e0053362d38ee1c3d1d165d2d Mon Sep 17 00:00:00 2001
|
||||
From: Michele Spagnolo <m.spagnolo@mu.se>
|
||||
Date: Thu, 2 May 2024 15:48:14 +0200
|
||||
Subject: [PATCH 6/6] Fix utests - 5
|
||||
|
||||
---
|
||||
src/importexport/mei/tests/data/accid-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/accid-02.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/arpeg-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/artic-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/beam-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/beam-02.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/beam-03.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/breaks-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/breath-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/btrem-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/chord-label-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/clef-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/color-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/cross-staff-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/dir-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/dynamic-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/ending-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/fermata-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/fig-bass-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/gracenote-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/gracenote-02.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/hairpin-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/jump-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/jump-02.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/key-signature-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/label-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/lyric-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/lyric-02.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/lyric-03.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/measure-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/measure-02.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/metadata-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/mordent-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/octave-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/ornam-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/page-head-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/page-head-02.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/pedal-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/roman-numeral-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/score-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/score-02.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/slur-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/slur-02.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/stem-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/tempo-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/tie-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/time-signature-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/time-signature-02.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/transpose-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/tuplet-01.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/tuplet-02.mscx | 2 +-
|
||||
src/importexport/mei/tests/data/tuplet-03.mscx | 2 +-
|
||||
52 files changed, 52 insertions(+), 52 deletions(-)
|
||||
mode change 100755 => 100644 src/importexport/mei/tests/data/btrem-01.mscx
|
||||
|
||||
diff --git a/src/importexport/mei/tests/data/accid-01.mscx b/src/importexport/mei/tests/data/accid-01.mscx
|
||||
index f6a5b0b7ee..2d2979266f 100644
|
||||
--- a/src/importexport/mei/tests/data/accid-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/accid-01.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/mei/tests/data/accid-02.mscx b/src/importexport/mei/tests/data/accid-02.mscx
|
||||
index 9b17a74d9f..3435290198 100644
|
||||
--- a/src/importexport/mei/tests/data/accid-02.mscx
|
||||
+++ b/src/importexport/mei/tests/data/accid-02.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/mei/tests/data/arpeg-01.mscx b/src/importexport/mei/tests/data/arpeg-01.mscx
|
||||
index 63098d80dc..8dba4cfe9f 100644
|
||||
--- a/src/importexport/mei/tests/data/arpeg-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/arpeg-01.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/mei/tests/data/artic-01.mscx b/src/importexport/mei/tests/data/artic-01.mscx
|
||||
index 35b121b0e6..e5a4004bd7 100644
|
||||
--- a/src/importexport/mei/tests/data/artic-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/artic-01.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/mei/tests/data/beam-01.mscx b/src/importexport/mei/tests/data/beam-01.mscx
|
||||
index c357067439..b0d1b1cf7b 100644
|
||||
--- a/src/importexport/mei/tests/data/beam-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/beam-01.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/mei/tests/data/beam-02.mscx b/src/importexport/mei/tests/data/beam-02.mscx
|
||||
index d8622b2643..24e721eaa4 100644
|
||||
--- a/src/importexport/mei/tests/data/beam-02.mscx
|
||||
+++ b/src/importexport/mei/tests/data/beam-02.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/mei/tests/data/beam-03.mscx b/src/importexport/mei/tests/data/beam-03.mscx
|
||||
index 0aba73e4a0..2d46b2a556 100644
|
||||
--- a/src/importexport/mei/tests/data/beam-03.mscx
|
||||
+++ b/src/importexport/mei/tests/data/beam-03.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/mei/tests/data/breaks-01.mscx b/src/importexport/mei/tests/data/breaks-01.mscx
|
||||
index d6e8f3cfd1..a9ad80ff2b 100644
|
||||
--- a/src/importexport/mei/tests/data/breaks-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/breaks-01.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/mei/tests/data/breath-01.mscx b/src/importexport/mei/tests/data/breath-01.mscx
|
||||
index a37d1cec17..91553adb27 100644
|
||||
--- a/src/importexport/mei/tests/data/breath-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/breath-01.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/mei/tests/data/btrem-01.mscx b/src/importexport/mei/tests/data/btrem-01.mscx
|
||||
old mode 100755
|
||||
new mode 100644
|
||||
index 2ab80defb6..7e18a34c1b
|
||||
--- a/src/importexport/mei/tests/data/btrem-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/btrem-01.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/mei/tests/data/chord-label-01.mscx b/src/importexport/mei/tests/data/chord-label-01.mscx
|
||||
index b34519305a..e2478f20fd 100644
|
||||
--- a/src/importexport/mei/tests/data/chord-label-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/chord-label-01.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/mei/tests/data/clef-01.mscx b/src/importexport/mei/tests/data/clef-01.mscx
|
||||
index cacbc3c8c3..377fc48920 100644
|
||||
--- a/src/importexport/mei/tests/data/clef-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/clef-01.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/mei/tests/data/color-01.mscx b/src/importexport/mei/tests/data/color-01.mscx
|
||||
index f35f0d2d1c..f095b5cfce 100644
|
||||
--- a/src/importexport/mei/tests/data/color-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/color-01.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/mei/tests/data/cross-staff-01.mscx b/src/importexport/mei/tests/data/cross-staff-01.mscx
|
||||
index 7971eecf4c..20ae35ea04 100644
|
||||
--- a/src/importexport/mei/tests/data/cross-staff-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/cross-staff-01.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/mei/tests/data/dir-01.mscx b/src/importexport/mei/tests/data/dir-01.mscx
|
||||
index 52d14a63f1..edee7e9822 100644
|
||||
--- a/src/importexport/mei/tests/data/dir-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/dir-01.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/mei/tests/data/dynamic-01.mscx b/src/importexport/mei/tests/data/dynamic-01.mscx
|
||||
index d329b1ee94..db452b0e55 100644
|
||||
--- a/src/importexport/mei/tests/data/dynamic-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/dynamic-01.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/mei/tests/data/ending-01.mscx b/src/importexport/mei/tests/data/ending-01.mscx
|
||||
index d49d223dcc..3cc2ddae17 100644
|
||||
--- a/src/importexport/mei/tests/data/ending-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/ending-01.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/mei/tests/data/fermata-01.mscx b/src/importexport/mei/tests/data/fermata-01.mscx
|
||||
index 4a4871d72e..7274cc658e 100644
|
||||
--- a/src/importexport/mei/tests/data/fermata-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/fermata-01.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/mei/tests/data/fig-bass-01.mscx b/src/importexport/mei/tests/data/fig-bass-01.mscx
|
||||
index 41fb0c4b45..da35e1f427 100644
|
||||
--- a/src/importexport/mei/tests/data/fig-bass-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/fig-bass-01.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/mei/tests/data/gracenote-01.mscx b/src/importexport/mei/tests/data/gracenote-01.mscx
|
||||
index 6e44d4915d..b226d4e5f2 100644
|
||||
--- a/src/importexport/mei/tests/data/gracenote-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/gracenote-01.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/mei/tests/data/gracenote-02.mscx b/src/importexport/mei/tests/data/gracenote-02.mscx
|
||||
index 8fea897add..d918387f2b 100644
|
||||
--- a/src/importexport/mei/tests/data/gracenote-02.mscx
|
||||
+++ b/src/importexport/mei/tests/data/gracenote-02.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/mei/tests/data/hairpin-01.mscx b/src/importexport/mei/tests/data/hairpin-01.mscx
|
||||
index ca437fd9fe..2c0c06594a 100644
|
||||
--- a/src/importexport/mei/tests/data/hairpin-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/hairpin-01.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/mei/tests/data/jump-01.mscx b/src/importexport/mei/tests/data/jump-01.mscx
|
||||
index 05a018d37f..2bef4adce1 100644
|
||||
--- a/src/importexport/mei/tests/data/jump-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/jump-01.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/mei/tests/data/jump-02.mscx b/src/importexport/mei/tests/data/jump-02.mscx
|
||||
index 5c469829fd..861a57d743 100644
|
||||
--- a/src/importexport/mei/tests/data/jump-02.mscx
|
||||
+++ b/src/importexport/mei/tests/data/jump-02.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/mei/tests/data/key-signature-01.mscx b/src/importexport/mei/tests/data/key-signature-01.mscx
|
||||
index 0abb10e9c5..1c108a9faf 100644
|
||||
--- a/src/importexport/mei/tests/data/key-signature-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/key-signature-01.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/mei/tests/data/label-01.mscx b/src/importexport/mei/tests/data/label-01.mscx
|
||||
index 81a579c062..c77d351986 100644
|
||||
--- a/src/importexport/mei/tests/data/label-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/label-01.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/mei/tests/data/lyric-01.mscx b/src/importexport/mei/tests/data/lyric-01.mscx
|
||||
index bb2ebf6108..d7f9c54885 100644
|
||||
--- a/src/importexport/mei/tests/data/lyric-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/lyric-01.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/mei/tests/data/lyric-02.mscx b/src/importexport/mei/tests/data/lyric-02.mscx
|
||||
index d1f4800f7b..d76d530820 100644
|
||||
--- a/src/importexport/mei/tests/data/lyric-02.mscx
|
||||
+++ b/src/importexport/mei/tests/data/lyric-02.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/mei/tests/data/lyric-03.mscx b/src/importexport/mei/tests/data/lyric-03.mscx
|
||||
index e8484ef636..0cd69f0204 100644
|
||||
--- a/src/importexport/mei/tests/data/lyric-03.mscx
|
||||
+++ b/src/importexport/mei/tests/data/lyric-03.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/mei/tests/data/measure-01.mscx b/src/importexport/mei/tests/data/measure-01.mscx
|
||||
index 9cc49bcd9e..9b889e306f 100644
|
||||
--- a/src/importexport/mei/tests/data/measure-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/measure-01.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/mei/tests/data/measure-02.mscx b/src/importexport/mei/tests/data/measure-02.mscx
|
||||
index 7b730e5a2f..505d769c41 100644
|
||||
--- a/src/importexport/mei/tests/data/measure-02.mscx
|
||||
+++ b/src/importexport/mei/tests/data/measure-02.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/mei/tests/data/metadata-01.mscx b/src/importexport/mei/tests/data/metadata-01.mscx
|
||||
index 875fc5dd81..cc91484b51 100644
|
||||
--- a/src/importexport/mei/tests/data/metadata-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/metadata-01.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/mei/tests/data/mordent-01.mscx b/src/importexport/mei/tests/data/mordent-01.mscx
|
||||
index 0db07ad820..af50c22cb2 100644
|
||||
--- a/src/importexport/mei/tests/data/mordent-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/mordent-01.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/mei/tests/data/octave-01.mscx b/src/importexport/mei/tests/data/octave-01.mscx
|
||||
index 243d810e49..7c3ab0f4b0 100644
|
||||
--- a/src/importexport/mei/tests/data/octave-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/octave-01.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/mei/tests/data/ornam-01.mscx b/src/importexport/mei/tests/data/ornam-01.mscx
|
||||
index b8e9cd8ab4..02d156d962 100644
|
||||
--- a/src/importexport/mei/tests/data/ornam-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/ornam-01.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/mei/tests/data/page-head-01.mscx b/src/importexport/mei/tests/data/page-head-01.mscx
|
||||
index 7b0ac10a25..6bed03215d 100644
|
||||
--- a/src/importexport/mei/tests/data/page-head-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/page-head-01.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/mei/tests/data/page-head-02.mscx b/src/importexport/mei/tests/data/page-head-02.mscx
|
||||
index 7a00da38fa..12d200d38c 100644
|
||||
--- a/src/importexport/mei/tests/data/page-head-02.mscx
|
||||
+++ b/src/importexport/mei/tests/data/page-head-02.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/mei/tests/data/pedal-01.mscx b/src/importexport/mei/tests/data/pedal-01.mscx
|
||||
index bb13ccdf11..3ee313e0aa 100644
|
||||
--- a/src/importexport/mei/tests/data/pedal-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/pedal-01.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/mei/tests/data/roman-numeral-01.mscx b/src/importexport/mei/tests/data/roman-numeral-01.mscx
|
||||
index 04ea263228..a2b28f7a49 100644
|
||||
--- a/src/importexport/mei/tests/data/roman-numeral-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/roman-numeral-01.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/mei/tests/data/score-01.mscx b/src/importexport/mei/tests/data/score-01.mscx
|
||||
index 69301aca6a..e729ea7e4c 100644
|
||||
--- a/src/importexport/mei/tests/data/score-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/score-01.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/mei/tests/data/score-02.mscx b/src/importexport/mei/tests/data/score-02.mscx
|
||||
index 6b255093d9..6a61def252 100644
|
||||
--- a/src/importexport/mei/tests/data/score-02.mscx
|
||||
+++ b/src/importexport/mei/tests/data/score-02.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/mei/tests/data/slur-01.mscx b/src/importexport/mei/tests/data/slur-01.mscx
|
||||
index 1c0ad14807..25a8b69a6b 100644
|
||||
--- a/src/importexport/mei/tests/data/slur-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/slur-01.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/mei/tests/data/slur-02.mscx b/src/importexport/mei/tests/data/slur-02.mscx
|
||||
index 454a0ca3ce..ca77bfe070 100644
|
||||
--- a/src/importexport/mei/tests/data/slur-02.mscx
|
||||
+++ b/src/importexport/mei/tests/data/slur-02.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/mei/tests/data/stem-01.mscx b/src/importexport/mei/tests/data/stem-01.mscx
|
||||
index ab47d31c0a..552e8147b9 100644
|
||||
--- a/src/importexport/mei/tests/data/stem-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/stem-01.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/mei/tests/data/tempo-01.mscx b/src/importexport/mei/tests/data/tempo-01.mscx
|
||||
index 9f3e8243b9..3ca67ed705 100644
|
||||
--- a/src/importexport/mei/tests/data/tempo-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/tempo-01.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/mei/tests/data/tie-01.mscx b/src/importexport/mei/tests/data/tie-01.mscx
|
||||
index 2665f9afd8..aef4647a4e 100644
|
||||
--- a/src/importexport/mei/tests/data/tie-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/tie-01.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/mei/tests/data/time-signature-01.mscx b/src/importexport/mei/tests/data/time-signature-01.mscx
|
||||
index 41359adae5..43bdfb06b6 100644
|
||||
--- a/src/importexport/mei/tests/data/time-signature-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/time-signature-01.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/mei/tests/data/time-signature-02.mscx b/src/importexport/mei/tests/data/time-signature-02.mscx
|
||||
index c58119eebe..c51b349538 100644
|
||||
--- a/src/importexport/mei/tests/data/time-signature-02.mscx
|
||||
+++ b/src/importexport/mei/tests/data/time-signature-02.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/mei/tests/data/transpose-01.mscx b/src/importexport/mei/tests/data/transpose-01.mscx
|
||||
index 26371f213d..5359be6fa2 100644
|
||||
--- a/src/importexport/mei/tests/data/transpose-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/transpose-01.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/mei/tests/data/tuplet-01.mscx b/src/importexport/mei/tests/data/tuplet-01.mscx
|
||||
index cb8ca41931..78a497c350 100644
|
||||
--- a/src/importexport/mei/tests/data/tuplet-01.mscx
|
||||
+++ b/src/importexport/mei/tests/data/tuplet-01.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/mei/tests/data/tuplet-02.mscx b/src/importexport/mei/tests/data/tuplet-02.mscx
|
||||
index b1e77795d6..6bf74ee6d6 100644
|
||||
--- a/src/importexport/mei/tests/data/tuplet-02.mscx
|
||||
+++ b/src/importexport/mei/tests/data/tuplet-02.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/mei/tests/data/tuplet-03.mscx b/src/importexport/mei/tests/data/tuplet-03.mscx
|
||||
index 14ea87f7e4..465b52c8a8 100644
|
||||
--- a/src/importexport/mei/tests/data/tuplet-03.mscx
|
||||
+++ b/src/importexport/mei/tests/data/tuplet-03.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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85ebd0130d70cda2b2ef166a0737b7aba31961779210f916bf37cb44b3f1e2a2
|
||||
size 137972818
|
3
MuseScore-4.3.1.tar.gz
Normal file
3
MuseScore-4.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:773072b254759fa6d8f2afd577848c00337a083807b46c0f47dea676a7c2f1b7
|
||||
size 138077889
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 30 10:30:14 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
- MuseScore 4.3.1:
|
||||
This update fixes a critical usability issue affecting AZERTY
|
||||
keyboard users. The shift modifier key can now be used to trigger
|
||||
number keys, enabling note durations to be changed using the
|
||||
default shortcuts.
|
||||
|
||||
This release also improves CPU performance when using Muse
|
||||
Sounds, and resolves a number of playback bugs associated with
|
||||
repeats.
|
||||
|
||||
Additional fixes:
|
||||
- Playback now falls back to MS Basic if SoundFonts are missing.
|
||||
- Volume levels of MS Basic are now better balanced between note input and playback modes.
|
||||
- An issue preventing instrument names from being deleted from beginning of staves has been resolved.
|
||||
- Fixed a bug where synthesizers incorrectly defaulted to the piano sound.
|
||||
- Fixed a crash preventing certain scores with hidden clefs from opening.
|
||||
|
||||
See the full list of improvements here:
|
||||
|
||||
https://github.com/orgs/musescore/projects/46/views/2
|
||||
- drop patches which are included in the update:
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 26 22:06:23 UTC 2024 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
%define fontdir %{_datadir}/fonts/%{name}
|
||||
%define docdir %{_docdir}/%{name}
|
||||
Name: musescore
|
||||
Version: 4.3.0
|
||||
Version: 4.3.1
|
||||
Release: 0
|
||||
Summary: A WYSIWYG music score typesetter
|
||||
# Licenses in MuseScore are a mess. To help other maintainers I give the following overview:
|
||||
@ -63,15 +63,6 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user