Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2026 22:09:09 +0000
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 586b4d361ca0 - main - audio/musescore: update to 4.7.3, latest upstream
Message-ID:  <6a2dd505.3ea48.4d7d595@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by adridg:

URL: https://cgit.FreeBSD.org/ports/commit/?id=586b4d361ca06236afad5c6c8c5943318cc0f87d

commit 586b4d361ca06236afad5c6c8c5943318cc0f87d
Author:     Adriaan de Groot <adridg@FreeBSD.org>
AuthorDate: 2026-05-26 09:38:28 +0000
Commit:     Adriaan de Groot <adridg@FreeBSD.org>
CommitDate: 2026-06-13 22:08:38 +0000

    audio/musescore: update to 4.7.3, latest upstream
    
    The 4.7 series announcements are at
            https://musescore.org/en/4.7
    
    Submitted by Keith White, additional patches for build and bump to .3 by me.
---
 audio/musescore/Makefile                           |  74 ++++--
 audio/musescore/distinfo                           |  14 +-
 audio/musescore/files/mscore.desktop               |   2 +-
 ..._appshell_qml_MuseScore_AppShell_CMakeLists.txt |  11 +
 .../files/patch-src_engraving_dom_masterscore.cpp  |  11 +
 .../files/patch-src_framework_ui_CMakeLists.txt    |  30 ++-
 .../files/patch-src_framework_ui_uimodule.cpp      |  14 +-
 ...src_notation_view_abstractnotationpaintview.cpp |  10 -
 .../patch-src_project_internal_exporttype.cpp      |  11 -
 .../files/patch-src_project_internal_exporttype.h  |  13 -
 audio/musescore/pkg-plist                          | 277 ++++++++++-----------
 11 files changed, 234 insertions(+), 233 deletions(-)

diff --git a/audio/musescore/Makefile b/audio/musescore/Makefile
index 65a09c94e4fe..633d58cd4ace 100644
--- a/audio/musescore/Makefile
+++ b/audio/musescore/Makefile
@@ -1,15 +1,9 @@
 PORTNAME=	${GH_PROJECT:tl}
 DISTVERSIONPREFIX=	v
-DISTVERSION=	4.6.5
-PORTREVISION=	2
+PORTVERSION=	4.7.3
+# PORTREVISION=	1
 CATEGORIES=	audio
 
-PATCH_SITES=	https://github.com/musescore/MuseScore/commit/
-PATCHFILES+=	b79c3ba61e599e2211ba69f7be561ecfbdab941c.patch:-p1 # Fix build with Qt 6.10.1
-PATCHFILES+=	6f63cd15ced0b2a624a85e471724fba922762974.patch:-p1 # Add missing include for Qt 6.10
-PATCHFILES+=	e25d01bd7f650e51911929ec2aa519923913cd05.patch:-p1 # Add missing include for Qt 6.10
-PATCHFILES+=	36d544ab41abff3dc675202953486b837f21b8b6.patch:-p1 # Fix build on FreeBSD
-
 MAINTAINER=	adridg@FreeBSD.org
 COMMENT=	Free music composition & notation software
 WWW=		https://musescore.org/ \
@@ -28,15 +22,36 @@ LIB_DEPENDS=	libsndfile.so:audio/libsndfile \
 		libtinyxml2.so:textproc/tinyxml2 \
 		libxkbcommon.so:x11/libxkbcommon
 RUN_DEPENDS=	alsa-plugins>=1.2:audio/alsa-plugins
+BUILD_DEPENDS=	vulkan-headers>0:graphics/vulkan-headers \
+		vulkan-loader>0:graphics/vulkan-loader
 
 USES=		cmake compiler:c++17-lang desktop-file-utils gl localbase \
-		pkgconfig qt:6 shared-mime-info
+		pkgconfig qt:6 pathfix
 USE_GL=		opengl
 USE_QT=		5compat base declarative networkauth scxml svg \
-		shadertools:build tools:build
-
+		tools:build
 USE_GITHUB=	yes
 GH_PROJECT=	MuseScore
+GH_ACCOUNT=	musescore
+
+OPTIONS_DEFINE=		MNX
+
+MNX_DESC=	experimental MNX json import/export support
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MMNX}
+BUILD_DEPENDS+=	xxd:sysutils/xxd
+GH_TUPLE+=	\
+		nlohmann:json:v3.12.0:json \
+		w3c:mnx:d513cf7a28a84c803ed36e448b416cb49c3a22f9:w3c \
+		pboettch:json-schema-validator:40af3ec39670e768fc3f01f935140af311d71024:validator \
+		rpatters1:mnxdom:e7c947bf768caccf315426dcae0dfac02caf738b:mnxdom \
+		musescore:muse_framework:8d6707fb9cbc9b5b52f7b7649d0dd4976dd4e0ac:muse_framework/muse
+CMAKE_ON+=	MUE_BUILD_IMPEXP_MNX_MODULE
+.else
+CMAKE_OFF+=	MUE_BUILD_IMPEXP_MNX_MODULE
+.endif
 
 # Each release gets a subdir containing the distfiles for that release,
 # so hope that scanning the parent dir finds new ones.
@@ -50,28 +65,39 @@ CMAKE_TESTS=	MUE_BUILD_BRAILLE_TESTS \
 		MUE_BUILD_NOTATION_TESTS \
 		MUE_BUILD_PLAYBACK_TESTS \
 		MUE_BUILD_PROJECT_TESTS
-CMAKE_ON=	MUE_COMPILE_USE_SYSTEM_FLAC \
+CMAKE_ON+=	MUE_COMPILE_USE_SYSTEM_FLAC \
 		MUE_COMPILE_USE_SYSTEM_FREETYPE \
 		MUE_COMPILE_USE_SYSTEM_HARFBUZZ \
 		MUE_COMPILE_USE_SYSTEM_OPUS \
 		MUE_COMPILE_USE_SYSTEM_OPUSENC \
 		MUE_COMPILE_USE_SYSTEM_TINYXML
-CMAKE_OFF=	MUSE_COMPILE_USE_PCH \
+CMAKE_OFF+=	MUE_BUILD_CRASHPAD_CLIENT \
+		MUE_COMPILE_USE_PCH \
 		${CMAKE_TESTS}
-CMAKE_BUILD_TYPE=	release
-CMAKE_ARGS=	-DMUSE_APP_BUILD_MODE="release"
+CMAKE_BUILD_TYPE=	Release
+CMAKE_ARGS+=	-DMUSE_APP_BUILD_MODE="release"
+
+.include <bsd.port.pre.mk>
+
+post-patch-MNX-on:
+# mnxdom dependencies
+	@${MKDIR} ${WRKDIR}/.build/_deps
+	@${MV} ${WRKSRC_mnxdom} ${WRKDIR}/.build/_deps/mnxdom-src
+	@${MV} ${WRKSRC_json} ${WRKDIR}/.build/_deps/nlohmann_json-src
+	@${MV} ${WRKSRC_w3c} ${WRKDIR}/.build/_deps/mnx_w3c-src
+	@${MV} ${WRKSRC_validator} ${WRKDIR}/.build/_deps/json_schema_validator-src
 
 post-install:
-	# workaround for https://github.com/musescore/MuseScore/issues/26103
-	@${RM} -r \
-		${STAGEDIR}${PREFIX}/include \
-		${STAGEDIR}${PREFIX}/lib \
-		${STAGEDIR}${PREFIX}/libdata
-	# workaround for https://github.com/musescore/MuseScore/issues/26104
-	@${INSTALL_DATA} ${FILESDIR}/mscore.desktop ${STAGEDIR}${PREFIX}/share/applications/
+	# ${RM} ${STAGEDIR}${PREFIX}/bin/musescore
+
+post-stage:
+	${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps
+	${INSTALL_DATA} ${CMAKE_SOURCE_PATH}/share/icons/AppIcon/MS4_AppIcon_48x48.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/mscore.png
+	${INSTALL_DATA} ${FILESDIR}/mscore.desktop ${STAGEDIR}${PREFIX}/share/applications/
 	@${REINPLACE_CMD} -i '' -e "\
 		s|^Version=.*|Version=${PORTVERSION}|; \
-		s|^Name=.*|Name=MuseScore|; \
+		s|^Name=.*|Name=MuseScore Studio|; \
 		"  ${STAGEDIR}${PREFIX}/share/applications/mscore.desktop
+	${LN} -s mscore ${STAGEDIR}${PREFIX}/bin/musescore
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/audio/musescore/distinfo b/audio/musescore/distinfo
index ef66702f32f9..e41a1695b741 100644
--- a/audio/musescore/distinfo
+++ b/audio/musescore/distinfo
@@ -1,11 +1,3 @@
-TIMESTAMP = 1766096878
-SHA256 (musescore-MuseScore-v4.6.5_GH0.tar.gz) = c9441c1344d2bd63f86e737e25293fbad532f3edec9380c7d42eab3a8042ced1
-SIZE (musescore-MuseScore-v4.6.5_GH0.tar.gz) = 159873358
-SHA256 (b79c3ba61e599e2211ba69f7be561ecfbdab941c.patch) = 1994c0f9d5ad28f341a88f484440b08d4e883a058fd45ac27cdbf27713fc31e7
-SIZE (b79c3ba61e599e2211ba69f7be561ecfbdab941c.patch) = 4348
-SHA256 (6f63cd15ced0b2a624a85e471724fba922762974.patch) = 20f6c338a6e0bb92607981565e40841dc0aeef68287864be7782e6c78d4cb8b9
-SIZE (6f63cd15ced0b2a624a85e471724fba922762974.patch) = 966
-SHA256 (e25d01bd7f650e51911929ec2aa519923913cd05.patch) = 73796ed2c3b5e5768fec3df7b49d41d3dd4845fc3a35e016eb69d6f8c27e9db8
-SIZE (e25d01bd7f650e51911929ec2aa519923913cd05.patch) = 1189
-SHA256 (36d544ab41abff3dc675202953486b837f21b8b6.patch) = 98823eda21bb81b31664d012c89a0953971bc62368b2f8ae75c0092f0a80f9bf
-SIZE (36d544ab41abff3dc675202953486b837f21b8b6.patch) = 1356
+TIMESTAMP = 1781386524
+SHA256 (musescore-MuseScore-v4.7.3_GH0.tar.gz) = f73b940511cbb598e2f9238101c48e745dcaeb971c9ebb4362c6b011308e7d55
+SIZE (musescore-MuseScore-v4.7.3_GH0.tar.gz) = 166098687
diff --git a/audio/musescore/files/mscore.desktop b/audio/musescore/files/mscore.desktop
index fa147186e624..da5f0636707c 100644
--- a/audio/musescore/files/mscore.desktop
+++ b/audio/musescore/files/mscore.desktop
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Version=1.0
-Name=MuseScore 4.2
+Name=MuseScore Studio
 GenericName=Music notation
 GenericName[de]=Notensatz
 GenericName[fr]=Notation musicale
diff --git a/audio/musescore/files/patch-src_appshell_qml_MuseScore_AppShell_CMakeLists.txt b/audio/musescore/files/patch-src_appshell_qml_MuseScore_AppShell_CMakeLists.txt
new file mode 100644
index 000000000000..990d2050dbc0
--- /dev/null
+++ b/audio/musescore/files/patch-src_appshell_qml_MuseScore_AppShell_CMakeLists.txt
@@ -0,0 +1,11 @@
+--- src/appshell/qml/MuseScore/AppShell/CMakeLists.txt.orig	2026-02-04 22:05:32 UTC
++++ src/appshell/qml/MuseScore/AppShell/CMakeLists.txt
+@@ -120,7 +120,7 @@ elseif(OS_IS_WIN)
+             platform/win/AppTitleBar.qml
+             platform/win/Main.qml
+     )
+-elseif(OS_IS_LIN OR OS_IS_FREEBSD)
++elseif(OS_IS_LIN OR OS_IS_FBSD)
+     qt_target_qml_sources(appshell_qml 
+         QML_FILES
+             platform/linux/Main.qml
diff --git a/audio/musescore/files/patch-src_engraving_dom_masterscore.cpp b/audio/musescore/files/patch-src_engraving_dom_masterscore.cpp
new file mode 100644
index 000000000000..2bc6946fb3f7
--- /dev/null
+++ b/audio/musescore/files/patch-src_engraving_dom_masterscore.cpp
@@ -0,0 +1,11 @@
+--- src/engraving/dom/masterscore.cpp.orig	2026-02-03 14:16:03 UTC
++++ src/engraving/dom/masterscore.cpp
+@@ -79,6 +79,8 @@ MasterScore::MasterScore(const muse::modularity::Conte
+     metaTags().insert({ u"platform", u"Apple Macintosh" });
+ #elif defined(Q_OS_LINUX)
+     metaTags().insert({ u"platform", u"Linux" });
++#elif defined(Q_OS_FREEBSD)
++    metaTags().insert({ u"platform", u"FreeBSD" });
+ #else
+     metaTags().insert({ u"platform", u"Unknown" });
+ #endif
diff --git a/audio/musescore/files/patch-src_framework_ui_CMakeLists.txt b/audio/musescore/files/patch-src_framework_ui_CMakeLists.txt
index 8b474d24aff1..36f372e8dcd0 100644
--- a/audio/musescore/files/patch-src_framework_ui_CMakeLists.txt
+++ b/audio/musescore/files/patch-src_framework_ui_CMakeLists.txt
@@ -1,11 +1,25 @@
---- src/framework/ui/CMakeLists.txt.orig	2025-12-01 12:36:11 UTC
+--- src/framework/ui/CMakeLists.txt.orig	2026-06-09 13:11:02 UTC
 +++ src/framework/ui/CMakeLists.txt
-@@ -59,6 +59,8 @@ elseif(OS_IS_LIN)
-     set(PLATFORM_THEME_SRC
-         ${CMAKE_CURRENT_LIST_DIR}/internal/platform/linux/linuxplatformtheme.cpp
-         ${CMAKE_CURRENT_LIST_DIR}/internal/platform/linux/linuxplatformtheme.h
-+        ${CMAKE_CURRENT_LIST_DIR}/internal/platform/stub/stubplatformtheme.cpp
-+        ${CMAKE_CURRENT_LIST_DIR}/internal/platform/stub/stubplatformtheme.h
+@@ -137,10 +137,12 @@ elseif(OS_IS_WIN)
+     )
+ 
+     target_link_libraries(muse_ui PRIVATE dwmapi)
+-elseif(OS_IS_LIN)
++elseif(OS_IS_LIN OR OS_IS_FBSD)
+     target_sources(muse_ui PRIVATE
+         internal/platform/linux/linuxplatformtheme.cpp
+         internal/platform/linux/linuxplatformtheme.h
++        internal/platform/stub/stubplatformtheme.cpp
++        internal/platform/stub/stubplatformtheme.h
      )
  else()
-     set(PLATFORM_THEME_SRC
+     target_sources(muse_ui PRIVATE
+@@ -159,7 +161,7 @@ if (MUSE_QT_SUPPORT)
+ if (MUSE_QT_SUPPORT)
+     target_link_libraries(muse_ui PRIVATE Qt::Quick Qt::Widgets)
+ 
+-    if (OS_IS_LIN)
++    if (OS_IS_LIN OR OS_IS_FBSD)
+         target_link_libraries(muse_ui PRIVATE Qt::DBus)
+     endif()
+ endif()
diff --git a/audio/musescore/files/patch-src_framework_ui_uimodule.cpp b/audio/musescore/files/patch-src_framework_ui_uimodule.cpp
index 13fc605f5f0e..dbde626b8ff3 100644
--- a/audio/musescore/files/patch-src_framework_ui_uimodule.cpp
+++ b/audio/musescore/files/patch-src_framework_ui_uimodule.cpp
@@ -1,16 +1,10 @@
---- src/framework/ui/uimodule.cpp.orig	2025-12-01 12:36:11 UTC
+--- src/framework/ui/uimodule.cpp.orig	2026-05-18 12:36:14 UTC
 +++ src/framework/ui/uimodule.cpp
-@@ -49,6 +49,7 @@
- #include "view/mainwindowbridge.h"
- #else
- #include "internal/platform/stub/stubplatformtheme.h"
-+#include "internal/windowscontroller.h"
- #include "view/mainwindowbridge.h"
- #endif
- 
-@@ -109,6 +110,7 @@ void UiModule::registerExports()
+@@ -87,8 +87,8 @@ void UiModule::registerExports()
+     m_platformTheme = std::make_shared<LinuxPlatformTheme>();
      m_windowsController = std::make_shared<WindowsController>();
      #else
+-    m_windowsController = std::make_shared<WindowsController>();
      m_platformTheme = std::make_shared<StubPlatformTheme>();
 +    m_windowsController = std::make_shared<WindowsController>();
      #endif
diff --git a/audio/musescore/files/patch-src_notation_view_abstractnotationpaintview.cpp b/audio/musescore/files/patch-src_notation_view_abstractnotationpaintview.cpp
deleted file mode 100644
index 032ff0b5ab92..000000000000
--- a/audio/musescore/files/patch-src_notation_view_abstractnotationpaintview.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/notation/view/abstractnotationpaintview.cpp.orig	2025-12-01 12:36:11 UTC
-+++ src/notation/view/abstractnotationpaintview.cpp
-@@ -21,6 +21,7 @@
-  */
- #include "abstractnotationpaintview.h"
- 
-+#include <QCursor>
- #include <QPainter>
- #include <QMimeData>
- 
diff --git a/audio/musescore/files/patch-src_project_internal_exporttype.cpp b/audio/musescore/files/patch-src_project_internal_exporttype.cpp
deleted file mode 100644
index 1034c87b3122..000000000000
--- a/audio/musescore/files/patch-src_project_internal_exporttype.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/project/internal/exporttype.cpp.orig	2024-02-27 16:37:17 UTC
-+++ src/project/internal/exporttype.cpp
-@@ -21,6 +21,8 @@
-  */
- #include "exporttype.h"
- 
-+#include <QVariantList>
-+
- using namespace mu::project;
- 
- ExportTypeList::ExportTypeList()
diff --git a/audio/musescore/files/patch-src_project_internal_exporttype.h b/audio/musescore/files/patch-src_project_internal_exporttype.h
deleted file mode 100644
index a0aefd980471..000000000000
--- a/audio/musescore/files/patch-src_project_internal_exporttype.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/project/internal/exporttype.h.orig	2024-12-11 12:43:18 UTC
-+++ src/project/internal/exporttype.h
-@@ -28,6 +28,10 @@
- 
- #include "containers.h"
- 
-+#include <QList>
-+#include <QString>
-+#include <QVariantList>
-+
- namespace mu::project {
- struct ExportType;
- class ExportTypeList : public QList<ExportType>
diff --git a/audio/musescore/pkg-plist b/audio/musescore/pkg-plist
index 549dba62e2dc..ac74ec4fe803 100644
--- a/audio/musescore/pkg-plist
+++ b/audio/musescore/pkg-plist
@@ -15,6 +15,7 @@ share/icons/hicolor/scalable/mimetypes/application-x-musescore+xml.svg
 share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
 %%DATADIR%%/autobotscripts/TC1.1_CreateSimpleScore.js
 %%DATADIR%%/autobotscripts/TC1.2_CreateSimpleScoreWithRandomInstruments.js
+%%DATADIR%%/autobotscripts/TC10_PlayToggle.js
 %%DATADIR%%/autobotscripts/TC2_CreateSimpleScoreByTemplate.js
 %%DATADIR%%/autobotscripts/TC3_UsingNoteInputToolbar.js
 %%DATADIR%%/autobotscripts/TC4_UsingPalettes.js
@@ -32,6 +33,9 @@ share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
 %%DATADIR%%/autobotscripts/steps/NoteInput.js
 %%DATADIR%%/autobotscripts/steps/Palette.js
 %%DATADIR%%/autobotscripts/steps/Score.js
+%%DATADIR%%/extensions/apitests/Form.qml
+%%DATADIR%%/extensions/apitests/macros.js
+%%DATADIR%%/extensions/apitests/manifest.json
 %%DATADIR%%/extensions/batch_example/configure.qml
 %%DATADIR%%/extensions/batch_example/manifest.json
 %%DATADIR%%/extensions/batch_example/processing.js
@@ -51,11 +55,15 @@ share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
 %%DATADIR%%/extensions/example3/configure.qml
 %%DATADIR%%/extensions/example3/manifest.json
 %%DATADIR%%/extensions/example3/remove.js
+%%DATADIR%%/extensions/quickstart_v/Main.qml
+%%DATADIR%%/extensions/quickstart_v/manifest.json
+%%DATADIR%%/extensions/quickstart/main.js
+%%DATADIR%%/extensions/quickstart/manifest.json
 %%DATADIR%%/locale/instruments_af.qm
-%%DATADIR%%/locale/instruments_ar.qm
 %%DATADIR%%/locale/instruments_ar_DZ.qm
 %%DATADIR%%/locale/instruments_ar_EG.qm
 %%DATADIR%%/locale/instruments_ar_SD.qm
+%%DATADIR%%/locale/instruments_ar.qm
 %%DATADIR%%/locale/instruments_ast.qm
 %%DATADIR%%/locale/instruments_be.qm
 %%DATADIR%%/locale/instruments_bg.qm
@@ -67,9 +75,9 @@ share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
 %%DATADIR%%/locale/instruments_da.qm
 %%DATADIR%%/locale/instruments_de.qm
 %%DATADIR%%/locale/instruments_el.qm
-%%DATADIR%%/locale/instruments_en.qm
 %%DATADIR%%/locale/instruments_en_GB.qm
 %%DATADIR%%/locale/instruments_en_US.qm
+%%DATADIR%%/locale/instruments_en.qm
 %%DATADIR%%/locale/instruments_eo.qm
 %%DATADIR%%/locale/instruments_es.qm
 %%DATADIR%%/locale/instruments_et.qm
@@ -103,17 +111,17 @@ share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
 %%DATADIR%%/locale/instruments_nl.qm
 %%DATADIR%%/locale/instruments_nn.qm
 %%DATADIR%%/locale/instruments_pl.qm
-%%DATADIR%%/locale/instruments_pt.qm
 %%DATADIR%%/locale/instruments_pt_BR.qm
+%%DATADIR%%/locale/instruments_pt.qm
 %%DATADIR%%/locale/instruments_ro.qm
 %%DATADIR%%/locale/instruments_ru.qm
 %%DATADIR%%/locale/instruments_scn.qm
 %%DATADIR%%/locale/instruments_sk.qm
 %%DATADIR%%/locale/instruments_sl.qm
-%%DATADIR%%/locale/instruments_sr.qm
 %%DATADIR%%/locale/instruments_sr_RS.qm
-%%DATADIR%%/locale/instruments_sv.qm
+%%DATADIR%%/locale/instruments_sr.qm
 %%DATADIR%%/locale/instruments_sv_SE.qm
+%%DATADIR%%/locale/instruments_sv.qm
 %%DATADIR%%/locale/instruments_th.qm
 %%DATADIR%%/locale/instruments_tr.qm
 %%DATADIR%%/locale/instruments_uk.qm
@@ -124,10 +132,10 @@ share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
 %%DATADIR%%/locale/instruments_zh_TW.qm
 %%DATADIR%%/locale/languages.json
 %%DATADIR%%/locale/musescore_af.qm
-%%DATADIR%%/locale/musescore_ar.qm
 %%DATADIR%%/locale/musescore_ar_DZ.qm
 %%DATADIR%%/locale/musescore_ar_EG.qm
 %%DATADIR%%/locale/musescore_ar_SD.qm
+%%DATADIR%%/locale/musescore_ar.qm
 %%DATADIR%%/locale/musescore_ast.qm
 %%DATADIR%%/locale/musescore_be.qm
 %%DATADIR%%/locale/musescore_bg.qm
@@ -139,9 +147,9 @@ share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
 %%DATADIR%%/locale/musescore_da.qm
 %%DATADIR%%/locale/musescore_de.qm
 %%DATADIR%%/locale/musescore_el.qm
-%%DATADIR%%/locale/musescore_en.qm
 %%DATADIR%%/locale/musescore_en_GB.qm
 %%DATADIR%%/locale/musescore_en_US.qm
+%%DATADIR%%/locale/musescore_en.qm
 %%DATADIR%%/locale/musescore_eo.qm
 %%DATADIR%%/locale/musescore_es.qm
 %%DATADIR%%/locale/musescore_et.qm
@@ -175,17 +183,17 @@ share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
 %%DATADIR%%/locale/musescore_nl.qm
 %%DATADIR%%/locale/musescore_nn.qm
 %%DATADIR%%/locale/musescore_pl.qm
-%%DATADIR%%/locale/musescore_pt.qm
 %%DATADIR%%/locale/musescore_pt_BR.qm
+%%DATADIR%%/locale/musescore_pt.qm
 %%DATADIR%%/locale/musescore_ro.qm
 %%DATADIR%%/locale/musescore_ru.qm
 %%DATADIR%%/locale/musescore_scn.qm
 %%DATADIR%%/locale/musescore_sk.qm
 %%DATADIR%%/locale/musescore_sl.qm
-%%DATADIR%%/locale/musescore_sr.qm
 %%DATADIR%%/locale/musescore_sr_RS.qm
-%%DATADIR%%/locale/musescore_sv.qm
+%%DATADIR%%/locale/musescore_sr.qm
 %%DATADIR%%/locale/musescore_sv_SE.qm
+%%DATADIR%%/locale/musescore_sv.qm
 %%DATADIR%%/locale/musescore_th.qm
 %%DATADIR%%/locale/musescore_tr.qm
 %%DATADIR%%/locale/musescore_uk.qm
@@ -194,28 +202,10 @@ share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
 %%DATADIR%%/locale/musescore_zh_CN.qm
 %%DATADIR%%/locale/musescore_zh_HK.qm
 %%DATADIR%%/locale/musescore_zh_TW.qm
-%%DATADIR%%/locale/qt_bg.qm
-%%DATADIR%%/locale/qt_el.qm
-%%DATADIR%%/locale/qt_eu.qm
-%%DATADIR%%/locale/qt_gd.qm
-%%DATADIR%%/locale/qt_id.qm
-%%DATADIR%%/locale/qt_lv.qm
-%%DATADIR%%/locale/qt_nb.qm
-%%DATADIR%%/locale/qt_nl.qm
-%%DATADIR%%/locale/qt_nl_BE.qm
-%%DATADIR%%/locale/qt_pt_BR.qm
-%%DATADIR%%/locale/qt_ro.qm
-%%DATADIR%%/locale/qt_tr.qm
-%%DATADIR%%/locale/qt_vi.qm
-%%DATADIR%%/plugins/colornotes/color_notes.png
-%%DATADIR%%/plugins/colornotes/colornotes.qml_disabled
-%%DATADIR%%/plugins/courtesy_accidentals/accidentals.png
-%%DATADIR%%/plugins/courtesy_accidentals/addCourtesyAccidentals.qml_disabled
-%%DATADIR%%/plugins/courtesy_accidentals/configCourtesyAccidentals.qml_disabled
-%%DATADIR%%/plugins/courtesy_accidentals/removeCourtesyAccidentals.qml_disabled
+%%DATADIR%%/plugins/dev_test_api/dev_test_api.qml
 %%DATADIR%%/plugins/dev_test_websocket/dev_test_websocket.qml_disabled
-%%DATADIR%%/plugins/intervals/mirror-intervals-3.qml
 %%DATADIR%%/plugins/intervals/mirror_intervals.png
+%%DATADIR%%/plugins/intervals/mirror-intervals-3.qml
 %%DATADIR%%/plugins/lilyrics/lilyrics.png
 %%DATADIR%%/plugins/lilyrics/lilyrics.qml
 %%DATADIR%%/plugins/new_retrograde/NewRetrograde.qml
@@ -224,22 +214,14 @@ share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
 %%DATADIR%%/plugins/note_names/notenames.qml
 %%DATADIR%%/plugins/tuning/modal_tuning.png
 %%DATADIR%%/plugins/tuning/tuning.qml
-%%DATADIR%%/plugins/tuning_modal/Modal_Tuning.qml
-%%DATADIR%%/plugins/tuning_modal/Temperaments.qml
-%%DATADIR%%/plugins/tuning_modal/modal_tuning.png
-%%DATADIR%%/sound/MS Basic.sf3
 %%DATADIR%%/sound/MS Basic_License.md
+%%DATADIR%%/sound/MS Basic.sf3
 %%DATADIR%%/styles/Modified Stave Notation/16mm_MSN.mss
 %%DATADIR%%/styles/Modified Stave Notation/18mm_MSN.mss
 %%DATADIR%%/styles/Modified Stave Notation/20mm_MSN.mss
 %%DATADIR%%/styles/Modified Stave Notation/22mm_MSN.mss
 %%DATADIR%%/styles/Modified Stave Notation/25mm_MSN.mss
 %%DATADIR%%/styles/MuseJazz.mss
-%%DATADIR%%/tables/Es-Es-G0.utb
-%%DATADIR%%/tables/IPA-unicode-range.uti
-%%DATADIR%%/tables/IPA.utb
-%%DATADIR%%/tables/Lv-Lv-g1.utb
-%%DATADIR%%/tables/Pl-Pl-g1.utb
 %%DATADIR%%/tables/afr-za-g1.ctb
 %%DATADIR%%/tables/afr-za-g2.ctb
 %%DATADIR%%/tables/ar-ar-comp8.utb
@@ -293,29 +275,29 @@ share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
 %%DATADIR%%/tables/cy-cy-g1.utb
 %%DATADIR%%/tables/cy-cy-g2.ctb
 %%DATADIR%%/tables/cy.tbl
-%%DATADIR%%/tables/da-dk-6miscChars.cti
 %%DATADIR%%/tables/da-dk-6miscChars_1993.cti
-%%DATADIR%%/tables/da-dk-8miscChars.cti
+%%DATADIR%%/tables/da-dk-6miscChars.cti
 %%DATADIR%%/tables/da-dk-8miscChars_1993.cti
-%%DATADIR%%/tables/da-dk-g08.ctb
+%%DATADIR%%/tables/da-dk-8miscChars.cti
 %%DATADIR%%/tables/da-dk-g08_1993.ctb
+%%DATADIR%%/tables/da-dk-g08.ctb
+%%DATADIR%%/tables/da-dk-g16_1993.ctb
 %%DATADIR%%/tables/da-dk-g16-lit_1993.ctb
 %%DATADIR%%/tables/da-dk-g16.ctb
-%%DATADIR%%/tables/da-dk-g16_1993.ctb
-%%DATADIR%%/tables/da-dk-g18.ctb
 %%DATADIR%%/tables/da-dk-g18_1993.ctb
+%%DATADIR%%/tables/da-dk-g18.ctb
+%%DATADIR%%/tables/da-dk-g2_1993.dic
 %%DATADIR%%/tables/da-dk-g2.dic
+%%DATADIR%%/tables/da-dk-g26_1993.ctb
 %%DATADIR%%/tables/da-dk-g26-lit_1993.ctb
 %%DATADIR%%/tables/da-dk-g26.ctb
-%%DATADIR%%/tables/da-dk-g26_1993.ctb
-%%DATADIR%%/tables/da-dk-g26l-lit_1993.ctb
 %%DATADIR%%/tables/da-dk-g26l_1993.ctb
-%%DATADIR%%/tables/da-dk-g28.ctb
+%%DATADIR%%/tables/da-dk-g26l-lit_1993.ctb
 %%DATADIR%%/tables/da-dk-g28_1993.ctb
+%%DATADIR%%/tables/da-dk-g28.ctb
 %%DATADIR%%/tables/da-dk-g28l_1993.ctb
-%%DATADIR%%/tables/da-dk-g2_1993.dic
-%%DATADIR%%/tables/da-dk-octobraille.dis
 %%DATADIR%%/tables/da-dk-octobraille_1993.dis
+%%DATADIR%%/tables/da-dk-octobraille.dis
 %%DATADIR%%/tables/de-accents-detailed.cti
 %%DATADIR%%/tables/de-accents.cti
 %%DATADIR%%/tables/de-chardefs6.cti
@@ -344,11 +326,16 @@ share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
 %%DATADIR%%/tables/dra.ctb
 %%DATADIR%%/tables/dra.tbl
 %%DATADIR%%/tables/el.ctb
-%%DATADIR%%/tables/en-GB-g2.ctb
+%%DATADIR%%/tables/en_CA.ctb
+%%DATADIR%%/tables/en_CA.tbl
+%%DATADIR%%/tables/en_GB.tbl
+%%DATADIR%%/tables/en_US-comp8-ext.tbl
+%%DATADIR%%/tables/en_US.tbl
 %%DATADIR%%/tables/en-chardefs.cti
 %%DATADIR%%/tables/en-chess.ctb
 %%DATADIR%%/tables/en-gb-comp8.ctb
 %%DATADIR%%/tables/en-gb-g1.utb
+%%DATADIR%%/tables/en-GB-g2.ctb
 %%DATADIR%%/tables/en-in-g1.ctb
 %%DATADIR%%/tables/en-nabcc.utb
 %%DATADIR%%/tables/en-ueb-chardefs.uti
@@ -366,15 +353,11 @@ share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
 %%DATADIR%%/tables/en-us-interline.ctb
 %%DATADIR%%/tables/en-us-mathtext.ctb
 %%DATADIR%%/tables/en-us-symbols.mus
-%%DATADIR%%/tables/en_CA.ctb
-%%DATADIR%%/tables/en_CA.tbl
-%%DATADIR%%/tables/en_GB.tbl
-%%DATADIR%%/tables/en_US-comp8-ext.tbl
-%%DATADIR%%/tables/en_US.tbl
 %%DATADIR%%/tables/eo-g1-x-system.ctb
 %%DATADIR%%/tables/eo-g1.ctb
 %%DATADIR%%/tables/eo.tbl
 %%DATADIR%%/tables/es-chardefs.cti
+%%DATADIR%%/tables/Es-Es-G0.utb
 %%DATADIR%%/tables/es-g1.ctb
 %%DATADIR%%/tables/es-g2.ctb
 %%DATADIR%%/tables/es-new.dis
@@ -427,10 +410,10 @@ share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
 %%DATADIR%%/tables/hu-chardefs.cti
 %%DATADIR%%/tables/hu-exceptionwords.cti
 %%DATADIR%%/tables/hu-hu-comp8.ctb
-%%DATADIR%%/tables/hu-hu-g1.ctb
 %%DATADIR%%/tables/hu-hu-g1_braille_input.cti
-%%DATADIR%%/tables/hu-hu-g2.ctb
+%%DATADIR%%/tables/hu-hu-g1.ctb
 %%DATADIR%%/tables/hu-hu-g2_exceptions.cti
+%%DATADIR%%/tables/hu-hu-g2.ctb
 %%DATADIR%%/tables/hu.tbl
 %%DATADIR%%/tables/hy.ctb
 %%DATADIR%%/tables/hy.tbl
@@ -450,6 +433,8 @@ share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
 %%DATADIR%%/tables/hyph_pt_PT.dic
 %%DATADIR%%/tables/hyph_ru.dic
 %%DATADIR%%/tables/hyph_sv_SE.dic
+%%DATADIR%%/tables/IPA-unicode-range.uti
+%%DATADIR%%/tables/IPA.utb
 %%DATADIR%%/tables/is-chardefs6.cti
 %%DATADIR%%/tables/is-chardefs8.cti
 %%DATADIR%%/tables/is.ctb
@@ -496,6 +481,7 @@ share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
 %%DATADIR%%/tables/lt-6dot.utb
 %%DATADIR%%/tables/lt.ctb
 %%DATADIR%%/tables/lt.tbl
+%%DATADIR%%/tables/Lv-Lv-g1.utb
 %%DATADIR%%/tables/lv.tbl
 %%DATADIR%%/tables/malayalam.cti
 %%DATADIR%%/tables/mao-nz-g1.ctb
@@ -503,10 +489,10 @@ share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
 %%DATADIR%%/tables/marburg_unicode_defs.cti
 %%DATADIR%%/tables/ml-in-g1.utb
 %%DATADIR%%/tables/ml.tbl
+%%DATADIR%%/tables/mn-in-g1.utb
 %%DATADIR%%/tables/mn-MN-common.cti
 %%DATADIR%%/tables/mn-MN-g1.utb
 %%DATADIR%%/tables/mn-MN-g2.ctb
-%%DATADIR%%/tables/mn-in-g1.utb
 %%DATADIR%%/tables/mni.tbl
 %%DATADIR%%/tables/mr-in-g1.utb
 %%DATADIR%%/tables/mr.tbl
@@ -523,9 +509,9 @@ share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
 %%DATADIR%%/tables/ne.tbl
 %%DATADIR%%/tables/nemethdefs.cti
 %%DATADIR%%/tables/nl-BE.dis
-%%DATADIR%%/tables/nl-NL-g0.utb
 %%DATADIR%%/tables/nl-chardefs.uti
 %%DATADIR%%/tables/nl-comp8.utb
+%%DATADIR%%/tables/nl-NL-g0.utb
 %%DATADIR%%/tables/nl.tbl
 %%DATADIR%%/tables/no-no-8dot-fallback-6dot-g0.utb
 %%DATADIR%%/tables/no-no-8dot.utb
@@ -551,6 +537,7 @@ share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
 %%DATADIR%%/tables/pi.ctb
 %%DATADIR%%/tables/pi.tbl
 %%DATADIR%%/tables/pl-pl-comp8.ctb
+%%DATADIR%%/tables/Pl-Pl-g1.utb
 %%DATADIR%%/tables/pl.tbl
 %%DATADIR%%/tables/printables.cti
 %%DATADIR%%/tables/pt-pt-comp8.ctb
@@ -646,269 +633,269 @@ share/icons/hicolor/scalable/mimetypes/application-x-musescore.svg
 %%DATADIR%%/tables/wordcx.dis
 %%DATADIR%%/tables/xh-za-g1.utb
 %%DATADIR%%/tables/xh-za-g2.ctb
+%%DATADIR%%/tables/zh_CHN.tbl
+%%DATADIR%%/tables/zh_HK.tbl
 %%DATADIR%%/tables/zh-chn.ctb
 %%DATADIR%%/tables/zh-hk.ctb
 %%DATADIR%%/tables/zh-tw.ctb
-%%DATADIR%%/tables/zh_CHN.tbl
-%%DATADIR%%/tables/zh_HK.tbl
 %%DATADIR%%/tables/zhcn-cbs.ctb
 %%DATADIR%%/tables/zhcn-g1.ctb
 %%DATADIR%%/tables/zhcn-g2.ctb
 %%DATADIR%%/tables/zu-za-g1.utb
 %%DATADIR%%/tables/zu-za-g2.ctb
 %%DATADIR%%/templates/01-General/01-Treble_Clef/01-Treble_Clef.mscx
-%%DATADIR%%/templates/01-General/01-Treble_Clef/META-INF/container.xml
-%%DATADIR%%/templates/01-General/01-Treble_Clef/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/01-General/01-Treble_Clef/audiosettings.json
+%%DATADIR%%/templates/01-General/01-Treble_Clef/META-INF/container.xml
 %%DATADIR%%/templates/01-General/01-Treble_Clef/score_style.mss
+%%DATADIR%%/templates/01-General/01-Treble_Clef/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/01-General/01-Treble_Clef/viewsettings.json
 %%DATADIR%%/templates/01-General/02-Bass_Clef/02-Bass_Clef.mscx
-%%DATADIR%%/templates/01-General/02-Bass_Clef/META-INF/container.xml
-%%DATADIR%%/templates/01-General/02-Bass_Clef/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/01-General/02-Bass_Clef/audiosettings.json
+%%DATADIR%%/templates/01-General/02-Bass_Clef/META-INF/container.xml
 %%DATADIR%%/templates/01-General/02-Bass_Clef/score_style.mss
+%%DATADIR%%/templates/01-General/02-Bass_Clef/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/01-General/02-Bass_Clef/viewsettings.json
 %%DATADIR%%/templates/01-General/03-Grand_Staff/03-Grand_Staff.mscx
-%%DATADIR%%/templates/01-General/03-Grand_Staff/META-INF/container.xml
-%%DATADIR%%/templates/01-General/03-Grand_Staff/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/01-General/03-Grand_Staff/audiosettings.json
+%%DATADIR%%/templates/01-General/03-Grand_Staff/META-INF/container.xml
 %%DATADIR%%/templates/01-General/03-Grand_Staff/score_style.mss
+%%DATADIR%%/templates/01-General/03-Grand_Staff/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/01-General/03-Grand_Staff/viewsettings.json
 %%DATADIR%%/templates/02-Choral/01-SATB/01-SATB.mscx
-%%DATADIR%%/templates/02-Choral/01-SATB/META-INF/container.xml
-%%DATADIR%%/templates/02-Choral/01-SATB/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/02-Choral/01-SATB/audiosettings.json
+%%DATADIR%%/templates/02-Choral/01-SATB/META-INF/container.xml
 %%DATADIR%%/templates/02-Choral/01-SATB/score_style.mss
+%%DATADIR%%/templates/02-Choral/01-SATB/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/02-Choral/01-SATB/viewsettings.json
 %%DATADIR%%/templates/02-Choral/02-SATB_+_Organ/02-SATB_+_Organ.mscx
-%%DATADIR%%/templates/02-Choral/02-SATB_+_Organ/META-INF/container.xml
-%%DATADIR%%/templates/02-Choral/02-SATB_+_Organ/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/02-Choral/02-SATB_+_Organ/audiosettings.json
+%%DATADIR%%/templates/02-Choral/02-SATB_+_Organ/META-INF/container.xml
 %%DATADIR%%/templates/02-Choral/02-SATB_+_Organ/score_style.mss
+%%DATADIR%%/templates/02-Choral/02-SATB_+_Organ/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/02-Choral/02-SATB_+_Organ/viewsettings.json
 %%DATADIR%%/templates/02-Choral/03-SATB_+_Piano/03-SATB_+_Piano.mscx
-%%DATADIR%%/templates/02-Choral/03-SATB_+_Piano/META-INF/container.xml
-%%DATADIR%%/templates/02-Choral/03-SATB_+_Piano/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/02-Choral/03-SATB_+_Piano/audiosettings.json
+%%DATADIR%%/templates/02-Choral/03-SATB_+_Piano/META-INF/container.xml
 %%DATADIR%%/templates/02-Choral/03-SATB_+_Piano/score_style.mss
+%%DATADIR%%/templates/02-Choral/03-SATB_+_Piano/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/02-Choral/03-SATB_+_Piano/viewsettings.json
 %%DATADIR%%/templates/02-Choral/04-SATB_Closed_Score/04-SATB_Closed_Score.mscx
-%%DATADIR%%/templates/02-Choral/04-SATB_Closed_Score/META-INF/container.xml
-%%DATADIR%%/templates/02-Choral/04-SATB_Closed_Score/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/02-Choral/04-SATB_Closed_Score/audiosettings.json
+%%DATADIR%%/templates/02-Choral/04-SATB_Closed_Score/META-INF/container.xml
 %%DATADIR%%/templates/02-Choral/04-SATB_Closed_Score/score_style.mss
+%%DATADIR%%/templates/02-Choral/04-SATB_Closed_Score/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/02-Choral/04-SATB_Closed_Score/viewsettings.json
 %%DATADIR%%/templates/02-Choral/05-SATB_Closed_Score_+_Organ/05-SATB_Closed_Score_+_Organ.mscx
-%%DATADIR%%/templates/02-Choral/05-SATB_Closed_Score_+_Organ/META-INF/container.xml
-%%DATADIR%%/templates/02-Choral/05-SATB_Closed_Score_+_Organ/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/02-Choral/05-SATB_Closed_Score_+_Organ/audiosettings.json
+%%DATADIR%%/templates/02-Choral/05-SATB_Closed_Score_+_Organ/META-INF/container.xml
 %%DATADIR%%/templates/02-Choral/05-SATB_Closed_Score_+_Organ/score_style.mss
+%%DATADIR%%/templates/02-Choral/05-SATB_Closed_Score_+_Organ/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/02-Choral/05-SATB_Closed_Score_+_Organ/viewsettings.json
 %%DATADIR%%/templates/02-Choral/06-SATB_Closed_Score_+_Piano/06-SATB_Closed_Score_+_Piano.mscx
-%%DATADIR%%/templates/02-Choral/06-SATB_Closed_Score_+_Piano/META-INF/container.xml
-%%DATADIR%%/templates/02-Choral/06-SATB_Closed_Score_+_Piano/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/02-Choral/06-SATB_Closed_Score_+_Piano/audiosettings.json
+%%DATADIR%%/templates/02-Choral/06-SATB_Closed_Score_+_Piano/META-INF/container.xml
 %%DATADIR%%/templates/02-Choral/06-SATB_Closed_Score_+_Piano/score_style.mss
+%%DATADIR%%/templates/02-Choral/06-SATB_Closed_Score_+_Piano/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/02-Choral/06-SATB_Closed_Score_+_Piano/viewsettings.json
 %%DATADIR%%/templates/02-Choral/07-Voice_+_Piano/07-Voice_+_Piano.mscx
-%%DATADIR%%/templates/02-Choral/07-Voice_+_Piano/META-INF/container.xml
-%%DATADIR%%/templates/02-Choral/07-Voice_+_Piano/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/02-Choral/07-Voice_+_Piano/audiosettings.json
+%%DATADIR%%/templates/02-Choral/07-Voice_+_Piano/META-INF/container.xml
 %%DATADIR%%/templates/02-Choral/07-Voice_+_Piano/score_style.mss
+%%DATADIR%%/templates/02-Choral/07-Voice_+_Piano/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/02-Choral/07-Voice_+_Piano/viewsettings.json
 %%DATADIR%%/templates/02-Choral/08-Barbershop_Quartet_(Men)/08-Barbershop_Quartet_(Men).mscx
-%%DATADIR%%/templates/02-Choral/08-Barbershop_Quartet_(Men)/META-INF/container.xml
-%%DATADIR%%/templates/02-Choral/08-Barbershop_Quartet_(Men)/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/02-Choral/08-Barbershop_Quartet_(Men)/audiosettings.json
+%%DATADIR%%/templates/02-Choral/08-Barbershop_Quartet_(Men)/META-INF/container.xml
 %%DATADIR%%/templates/02-Choral/08-Barbershop_Quartet_(Men)/score_style.mss
+%%DATADIR%%/templates/02-Choral/08-Barbershop_Quartet_(Men)/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/02-Choral/08-Barbershop_Quartet_(Men)/viewsettings.json
 %%DATADIR%%/templates/02-Choral/09-Barbershop_Quartet_(Women)/09-Barbershop_Quartet_(Women).mscx
-%%DATADIR%%/templates/02-Choral/09-Barbershop_Quartet_(Women)/META-INF/container.xml
-%%DATADIR%%/templates/02-Choral/09-Barbershop_Quartet_(Women)/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/02-Choral/09-Barbershop_Quartet_(Women)/audiosettings.json
+%%DATADIR%%/templates/02-Choral/09-Barbershop_Quartet_(Women)/META-INF/container.xml
 %%DATADIR%%/templates/02-Choral/09-Barbershop_Quartet_(Women)/score_style.mss
+%%DATADIR%%/templates/02-Choral/09-Barbershop_Quartet_(Women)/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/02-Choral/09-Barbershop_Quartet_(Women)/viewsettings.json
 %%DATADIR%%/templates/02-Choral/10-Liturgical_Unmetrical/10-Liturgical_Unmetrical.mscx
-%%DATADIR%%/templates/02-Choral/10-Liturgical_Unmetrical/META-INF/container.xml
-%%DATADIR%%/templates/02-Choral/10-Liturgical_Unmetrical/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/02-Choral/10-Liturgical_Unmetrical/audiosettings.json
+%%DATADIR%%/templates/02-Choral/10-Liturgical_Unmetrical/META-INF/container.xml
 %%DATADIR%%/templates/02-Choral/10-Liturgical_Unmetrical/score_style.mss
+%%DATADIR%%/templates/02-Choral/10-Liturgical_Unmetrical/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/02-Choral/10-Liturgical_Unmetrical/viewsettings.json
 %%DATADIR%%/templates/02-Choral/11-Liturgical_Unmetrical_+_Organ/11-Liturgical_Unmetrical_+_Organ.mscx
-%%DATADIR%%/templates/02-Choral/11-Liturgical_Unmetrical_+_Organ/META-INF/container.xml
-%%DATADIR%%/templates/02-Choral/11-Liturgical_Unmetrical_+_Organ/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/02-Choral/11-Liturgical_Unmetrical_+_Organ/audiosettings.json
+%%DATADIR%%/templates/02-Choral/11-Liturgical_Unmetrical_+_Organ/META-INF/container.xml
 %%DATADIR%%/templates/02-Choral/11-Liturgical_Unmetrical_+_Organ/score_style.mss
+%%DATADIR%%/templates/02-Choral/11-Liturgical_Unmetrical_+_Organ/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/02-Choral/11-Liturgical_Unmetrical_+_Organ/viewsettings.json
 %%DATADIR%%/templates/03-Chamber_Music/01-String_Quartet/01-String_Quartet.mscx
-%%DATADIR%%/templates/03-Chamber_Music/01-String_Quartet/META-INF/container.xml
-%%DATADIR%%/templates/03-Chamber_Music/01-String_Quartet/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/03-Chamber_Music/01-String_Quartet/audiosettings.json
+%%DATADIR%%/templates/03-Chamber_Music/01-String_Quartet/META-INF/container.xml
 %%DATADIR%%/templates/03-Chamber_Music/01-String_Quartet/score_style.mss
+%%DATADIR%%/templates/03-Chamber_Music/01-String_Quartet/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/03-Chamber_Music/01-String_Quartet/viewsettings.json
 %%DATADIR%%/templates/03-Chamber_Music/02-Wind_Quartet/02-Wind_Quartet.mscx
-%%DATADIR%%/templates/03-Chamber_Music/02-Wind_Quartet/META-INF/container.xml
-%%DATADIR%%/templates/03-Chamber_Music/02-Wind_Quartet/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/03-Chamber_Music/02-Wind_Quartet/audiosettings.json
+%%DATADIR%%/templates/03-Chamber_Music/02-Wind_Quartet/META-INF/container.xml
 %%DATADIR%%/templates/03-Chamber_Music/02-Wind_Quartet/score_style.mss
+%%DATADIR%%/templates/03-Chamber_Music/02-Wind_Quartet/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/03-Chamber_Music/02-Wind_Quartet/viewsettings.json
 %%DATADIR%%/templates/03-Chamber_Music/03-Wind_Quintet/03-Wind_Quintet.mscx
-%%DATADIR%%/templates/03-Chamber_Music/03-Wind_Quintet/META-INF/container.xml
-%%DATADIR%%/templates/03-Chamber_Music/03-Wind_Quintet/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/03-Chamber_Music/03-Wind_Quintet/audiosettings.json
+%%DATADIR%%/templates/03-Chamber_Music/03-Wind_Quintet/META-INF/container.xml
 %%DATADIR%%/templates/03-Chamber_Music/03-Wind_Quintet/score_style.mss
+%%DATADIR%%/templates/03-Chamber_Music/03-Wind_Quintet/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/03-Chamber_Music/03-Wind_Quintet/viewsettings.json
 %%DATADIR%%/templates/03-Chamber_Music/04-Saxophone_Quartet/04-Saxophone_Quartet.mscx
-%%DATADIR%%/templates/03-Chamber_Music/04-Saxophone_Quartet/META-INF/container.xml
-%%DATADIR%%/templates/03-Chamber_Music/04-Saxophone_Quartet/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/03-Chamber_Music/04-Saxophone_Quartet/audiosettings.json
+%%DATADIR%%/templates/03-Chamber_Music/04-Saxophone_Quartet/META-INF/container.xml
 %%DATADIR%%/templates/03-Chamber_Music/04-Saxophone_Quartet/score_style.mss
+%%DATADIR%%/templates/03-Chamber_Music/04-Saxophone_Quartet/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/03-Chamber_Music/04-Saxophone_Quartet/viewsettings.json
 %%DATADIR%%/templates/03-Chamber_Music/05-Brass_Quartet/05-Brass_Quartet.mscx
-%%DATADIR%%/templates/03-Chamber_Music/05-Brass_Quartet/META-INF/container.xml
-%%DATADIR%%/templates/03-Chamber_Music/05-Brass_Quartet/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/03-Chamber_Music/05-Brass_Quartet/audiosettings.json
+%%DATADIR%%/templates/03-Chamber_Music/05-Brass_Quartet/META-INF/container.xml
 %%DATADIR%%/templates/03-Chamber_Music/05-Brass_Quartet/score_style.mss
+%%DATADIR%%/templates/03-Chamber_Music/05-Brass_Quartet/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/03-Chamber_Music/05-Brass_Quartet/viewsettings.json
 %%DATADIR%%/templates/03-Chamber_Music/06-Brass_Quintet/06-Brass_Quintet.mscx
-%%DATADIR%%/templates/03-Chamber_Music/06-Brass_Quintet/META-INF/container.xml
-%%DATADIR%%/templates/03-Chamber_Music/06-Brass_Quintet/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/03-Chamber_Music/06-Brass_Quintet/audiosettings.json
+%%DATADIR%%/templates/03-Chamber_Music/06-Brass_Quintet/META-INF/container.xml
 %%DATADIR%%/templates/03-Chamber_Music/06-Brass_Quintet/score_style.mss
+%%DATADIR%%/templates/03-Chamber_Music/06-Brass_Quintet/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/03-Chamber_Music/06-Brass_Quintet/viewsettings.json
 %%DATADIR%%/templates/04-Solo/01-Guitar/01-Guitar.mscx
-%%DATADIR%%/templates/04-Solo/01-Guitar/META-INF/container.xml
-%%DATADIR%%/templates/04-Solo/01-Guitar/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/04-Solo/01-Guitar/audiosettings.json
+%%DATADIR%%/templates/04-Solo/01-Guitar/META-INF/container.xml
 %%DATADIR%%/templates/04-Solo/01-Guitar/score_style.mss
+%%DATADIR%%/templates/04-Solo/01-Guitar/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/04-Solo/01-Guitar/viewsettings.json
 %%DATADIR%%/templates/04-Solo/02-Guitar_+_Tablature/02-Guitar_+_Tablature.mscx
-%%DATADIR%%/templates/04-Solo/02-Guitar_+_Tablature/META-INF/container.xml
-%%DATADIR%%/templates/04-Solo/02-Guitar_+_Tablature/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/04-Solo/02-Guitar_+_Tablature/audiosettings.json
+%%DATADIR%%/templates/04-Solo/02-Guitar_+_Tablature/META-INF/container.xml
 %%DATADIR%%/templates/04-Solo/02-Guitar_+_Tablature/score_style.mss
+%%DATADIR%%/templates/04-Solo/02-Guitar_+_Tablature/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/04-Solo/02-Guitar_+_Tablature/viewsettings.json
 %%DATADIR%%/templates/04-Solo/03-Guitar_Tablature/03-Guitar_Tablature.mscx
-%%DATADIR%%/templates/04-Solo/03-Guitar_Tablature/META-INF/container.xml
-%%DATADIR%%/templates/04-Solo/03-Guitar_Tablature/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/04-Solo/03-Guitar_Tablature/audiosettings.json
+%%DATADIR%%/templates/04-Solo/03-Guitar_Tablature/META-INF/container.xml
 %%DATADIR%%/templates/04-Solo/03-Guitar_Tablature/score_style.mss
+%%DATADIR%%/templates/04-Solo/03-Guitar_Tablature/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/04-Solo/03-Guitar_Tablature/viewsettings.json
 %%DATADIR%%/templates/04-Solo/04-Piano/04-Piano.mscx
-%%DATADIR%%/templates/04-Solo/04-Piano/META-INF/container.xml
-%%DATADIR%%/templates/04-Solo/04-Piano/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/04-Solo/04-Piano/audiosettings.json
+%%DATADIR%%/templates/04-Solo/04-Piano/META-INF/container.xml
 %%DATADIR%%/templates/04-Solo/04-Piano/score_style.mss
+%%DATADIR%%/templates/04-Solo/04-Piano/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/04-Solo/04-Piano/viewsettings.json
 %%DATADIR%%/templates/05-Jazz/01-Jazz_Lead_Sheet/01-Jazz_Lead_Sheet.mscx
-%%DATADIR%%/templates/05-Jazz/01-Jazz_Lead_Sheet/META-INF/container.xml
-%%DATADIR%%/templates/05-Jazz/01-Jazz_Lead_Sheet/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/05-Jazz/01-Jazz_Lead_Sheet/audiosettings.json
+%%DATADIR%%/templates/05-Jazz/01-Jazz_Lead_Sheet/META-INF/container.xml
 %%DATADIR%%/templates/05-Jazz/01-Jazz_Lead_Sheet/score_style.mss
+%%DATADIR%%/templates/05-Jazz/01-Jazz_Lead_Sheet/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/05-Jazz/01-Jazz_Lead_Sheet/viewsettings.json
 %%DATADIR%%/templates/05-Jazz/02-Big_Band/02-Big_Band.mscx
-%%DATADIR%%/templates/05-Jazz/02-Big_Band/META-INF/container.xml
-%%DATADIR%%/templates/05-Jazz/02-Big_Band/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/05-Jazz/02-Big_Band/audiosettings.json
+%%DATADIR%%/templates/05-Jazz/02-Big_Band/META-INF/container.xml
 %%DATADIR%%/templates/05-Jazz/02-Big_Band/score_style.mss
+%%DATADIR%%/templates/05-Jazz/02-Big_Band/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/05-Jazz/02-Big_Band/viewsettings.json
 %%DATADIR%%/templates/05-Jazz/03-Jazz_Combo/03-Jazz_Combo.mscx
-%%DATADIR%%/templates/05-Jazz/03-Jazz_Combo/META-INF/container.xml
-%%DATADIR%%/templates/05-Jazz/03-Jazz_Combo/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/05-Jazz/03-Jazz_Combo/audiosettings.json
+%%DATADIR%%/templates/05-Jazz/03-Jazz_Combo/META-INF/container.xml
 %%DATADIR%%/templates/05-Jazz/03-Jazz_Combo/score_style.mss
+%%DATADIR%%/templates/05-Jazz/03-Jazz_Combo/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/05-Jazz/03-Jazz_Combo/viewsettings.json
 %%DATADIR%%/templates/06-Popular/01-Rock_Band/01-Rock_Band.mscx
-%%DATADIR%%/templates/06-Popular/01-Rock_Band/META-INF/container.xml
-%%DATADIR%%/templates/06-Popular/01-Rock_Band/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/06-Popular/01-Rock_Band/audiosettings.json
+%%DATADIR%%/templates/06-Popular/01-Rock_Band/META-INF/container.xml
 %%DATADIR%%/templates/06-Popular/01-Rock_Band/score_style.mss
+%%DATADIR%%/templates/06-Popular/01-Rock_Band/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/06-Popular/01-Rock_Band/viewsettings.json
 %%DATADIR%%/templates/06-Popular/02-Bluegrass_Band/02-Bluegrass_Band.mscx
-%%DATADIR%%/templates/06-Popular/02-Bluegrass_Band/META-INF/container.xml
-%%DATADIR%%/templates/06-Popular/02-Bluegrass_Band/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/06-Popular/02-Bluegrass_Band/audiosettings.json
+%%DATADIR%%/templates/06-Popular/02-Bluegrass_Band/META-INF/container.xml
 %%DATADIR%%/templates/06-Popular/02-Bluegrass_Band/score_style.mss
+%%DATADIR%%/templates/06-Popular/02-Bluegrass_Band/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/06-Popular/02-Bluegrass_Band/viewsettings.json
 %%DATADIR%%/templates/07-Band_and_Percussion/01-Concert_Band/01-Concert_Band.mscx
-%%DATADIR%%/templates/07-Band_and_Percussion/01-Concert_Band/META-INF/container.xml
-%%DATADIR%%/templates/07-Band_and_Percussion/01-Concert_Band/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/07-Band_and_Percussion/01-Concert_Band/audiosettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/01-Concert_Band/META-INF/container.xml
 %%DATADIR%%/templates/07-Band_and_Percussion/01-Concert_Band/score_style.mss
+%%DATADIR%%/templates/07-Band_and_Percussion/01-Concert_Band/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/07-Band_and_Percussion/01-Concert_Band/viewsettings.json
 %%DATADIR%%/templates/07-Band_and_Percussion/02-Small_Concert_Band/02-Small_Concert_Band.mscx
-%%DATADIR%%/templates/07-Band_and_Percussion/02-Small_Concert_Band/META-INF/container.xml
-%%DATADIR%%/templates/07-Band_and_Percussion/02-Small_Concert_Band/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/07-Band_and_Percussion/02-Small_Concert_Band/audiosettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/02-Small_Concert_Band/META-INF/container.xml
 %%DATADIR%%/templates/07-Band_and_Percussion/02-Small_Concert_Band/score_style.mss
+%%DATADIR%%/templates/07-Band_and_Percussion/02-Small_Concert_Band/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/07-Band_and_Percussion/02-Small_Concert_Band/viewsettings.json
 %%DATADIR%%/templates/07-Band_and_Percussion/03-Brass_Band/03-Brass_Band.mscx
-%%DATADIR%%/templates/07-Band_and_Percussion/03-Brass_Band/META-INF/container.xml
-%%DATADIR%%/templates/07-Band_and_Percussion/03-Brass_Band/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/07-Band_and_Percussion/03-Brass_Band/audiosettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/03-Brass_Band/META-INF/container.xml
 %%DATADIR%%/templates/07-Band_and_Percussion/03-Brass_Band/score_style.mss
+%%DATADIR%%/templates/07-Band_and_Percussion/03-Brass_Band/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/07-Band_and_Percussion/03-Brass_Band/viewsettings.json
 %%DATADIR%%/templates/07-Band_and_Percussion/04-Marching_Band/04-Marching_Band.mscx
-%%DATADIR%%/templates/07-Band_and_Percussion/04-Marching_Band/META-INF/container.xml
-%%DATADIR%%/templates/07-Band_and_Percussion/04-Marching_Band/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/07-Band_and_Percussion/04-Marching_Band/audiosettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/04-Marching_Band/META-INF/container.xml
 %%DATADIR%%/templates/07-Band_and_Percussion/04-Marching_Band/score_style.mss
+%%DATADIR%%/templates/07-Band_and_Percussion/04-Marching_Band/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/07-Band_and_Percussion/04-Marching_Band/viewsettings.json
 %%DATADIR%%/templates/07-Band_and_Percussion/05-Small_Marching_Band/05-Small_Marching_Band.mscx
-%%DATADIR%%/templates/07-Band_and_Percussion/05-Small_Marching_Band/META-INF/container.xml
-%%DATADIR%%/templates/07-Band_and_Percussion/05-Small_Marching_Band/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/07-Band_and_Percussion/05-Small_Marching_Band/audiosettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/05-Small_Marching_Band/META-INF/container.xml
 %%DATADIR%%/templates/07-Band_and_Percussion/05-Small_Marching_Band/score_style.mss
+%%DATADIR%%/templates/07-Band_and_Percussion/05-Small_Marching_Band/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/07-Band_and_Percussion/05-Small_Marching_Band/viewsettings.json
 %%DATADIR%%/templates/07-Band_and_Percussion/06-Battery_Percussion/06-Battery_Percussion.mscx
-%%DATADIR%%/templates/07-Band_and_Percussion/06-Battery_Percussion/META-INF/container.xml
-%%DATADIR%%/templates/07-Band_and_Percussion/06-Battery_Percussion/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/07-Band_and_Percussion/06-Battery_Percussion/audiosettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/06-Battery_Percussion/META-INF/container.xml
 %%DATADIR%%/templates/07-Band_and_Percussion/06-Battery_Percussion/score_style.mss
+%%DATADIR%%/templates/07-Band_and_Percussion/06-Battery_Percussion/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/07-Band_and_Percussion/06-Battery_Percussion/viewsettings.json
 %%DATADIR%%/templates/07-Band_and_Percussion/07-Large_Pit_Percussion/07-Large_Pit_Percussion.mscx
-%%DATADIR%%/templates/07-Band_and_Percussion/07-Large_Pit_Percussion/META-INF/container.xml
-%%DATADIR%%/templates/07-Band_and_Percussion/07-Large_Pit_Percussion/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/07-Band_and_Percussion/07-Large_Pit_Percussion/audiosettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/07-Large_Pit_Percussion/META-INF/container.xml
 %%DATADIR%%/templates/07-Band_and_Percussion/07-Large_Pit_Percussion/score_style.mss
+%%DATADIR%%/templates/07-Band_and_Percussion/07-Large_Pit_Percussion/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/07-Band_and_Percussion/07-Large_Pit_Percussion/viewsettings.json
 %%DATADIR%%/templates/07-Band_and_Percussion/08-Small_Pit_Percussion/08-Small_Pit_Percussion.mscx
-%%DATADIR%%/templates/07-Band_and_Percussion/08-Small_Pit_Percussion/META-INF/container.xml
-%%DATADIR%%/templates/07-Band_and_Percussion/08-Small_Pit_Percussion/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/07-Band_and_Percussion/08-Small_Pit_Percussion/audiosettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/08-Small_Pit_Percussion/META-INF/container.xml
 %%DATADIR%%/templates/07-Band_and_Percussion/08-Small_Pit_Percussion/score_style.mss
+%%DATADIR%%/templates/07-Band_and_Percussion/08-Small_Pit_Percussion/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/07-Band_and_Percussion/08-Small_Pit_Percussion/viewsettings.json
 %%DATADIR%%/templates/07-Band_and_Percussion/09-European_Concert_Band/09-European_Concert_Band.mscx
-%%DATADIR%%/templates/07-Band_and_Percussion/09-European_Concert_Band/META-INF/container.xml
-%%DATADIR%%/templates/07-Band_and_Percussion/09-European_Concert_Band/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/07-Band_and_Percussion/09-European_Concert_Band/audiosettings.json
+%%DATADIR%%/templates/07-Band_and_Percussion/09-European_Concert_Band/META-INF/container.xml
 %%DATADIR%%/templates/07-Band_and_Percussion/09-European_Concert_Band/score_style.mss
+%%DATADIR%%/templates/07-Band_and_Percussion/09-European_Concert_Band/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/07-Band_and_Percussion/09-European_Concert_Band/viewsettings.json
 %%DATADIR%%/templates/08-Orchestral/01-Classical_Orchestra/01-Classical_Orchestra.mscx
-%%DATADIR%%/templates/08-Orchestral/01-Classical_Orchestra/META-INF/container.xml
-%%DATADIR%%/templates/08-Orchestral/01-Classical_Orchestra/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/08-Orchestral/01-Classical_Orchestra/audiosettings.json
+%%DATADIR%%/templates/08-Orchestral/01-Classical_Orchestra/META-INF/container.xml
 %%DATADIR%%/templates/08-Orchestral/01-Classical_Orchestra/score_style.mss
+%%DATADIR%%/templates/08-Orchestral/01-Classical_Orchestra/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/08-Orchestral/01-Classical_Orchestra/viewsettings.json
 %%DATADIR%%/templates/08-Orchestral/02-Symphony_Orchestra/02-Symphony_Orchestra.mscx
-%%DATADIR%%/templates/08-Orchestral/02-Symphony_Orchestra/META-INF/container.xml
-%%DATADIR%%/templates/08-Orchestral/02-Symphony_Orchestra/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/08-Orchestral/02-Symphony_Orchestra/audiosettings.json
+%%DATADIR%%/templates/08-Orchestral/02-Symphony_Orchestra/META-INF/container.xml
 %%DATADIR%%/templates/08-Orchestral/02-Symphony_Orchestra/score_style.mss
+%%DATADIR%%/templates/08-Orchestral/02-Symphony_Orchestra/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/08-Orchestral/02-Symphony_Orchestra/viewsettings.json
 %%DATADIR%%/templates/08-Orchestral/03-String_Orchestra/03-String_Orchestra.mscx
-%%DATADIR%%/templates/08-Orchestral/03-String_Orchestra/META-INF/container.xml
-%%DATADIR%%/templates/08-Orchestral/03-String_Orchestra/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/08-Orchestral/03-String_Orchestra/audiosettings.json
+%%DATADIR%%/templates/08-Orchestral/03-String_Orchestra/META-INF/container.xml
 %%DATADIR%%/templates/08-Orchestral/03-String_Orchestra/score_style.mss
+%%DATADIR%%/templates/08-Orchestral/03-String_Orchestra/Thumbnails/thumbnail.png
 %%DATADIR%%/templates/08-Orchestral/03-String_Orchestra/viewsettings.json
+%%DATADIR%%/templates/categories.json
+%%DATADIR%%/templates/drumset_fr.drm
 %%DATADIR%%/templates/Marching_Bass_Drums.drm
 %%DATADIR%%/templates/Marching_Cymbals.drm
 %%DATADIR%%/templates/Marching_Snare_Drums.drm
 %%DATADIR%%/templates/Marching_Tenors.drm
 %%DATADIR%%/templates/My_First_Score.mscx
-%%DATADIR%%/templates/categories.json
-%%DATADIR%%/templates/drumset_fr.drm
 %%DATADIR%%/templates/orchestral.drm
 %%DATADIR%%/wallpapers/background1.png
 %%DATADIR%%/wallpapers/paper1.png


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a2dd505.3ea48.4d7d595>