diff --git a/audio/musescore/Makefile b/audio/musescore/Makefile index 439eab86a158..97c44adbacbe 100644 --- a/audio/musescore/Makefile +++ b/audio/musescore/Makefile @@ -1,65 +1,65 @@ PORTNAME= ${GH_PROJECT:tl} DISTVERSIONPREFIX= v -DISTVERSION= 4.1.1 +DISTVERSION= 4.2.1 CATEGORIES= audio MAINTAINER= adridg@FreeBSD.org COMMENT= Free music composition & notation software WWW= https://musescore.org/ -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE.GPL +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt -LIB_DEPENDS= libmp3lame.so:audio/lame \ - libsndfile.so:audio/libsndfile \ - libvorbis.so:audio/libvorbis \ - libogg.so:audio/libogg \ +LIB_DEPENDS= libsndfile.so:audio/libsndfile \ libasound.so:audio/alsa-lib \ - libasound_module_pcm_oss.so:audio/alsa-plugins \ - libfreetype.so:print/freetype2 + libasound_module_pcm_oss.so:audio/alsa-plugins -USES= cmake compiler:c++11-lib localbase \ - pkgconfig qt:5 +USES= cmake compiler:c++11-lib desktop-file-utils localbase \ + pkgconfig qt:5 shared-mime-info USE_QT= concurrent core dbus declarative designer graphicaleffects gui \ - help location network networkauth opengl printsupport \ - quickcontrols quickcontrols2 scripttools sql svg testlib \ - webchannel widgets x11extras xml xmlpatterns \ - buildtools:build linguisttools:build qmake:build uitools:build + network networkauth opengl printsupport \ + quickcontrols quickcontrols2 svg \ + widgets x11extras xml xmlpatterns \ + buildtools:build linguisttools:build qmake:build testlib:build \ + uitools:build USE_GITHUB= yes GH_PROJECT= MuseScore # Each release gets a subdir containing the distfiles for that release, # so hope that scanning the parent dir finds new ones. # # Note needs PORTVERSION:R once there is a .minor version DATADIR= ${PREFIX}/share/mscore-${PORTVERSION:R} CMAKE_OFF= MUE_BUILD_CRASHPAD_CLIENT \ MUE_COMPILE_USE_PCH CMAKE_BUILD_TYPE= release post-stage: find ${STAGEDIR}${PREFIX}/lib -name '*.a' -delete # static libs from gtest find ${STAGEDIR}${PREFIX}/lib/cmake -name '*.cmake' -delete # cmake configuration for kddockwidget find ${STAGEDIR}${PREFIX}/include -name '*.h' -delete # headers for gtest, dockwidgets find ${STAGEDIR}${PREFIX}/include -name 'README.md' -delete # readmes from gtest find ${STAGEDIR}${PREFIX}/libdata -name '*.pc' -delete # pkgconfig from gtest rmdir \ ${STAGEDIR}${PREFIX}/include/gmock/internal/custom \ ${STAGEDIR}${PREFIX}/include/gmock/internal \ ${STAGEDIR}${PREFIX}/include/gmock \ ${STAGEDIR}${PREFIX}/include/gtest/internal/custom \ ${STAGEDIR}${PREFIX}/include/gtest/internal \ ${STAGEDIR}${PREFIX}/include/gtest \ ${STAGEDIR}${PREFIX}/include/kddockwidgets/private/indicators \ ${STAGEDIR}${PREFIX}/include/kddockwidgets/private/multisplitter \ ${STAGEDIR}${PREFIX}/include/kddockwidgets/private/quick \ ${STAGEDIR}${PREFIX}/include/kddockwidgets/private \ ${STAGEDIR}${PREFIX}/include/kddockwidgets \ ${STAGEDIR}${PREFIX}/include/opus \ ${STAGEDIR}${PREFIX}/lib/cmake/GTest \ ${STAGEDIR}${PREFIX}/lib/cmake/KDDockWidgets \ ${STAGEDIR}${PREFIX}/lib/cmake + ${INSTALL_DATA} ${FILESDIR}/mscore.desktop ${STAGEDIR}${PREFIX}/share/applications/ + ${INSTALL_DATA} ${WRKSRC}/share/icons/AppIcon/MS4_AppIcon_48x48.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/mscore.png + .include diff --git a/audio/musescore/distinfo b/audio/musescore/distinfo index 2116ae3f6857..3dd42479163c 100644 --- a/audio/musescore/distinfo +++ b/audio/musescore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1694947674 -SHA256 (musescore-MuseScore-v4.1.1_GH0.tar.gz) = 3e53ce88b98c08422c8f8dc8c71c6e31d1038c2b263649f6647de6fa4269ce9b -SIZE (musescore-MuseScore-v4.1.1_GH0.tar.gz) = 131007032 +TIMESTAMP = 1707166162 +SHA256 (musescore-MuseScore-v4.2.1_GH0.tar.gz) = 9636b303afdb44228dc6d64dbc14773b60840dec7225602d79b126d97f555680 +SIZE (musescore-MuseScore-v4.2.1_GH0.tar.gz) = 136655690 diff --git a/audio/musescore/files/mscore.desktop b/audio/musescore/files/mscore.desktop new file mode 100644 index 000000000000..fa147186e624 --- /dev/null +++ b/audio/musescore/files/mscore.desktop @@ -0,0 +1,19 @@ +[Desktop Entry] +Version=1.0 +Name=MuseScore 4.2 +GenericName=Music notation +GenericName[de]=Notensatz +GenericName[fr]=Notation musicale +Comment=Create, play and print sheet music +Comment[ru]=Визуальный редактор нотных партитур +Comment[fr]=Gravure de partitions musicales +Exec=mscore %F +Icon=mscore +StartupNotify=true +StartupWMClass=mscore +Terminal=false +Type=Application +Categories=Qt;Audio;Sequencer;Midi;AudioVideoEditing;Music;AudioVideo; +Keywords=music;notation;composition;composing;arranging;making;sheet music;music notation software;lead sheet;leadsheet;score;full score;scorewriter;MIDI;musicxml;playback;instrument; +Keywords[de]=Musik;Noten;Musiknoten;Komposition;Komponieren;Arrangieren;Notenblatt;Notenblätter;Notationsprogramm;Musiknotationsprogramm;Musiknotation;Tabulatur;MIDI;musicxml;Instrument; +MimeType=application/x-musescore;application/x-musescore+xml;application/vnd.recordare.musicxml;application/vnd.recordare.musicxml+xml;audio/midi;application/x-bww;application/x-biab;application/x-capella;audio/x-gtp;application/x-musedata;application/x-overture;audio/x-ptb;application/x-sf2;application/x-sf3; diff --git a/audio/musescore/files/patch-CMakeLists.txt b/audio/musescore/files/patch-CMakeLists.txt index b8b623e3141f..c5d6bebc1720 100644 --- a/audio/musescore/files/patch-CMakeLists.txt +++ b/audio/musescore/files/patch-CMakeLists.txt @@ -1,11 +1,11 @@ ---- CMakeLists.txt.orig 2023-07-11 13:58:04.000000000 +0000 -+++ CMakeLists.txt 2023-07-26 01:16:10.541419000 +0000 -@@ -46,7 +46,7 @@ +--- CMakeLists.txt.orig 2024-01-23 09:35:14 UTC ++++ CMakeLists.txt +@@ -48,7 +48,7 @@ set(MUSESCORE_BUILD_CONFIGURATION "app" CACHE STRING " # - vtest - for visual tests (for CI) # - utest - for unit tests (for CI) -set(MUSESCORE_BUILD_MODE "dev" CACHE STRING "Build mode") +set(MUSESCORE_BUILD_MODE "release" CACHE STRING "Build mode") # Possible MUSESCORE_BUILD_MODE values: # - dev - for development/nightly builds # - testing - for testing versions (alpha, beta, RC) diff --git a/audio/musescore/files/patch-build_cmake_GetPlatformInfo.cmake b/audio/musescore/files/patch-build_cmake_GetPlatformInfo.cmake new file mode 100644 index 000000000000..916fa67f98ae --- /dev/null +++ b/audio/musescore/files/patch-build_cmake_GetPlatformInfo.cmake @@ -0,0 +1,10 @@ +--- build/cmake/GetPlatformInfo.cmake.orig 2024-02-06 21:53:14 UTC ++++ build/cmake/GetPlatformInfo.cmake +@@ -29,6 +29,7 @@ elseif(${CMAKE_HOST_SYSTEM_NAME} MATCHES "Windows") + elseif(${CMAKE_HOST_SYSTEM_NAME} MATCHES "Linux") + set(OS_IS_LIN 1) + elseif(${CMAKE_HOST_SYSTEM_NAME} MATCHES "FreeBSD") ++ set(OS_IS_LIN 1) + set(OS_IS_FBSD 1) + elseif(${CMAKE_HOST_SYSTEM_NAME} MATCHES "Darwin") + set(OS_IS_MAC 1) diff --git a/audio/musescore/files/patch-src_framework_ui_CMakeLists.txt b/audio/musescore/files/patch-src_framework_ui_CMakeLists.txt new file mode 100644 index 000000000000..d120f1ba985d --- /dev/null +++ b/audio/musescore/files/patch-src_framework_ui_CMakeLists.txt @@ -0,0 +1,11 @@ +--- src/framework/ui/CMakeLists.txt.orig 2024-02-08 21:39:07 UTC ++++ src/framework/ui/CMakeLists.txt +@@ -48,6 +48,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 + ) + else() + set(PLATFORM_THEME_SRC diff --git a/audio/musescore/files/patch-src_framework_ui_internal_platform_stub_stubplatformtheme.cpp b/audio/musescore/files/patch-src_framework_ui_internal_platform_stub_stubplatformtheme.cpp new file mode 100644 index 000000000000..39ae4afe33a6 --- /dev/null +++ b/audio/musescore/files/patch-src_framework_ui_internal_platform_stub_stubplatformtheme.cpp @@ -0,0 +1,17 @@ +--- src/framework/ui/internal/platform/stub/stubplatformtheme.cpp.orig 2024-02-08 19:49:06 UTC ++++ src/framework/ui/internal/platform/stub/stubplatformtheme.cpp +@@ -25,6 +25,8 @@ + using namespace mu::ui; + using namespace mu::async; + ++namespace mu::ui { ++StubPlatformTheme::~StubPlatformTheme() = default; + void StubPlatformTheme::startListening() + { + } +@@ -59,4 +61,5 @@ void StubPlatformTheme::applyPlatformStyleOnAppForThem + + void StubPlatformTheme::applyPlatformStyleOnWindowForTheme(QWindow*, const ThemeCode&) + { ++} + } diff --git a/audio/musescore/files/patch-src_framework_ui_internal_platform_stub_stubplatformtheme.h b/audio/musescore/files/patch-src_framework_ui_internal_platform_stub_stubplatformtheme.h new file mode 100644 index 000000000000..fd1127ff7dde --- /dev/null +++ b/audio/musescore/files/patch-src_framework_ui_internal_platform_stub_stubplatformtheme.h @@ -0,0 +1,10 @@ +--- src/framework/ui/internal/platform/stub/stubplatformtheme.h.orig 2024-02-08 19:49:29 UTC ++++ src/framework/ui/internal/platform/stub/stubplatformtheme.h +@@ -29,6 +29,7 @@ namespace mu::ui { + class StubPlatformTheme : public IPlatformTheme + { + public: ++ ~StubPlatformTheme() override; + void startListening() override; + void stopListening() override; + diff --git a/audio/musescore/files/patch-src_importexport_musicxml_internal_musicxml_exportxml.cpp b/audio/musescore/files/patch-src_importexport_musicxml_internal_musicxml_exportxml.cpp new file mode 100644 index 000000000000..0a74b5101d82 --- /dev/null +++ b/audio/musescore/files/patch-src_importexport_musicxml_internal_musicxml_exportxml.cpp @@ -0,0 +1,24 @@ +--- src/importexport/musicxml/internal/musicxml/exportxml.cpp.orig 2024-02-05 22:14:10 UTC ++++ src/importexport/musicxml/internal/musicxml/exportxml.cpp +@@ -3624,8 +3624,8 @@ static void writeBeam(XmlWriter& xml, ChordRest* const + // TODO: correctly handle Beam::Mode::AUTO + // when equivalent to BEGIN32 or BEGIN64 + if ((blp < i && bln >= i) +- || bmc == BeamMode::BEGIN16 && i > 1 +- || bmc == BeamMode::BEGIN32 && i > 2) { ++ || (bmc == BeamMode::BEGIN16 && i > 1) ++ || (bmc == BeamMode::BEGIN32 && i > 2)) { + text = "begin"; + } else if (blp < i && bln < i) { + if (bln > 0) { +@@ -3634,8 +3634,8 @@ static void writeBeam(XmlWriter& xml, ChordRest* const + text = "backward hook"; + } + } else if ((blp >= i && bln < i) +- || bmn == BeamMode::BEGIN16 && i > 1 +- || bmn == BeamMode::BEGIN32 && i > 2) { ++ || (bmn == BeamMode::BEGIN16 && i > 1) ++ || (bmn == BeamMode::BEGIN32 && i > 2)) { + text = "end"; + } else if (blp >= i && bln >= i) { + text = "continue"; diff --git a/audio/musescore/files/patch-src_importexport_musicxml_internal_musicxml_importmxmlpass1.h b/audio/musescore/files/patch-src_importexport_musicxml_internal_musicxml_importmxmlpass1.h new file mode 100644 index 000000000000..981fcbdfce7d --- /dev/null +++ b/audio/musescore/files/patch-src_importexport_musicxml_internal_musicxml_importmxmlpass1.h @@ -0,0 +1,11 @@ +--- src/importexport/musicxml/internal/musicxml/importmxmlpass1.h.orig 2024-02-05 22:17:12 UTC ++++ src/importexport/musicxml/internal/musicxml/importmxmlpass1.h +@@ -179,7 +179,7 @@ class MusicXMLParserPass1 (public) + bool hasBeamingInfo() const { return _hasBeamingInfo; } + bool isVocalStaff(const QString& id) const { return _parts[id].isVocalStaff(); } + static VBox* createAndAddVBoxForCreditWords(Score* const score, const int miny = 0, const int maxy = 75); +- const int maxDiff() { return _maxDiff; } ++ int maxDiff() const { return _maxDiff; } + void insertAdjustedDuration(Fraction key, Fraction value) { _adjustedDurations.insert(key, value); } + QMap& adjustedDurations() { return _adjustedDurations; } + void insertSeenDenominator(int val) { _seenDenominators.emplace(val); } diff --git a/audio/musescore/files/patch-src_importexport_musicxml_internal_musicxml_musicxmlsupport.cpp b/audio/musescore/files/patch-src_importexport_musicxml_internal_musicxml_musicxmlsupport.cpp new file mode 100644 index 000000000000..4e019cc2fc82 --- /dev/null +++ b/audio/musescore/files/patch-src_importexport_musicxml_internal_musicxml_musicxmlsupport.cpp @@ -0,0 +1,11 @@ +--- src/importexport/musicxml/internal/musicxml/musicxmlsupport.cpp.orig 2024-02-05 22:18:41 UTC ++++ src/importexport/musicxml/internal/musicxml/musicxmlsupport.cpp +@@ -34,6 +34,8 @@ + + #include "log.h" + ++#include ++ + using AccidentalType = mu::engraving::AccidentalType; + using SymId = mu::engraving::SymId; + const static QMap smuflAccidentalTypes { diff --git a/audio/musescore/files/patch-src_project_internal_exporttype.cpp b/audio/musescore/files/patch-src_project_internal_exporttype.cpp new file mode 100644 index 000000000000..1034c87b3122 --- /dev/null +++ b/audio/musescore/files/patch-src_project_internal_exporttype.cpp @@ -0,0 +1,11 @@ +--- 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 ++ + 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 new file mode 100644 index 000000000000..7a1328924b72 --- /dev/null +++ b/audio/musescore/files/patch-src_project_internal_exporttype.h @@ -0,0 +1,13 @@ +--- src/project/internal/exporttype.h.orig 2024-01-23 09:35:14 UTC ++++ src/project/internal/exporttype.h +@@ -26,6 +26,10 @@ + + #include "containers.h" + ++#include ++#include ++#include ++ + namespace mu::project { + struct ExportType; + class ExportTypeList : public QList diff --git a/audio/musescore/pkg-plist b/audio/musescore/pkg-plist index afc888604a76..35723dfc6321 100644 --- a/audio/musescore/pkg-plist +++ b/audio/musescore/pkg-plist @@ -1,882 +1,902 @@ bin/mscore -bin/musescore +share/applications/mscore.desktop +share/applications/org.musescore.MuseScore.desktop +share/icons/hicolor/128x128/apps/mscore.png +share/icons/hicolor/16x16/apps/mscore.png +share/icons/hicolor/24x24/apps/mscore.png +share/icons/hicolor/32x32/apps/mscore.png +share/icons/hicolor/48x48/apps/mscore.png +share/icons/hicolor/512x512/apps/mscore.png +share/icons/hicolor/512x512/mimetypes/application-x-musescore+xml.png +share/icons/hicolor/512x512/mimetypes/application-x-musescore.png +share/icons/hicolor/64x64/apps/mscore.png +share/icons/hicolor/96x96/apps/mscore.png +share/man/man1/mscore.1.gz +share/man/man1/musescore.1.gz +share/metainfo/org.musescore.MuseScore.appdata.xml +share/mime/packages/musescore.xml %%DATADIR%%/autobotscripts/TC1.1_CreateSimpleScore.js %%DATADIR%%/autobotscripts/TC1.2_CreateSimpleScoreWithRandomInstruments.js %%DATADIR%%/autobotscripts/TC2_CreateSimpleScoreByTemplate.js %%DATADIR%%/autobotscripts/TC3_UsingNoteInputToolbar.js %%DATADIR%%/autobotscripts/TC4_UsingPalettes.js %%DATADIR%%/autobotscripts/TC5_UsingInstruments.js %%DATADIR%%/autobotscripts/TC6_UsingInspector_Note.js %%DATADIR%%/autobotscripts/TC7_UsingExport.js %%DATADIR%%/autobotscripts/TC8_EngravingText.js %%DATADIR%%/autobotscripts/TC9_BigScore(perfomance).js %%DATADIR%%/autobotscripts/data/Big_Score.mscz %%DATADIR%%/autobotscripts/steps/Inspector.js %%DATADIR%%/autobotscripts/steps/Instruments.js %%DATADIR%%/autobotscripts/steps/Navigation.js %%DATADIR%%/autobotscripts/steps/NewScore.js %%DATADIR%%/autobotscripts/steps/NoteInput.js %%DATADIR%%/autobotscripts/steps/Palette.js %%DATADIR%%/autobotscripts/steps/Score.js %%DATADIR%%/instruments/instruments.xml %%DATADIR%%/instruments/orders.xml +%%DATADIR%%/instruments/string_tunings_presets.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_ast.qm %%DATADIR%%/locale/instruments_be.qm %%DATADIR%%/locale/instruments_bg.qm %%DATADIR%%/locale/instruments_br.qm %%DATADIR%%/locale/instruments_ca.qm %%DATADIR%%/locale/instruments_ca@valencia.qm %%DATADIR%%/locale/instruments_cs.qm %%DATADIR%%/locale/instruments_cy.qm %%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_eo.qm %%DATADIR%%/locale/instruments_es.qm %%DATADIR%%/locale/instruments_et.qm %%DATADIR%%/locale/instruments_eu.qm %%DATADIR%%/locale/instruments_fa.qm %%DATADIR%%/locale/instruments_fi.qm %%DATADIR%%/locale/instruments_fil.qm %%DATADIR%%/locale/instruments_fo.qm %%DATADIR%%/locale/instruments_fr.qm %%DATADIR%%/locale/instruments_ga.qm %%DATADIR%%/locale/instruments_gd.qm %%DATADIR%%/locale/instruments_gl.qm %%DATADIR%%/locale/instruments_he.qm %%DATADIR%%/locale/instruments_hi_IN.qm %%DATADIR%%/locale/instruments_hr.qm %%DATADIR%%/locale/instruments_hu.qm %%DATADIR%%/locale/instruments_hy.qm %%DATADIR%%/locale/instruments_id.qm %%DATADIR%%/locale/instruments_ig.qm %%DATADIR%%/locale/instruments_it.qm %%DATADIR%%/locale/instruments_ja.qm %%DATADIR%%/locale/instruments_ka.qm %%DATADIR%%/locale/instruments_kab.qm %%DATADIR%%/locale/instruments_ko.qm %%DATADIR%%/locale/instruments_lt.qm %%DATADIR%%/locale/instruments_lv.qm %%DATADIR%%/locale/instruments_ml.qm %%DATADIR%%/locale/instruments_mn_MN.qm +%%DATADIR%%/locale/instruments_mt.qm %%DATADIR%%/locale/instruments_nb.qm %%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_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_th.qm %%DATADIR%%/locale/instruments_tr.qm %%DATADIR%%/locale/instruments_uk.qm %%DATADIR%%/locale/instruments_uz@Latn.qm %%DATADIR%%/locale/instruments_vi.qm %%DATADIR%%/locale/instruments_zh_CN.qm %%DATADIR%%/locale/instruments_zh_HK.qm %%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_ast.qm %%DATADIR%%/locale/musescore_be.qm %%DATADIR%%/locale/musescore_bg.qm %%DATADIR%%/locale/musescore_br.qm %%DATADIR%%/locale/musescore_ca.qm %%DATADIR%%/locale/musescore_ca@valencia.qm %%DATADIR%%/locale/musescore_cs.qm %%DATADIR%%/locale/musescore_cy.qm %%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_eo.qm %%DATADIR%%/locale/musescore_es.qm %%DATADIR%%/locale/musescore_et.qm %%DATADIR%%/locale/musescore_eu.qm %%DATADIR%%/locale/musescore_fa.qm %%DATADIR%%/locale/musescore_fi.qm %%DATADIR%%/locale/musescore_fil.qm %%DATADIR%%/locale/musescore_fo.qm %%DATADIR%%/locale/musescore_fr.qm %%DATADIR%%/locale/musescore_ga.qm %%DATADIR%%/locale/musescore_gd.qm %%DATADIR%%/locale/musescore_gl.qm %%DATADIR%%/locale/musescore_he.qm %%DATADIR%%/locale/musescore_hi_IN.qm %%DATADIR%%/locale/musescore_hr.qm %%DATADIR%%/locale/musescore_hu.qm %%DATADIR%%/locale/musescore_hy.qm %%DATADIR%%/locale/musescore_id.qm %%DATADIR%%/locale/musescore_ig.qm %%DATADIR%%/locale/musescore_it.qm %%DATADIR%%/locale/musescore_ja.qm %%DATADIR%%/locale/musescore_ka.qm %%DATADIR%%/locale/musescore_kab.qm %%DATADIR%%/locale/musescore_ko.qm %%DATADIR%%/locale/musescore_lt.qm %%DATADIR%%/locale/musescore_lv.qm %%DATADIR%%/locale/musescore_ml.qm %%DATADIR%%/locale/musescore_mn_MN.qm +%%DATADIR%%/locale/musescore_mt.qm %%DATADIR%%/locale/musescore_nb.qm %%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_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_th.qm %%DATADIR%%/locale/musescore_tr.qm %%DATADIR%%/locale/musescore_uk.qm %%DATADIR%%/locale/musescore_uz@Latn.qm %%DATADIR%%/locale/musescore_vi.qm %%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 %%DATADIR%%/plugins/courtesy_accidentals/accidentals.png %%DATADIR%%/plugins/courtesy_accidentals/addCourtesyAccidentals.qml %%DATADIR%%/plugins/courtesy_accidentals/configCourtesyAccidentals.qml %%DATADIR%%/plugins/courtesy_accidentals/removeCourtesyAccidentals.qml %%DATADIR%%/plugins/intervals/mirror-intervals-3.qml %%DATADIR%%/plugins/intervals/mirror_intervals.png %%DATADIR%%/plugins/lilyrics/lilyrics.png %%DATADIR%%/plugins/lilyrics/lilyrics.qml %%DATADIR%%/plugins/new_retrograde/NewRetrograde.qml %%DATADIR%%/plugins/new_retrograde/retrograde.png %%DATADIR%%/plugins/note_names/note_names.png %%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%%/styles/MuseJazz.mss %%DATADIR%%/styles/cchords_muse.xml %%DATADIR%%/styles/cchords_nrb.xml %%DATADIR%%/styles/cchords_rb.xml %%DATADIR%%/styles/cchords_sym.xml %%DATADIR%%/styles/chords.xml %%DATADIR%%/styles/chords_jazz.xml %%DATADIR%%/styles/chords_std.xml %%DATADIR%%/styles/jazzchords.xml %%DATADIR%%/styles/stdchords.xml %%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 %%DATADIR%%/tables/ar-ar-g1-core.uti %%DATADIR%%/tables/ar-ar-g1.utb %%DATADIR%%/tables/ar-ar-g2.ctb %%DATADIR%%/tables/ar-ar-math.uti %%DATADIR%%/tables/ar.tbl %%DATADIR%%/tables/as-in-g1.utb %%DATADIR%%/tables/as.tbl %%DATADIR%%/tables/ascii-to-unicode.dis %%DATADIR%%/tables/ascii-us-patterns.cti %%DATADIR%%/tables/aw-in-g1.utb %%DATADIR%%/tables/awa.tbl %%DATADIR%%/tables/ba.utb %%DATADIR%%/tables/be-in-g1.utb %%DATADIR%%/tables/bel-comp.utb %%DATADIR%%/tables/bel.utb %%DATADIR%%/tables/bengali.cti %%DATADIR%%/tables/bg.ctb %%DATADIR%%/tables/bg.dis %%DATADIR%%/tables/bg.tbl %%DATADIR%%/tables/bg.utb %%DATADIR%%/tables/bh.ctb %%DATADIR%%/tables/bh.tbl %%DATADIR%%/tables/bn.tbl %%DATADIR%%/tables/bo.ctb %%DATADIR%%/tables/bo.tbl %%DATADIR%%/tables/boxes.ctb %%DATADIR%%/tables/br-in-g1.utb %%DATADIR%%/tables/bra.tbl %%DATADIR%%/tables/braille-patterns.cti %%DATADIR%%/tables/ca-chardefs.cti %%DATADIR%%/tables/ca-g1.ctb %%DATADIR%%/tables/ca.tbl %%DATADIR%%/tables/chr-us-g1.ctb %%DATADIR%%/tables/ckb-chardefs.cti %%DATADIR%%/tables/ckb-g1.ctb %%DATADIR%%/tables/ckb-translation.cti %%DATADIR%%/tables/ckb.tbl %%DATADIR%%/tables/compress.cti %%DATADIR%%/tables/controlchars.cti %%DATADIR%%/tables/cop-eg-comp8.utb %%DATADIR%%/tables/corrections.cti %%DATADIR%%/tables/countries.cti %%DATADIR%%/tables/cs-chardefs.cti %%DATADIR%%/tables/cs-comp8.utb %%DATADIR%%/tables/cs-g1.ctb %%DATADIR%%/tables/cs-translation.cti %%DATADIR%%/tables/cs.tbl %%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-8miscChars_1993.cti %%DATADIR%%/tables/da-dk-g08.ctb %%DATADIR%%/tables/da-dk-g08_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-g2.dic %%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-g28_1993.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/de-accents-detailed.cti %%DATADIR%%/tables/de-accents.cti %%DATADIR%%/tables/de-chardefs6.cti %%DATADIR%%/tables/de-chardefs8.cti %%DATADIR%%/tables/de-chess.ctb %%DATADIR%%/tables/de-comp6.utb %%DATADIR%%/tables/de-de-comp8.ctb %%DATADIR%%/tables/de-de.dis %%DATADIR%%/tables/de-eurobrl6.dis %%DATADIR%%/tables/de-eurobrl6u.dis %%DATADIR%%/tables/de-g0-core.uti %%DATADIR%%/tables/de-g0-detailed.utb %%DATADIR%%/tables/de-g0.utb %%DATADIR%%/tables/de-g1-core-patterns.dic %%DATADIR%%/tables/de-g1-core.cti %%DATADIR%%/tables/de-g1-detailed.ctb %%DATADIR%%/tables/de-g1.ctb %%DATADIR%%/tables/de-g2-core-patterns.dic %%DATADIR%%/tables/de-g2-core.cti %%DATADIR%%/tables/de-g2-detailed.ctb %%DATADIR%%/tables/de-g2.ctb %%DATADIR%%/tables/devanagari.cti %%DATADIR%%/tables/digits6Dots.uti %%DATADIR%%/tables/digits6DotsPlusDot6.uti %%DATADIR%%/tables/digits8Dots.uti %%DATADIR%%/tables/dra.ctb %%DATADIR%%/tables/dra.tbl %%DATADIR%%/tables/el.ctb %%DATADIR%%/tables/en-GB-g2.ctb %%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-in-g1.ctb %%DATADIR%%/tables/en-nabcc.utb %%DATADIR%%/tables/en-ueb-chardefs.uti %%DATADIR%%/tables/en-ueb-g1.ctb %%DATADIR%%/tables/en-ueb-g2.ctb %%DATADIR%%/tables/en-ueb-math.ctb %%DATADIR%%/tables/en-us-brf.dis %%DATADIR%%/tables/en-us-comp6.ctb %%DATADIR%%/tables/en-us-comp8-ext.utb %%DATADIR%%/tables/en-us-comp8.ctb %%DATADIR%%/tables/en-us-compbrl.uti %%DATADIR%%/tables/en-us-emphasis.uti %%DATADIR%%/tables/en-us-g1.ctb %%DATADIR%%/tables/en-us-g2.ctb %%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-g1.ctb %%DATADIR%%/tables/es-g2.ctb %%DATADIR%%/tables/es-new.dis %%DATADIR%%/tables/es-old.dis %%DATADIR%%/tables/es.tbl %%DATADIR%%/tables/et-g0.utb %%DATADIR%%/tables/et.ctb %%DATADIR%%/tables/et.tbl %%DATADIR%%/tables/ethio-g1.ctb %%DATADIR%%/tables/eurodefs.cti %%DATADIR%%/tables/fa-ir-comp8.ctb %%DATADIR%%/tables/fa-ir-g1.utb %%DATADIR%%/tables/fi-fi-8dot.ctb %%DATADIR%%/tables/fi.utb %%DATADIR%%/tables/fr-bfu-comp6.utb %%DATADIR%%/tables/fr-bfu-comp68.cti %%DATADIR%%/tables/fr-bfu-comp8.utb %%DATADIR%%/tables/fr-bfu-g2.ctb %%DATADIR%%/tables/fr.mus %%DATADIR%%/tables/ga-g1.utb %%DATADIR%%/tables/ga-g2.ctb %%DATADIR%%/tables/gd.ctb %%DATADIR%%/tables/gd.tbl %%DATADIR%%/tables/gez.tbl %%DATADIR%%/tables/gon.ctb %%DATADIR%%/tables/gon.tbl %%DATADIR%%/tables/gr-pl-comp8.uti %%DATADIR%%/tables/grc-international-common.uti %%DATADIR%%/tables/grc-international-composed.uti %%DATADIR%%/tables/grc-international-decomposed.uti %%DATADIR%%/tables/grc-international-en.utb %%DATADIR%%/tables/gu-in-g1.utb %%DATADIR%%/tables/gu.tbl %%DATADIR%%/tables/gujarati.cti %%DATADIR%%/tables/gurumuki.cti %%DATADIR%%/tables/haw-us-g1.ctb %%DATADIR%%/tables/he-IL-comp8.utb %%DATADIR%%/tables/he-IL.utb %%DATADIR%%/tables/hi-in-g1.utb %%DATADIR%%/tables/hi.tbl %%DATADIR%%/tables/hr-chardefs.cti %%DATADIR%%/tables/hr-comp8.tbl %%DATADIR%%/tables/hr-comp8.utb %%DATADIR%%/tables/hr-digits.uti %%DATADIR%%/tables/hr-g1.ctb %%DATADIR%%/tables/hr-g1.tbl %%DATADIR%%/tables/hr-translation.cti %%DATADIR%%/tables/hu-backtranslate-correction.dis %%DATADIR%%/tables/hu-backtranslate-word-corrections.cti %%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-g2_exceptions.cti %%DATADIR%%/tables/hu.tbl %%DATADIR%%/tables/hy.ctb %%DATADIR%%/tables/hy.tbl %%DATADIR%%/tables/hyph_cs_CZ.dic %%DATADIR%%/tables/hyph_da_DK.dic %%DATADIR%%/tables/hyph_de_DE.dic %%DATADIR%%/tables/hyph_en_US.dic %%DATADIR%%/tables/hyph_eo.dic %%DATADIR%%/tables/hyph_es_ES.dic %%DATADIR%%/tables/hyph_fr_FR.dic %%DATADIR%%/tables/hyph_hu_HU.dic %%DATADIR%%/tables/hyph_it_IT.dic %%DATADIR%%/tables/hyph_nb_NO.dic %%DATADIR%%/tables/hyph_nl_NL.dic %%DATADIR%%/tables/hyph_nn_NO.dic %%DATADIR%%/tables/hyph_pl_PL.dic %%DATADIR%%/tables/hyph_pt_PT.dic %%DATADIR%%/tables/hyph_ru.dic %%DATADIR%%/tables/hyph_sv_SE.dic %%DATADIR%%/tables/is-chardefs6.cti %%DATADIR%%/tables/is-chardefs8.cti %%DATADIR%%/tables/is.ctb %%DATADIR%%/tables/is.tbl %%DATADIR%%/tables/it-it-comp6.utb %%DATADIR%%/tables/it-it-comp8.utb %%DATADIR%%/tables/it.mus %%DATADIR%%/tables/it.tbl %%DATADIR%%/tables/iu-ca-g1.ctb %%DATADIR%%/tables/ja-kantenji.utb %%DATADIR%%/tables/ka-in-g1.utb %%DATADIR%%/tables/ka.utb %%DATADIR%%/tables/kannada.cti %%DATADIR%%/tables/kh-in-g1.utb %%DATADIR%%/tables/kha.tbl %%DATADIR%%/tables/kk.utb %%DATADIR%%/tables/km-g1.utb %%DATADIR%%/tables/kmr.tbl %%DATADIR%%/tables/kn.tbl %%DATADIR%%/tables/ko-2006-g1.ctb %%DATADIR%%/tables/ko-2006-g2.ctb %%DATADIR%%/tables/ko-2006.cti %%DATADIR%%/tables/ko-chars.cti %%DATADIR%%/tables/ko-g1-rules.cti %%DATADIR%%/tables/ko-g1.ctb %%DATADIR%%/tables/ko-g2-rules.cti %%DATADIR%%/tables/ko-g2.ctb %%DATADIR%%/tables/ko.cti %%DATADIR%%/tables/kok.ctb %%DATADIR%%/tables/kok.tbl %%DATADIR%%/tables/kru.ctb %%DATADIR%%/tables/kru.tbl %%DATADIR%%/tables/ks-in-g1.utb %%DATADIR%%/tables/latinLetterDef6Dots.uti %%DATADIR%%/tables/latinLetterDef8Dots.uti %%DATADIR%%/tables/latinLowercase.uti %%DATADIR%%/tables/latinUppercaseComp6.uti %%DATADIR%%/tables/lg-ug-g1.utb %%DATADIR%%/tables/litdigits6Dots.uti %%DATADIR%%/tables/litdigits6DotsPlusDot6.uti %%DATADIR%%/tables/loweredDigits6Dots.uti %%DATADIR%%/tables/loweredDigits8Dots.uti %%DATADIR%%/tables/lt-6dot.tbl %%DATADIR%%/tables/lt-6dot.utb %%DATADIR%%/tables/lt.ctb %%DATADIR%%/tables/lt.tbl %%DATADIR%%/tables/lv.tbl %%DATADIR%%/tables/malayalam.cti %%DATADIR%%/tables/mao-nz-g1.ctb %%DATADIR%%/tables/marburg_single_cell_defs.cti %%DATADIR%%/tables/marburg_unicode_defs.cti %%DATADIR%%/tables/ml-in-g1.utb %%DATADIR%%/tables/ml.tbl %%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 %%DATADIR%%/tables/ms-my-g2.ctb %%DATADIR%%/tables/mt.ctb %%DATADIR%%/tables/mt.tbl %%DATADIR%%/tables/mun.ctb %%DATADIR%%/tables/mun.tbl %%DATADIR%%/tables/mwr.ctb %%DATADIR%%/tables/mwr.tbl %%DATADIR%%/tables/my-g1.utb %%DATADIR%%/tables/my-g2.ctb %%DATADIR%%/tables/ne.ctb %%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.tbl %%DATADIR%%/tables/no-no-8dot-fallback-6dot-g0.utb %%DATADIR%%/tables/no-no-8dot.utb %%DATADIR%%/tables/no-no-braillo-047-01.dis %%DATADIR%%/tables/no-no-chardefs6.uti %%DATADIR%%/tables/no-no-comp8.ctb %%DATADIR%%/tables/no-no-g0.utb %%DATADIR%%/tables/no-no-g1.ctb %%DATADIR%%/tables/no-no-g2.ctb %%DATADIR%%/tables/no-no-g3.ctb %%DATADIR%%/tables/no-no-generic.ctb %%DATADIR%%/tables/no-no-generic.dis %%DATADIR%%/tables/no-no-latinLetterDef6Dots_diacritics.uti %%DATADIR%%/tables/no-no.dis %%DATADIR%%/tables/np-in-g1.utb %%DATADIR%%/tables/nso-za-g1.utb %%DATADIR%%/tables/nso-za-g2.ctb %%DATADIR%%/tables/ny-mw.utb %%DATADIR%%/tables/or-in-g1.utb %%DATADIR%%/tables/or.tbl %%DATADIR%%/tables/oriya.cti %%DATADIR%%/tables/pa.tbl %%DATADIR%%/tables/pi.ctb %%DATADIR%%/tables/pi.tbl %%DATADIR%%/tables/pl-pl-comp8.ctb %%DATADIR%%/tables/pl.tbl %%DATADIR%%/tables/printables.cti %%DATADIR%%/tables/pt-pt-comp8.ctb %%DATADIR%%/tables/pt-pt-g1.utb %%DATADIR%%/tables/pt-pt-g2.ctb %%DATADIR%%/tables/pt.tbl %%DATADIR%%/tables/pu-in-g1.utb %%DATADIR%%/tables/ro.ctb %%DATADIR%%/tables/ro.tbl %%DATADIR%%/tables/ru-brf.dis %%DATADIR%%/tables/ru-compbrl.ctb %%DATADIR%%/tables/ru-letters.dis %%DATADIR%%/tables/ru-litbrl-detailed.utb %%DATADIR%%/tables/ru-litbrl.ctb %%DATADIR%%/tables/ru-ru-g1.ctb %%DATADIR%%/tables/ru-unicode.dis %%DATADIR%%/tables/ru.ctb %%DATADIR%%/tables/rw-rw-g1.utb %%DATADIR%%/tables/sa-in-g1.utb %%DATADIR%%/tables/sa.tbl %%DATADIR%%/tables/sah.utb %%DATADIR%%/tables/sd.tbl %%DATADIR%%/tables/se-se.ctb %%DATADIR%%/tables/se-se.dis %%DATADIR%%/tables/si-in-g1.utb %%DATADIR%%/tables/sin.cti %%DATADIR%%/tables/sin.utb %%DATADIR%%/tables/sk-g1.ctb %%DATADIR%%/tables/sk-sk-g1.utb %%DATADIR%%/tables/sk-sk.utb %%DATADIR%%/tables/sl-si-comp8.ctb %%DATADIR%%/tables/sl-si-g1.utb %%DATADIR%%/tables/sl.tbl %%DATADIR%%/tables/smufl-symbols.mus %%DATADIR%%/tables/sot-za-g1.ctb %%DATADIR%%/tables/sot-za-g2.ctb %%DATADIR%%/tables/spaces.uti %%DATADIR%%/tables/sr-chardefs.cti %%DATADIR%%/tables/sr-g1.ctb %%DATADIR%%/tables/sr.tbl %%DATADIR%%/tables/sv-1989.ctb %%DATADIR%%/tables/sv-1996.ctb %%DATADIR%%/tables/sv-g0.utb %%DATADIR%%/tables/sv-g1.ctb %%DATADIR%%/tables/sv-g2.ctb %%DATADIR%%/tables/sw-ke-g1-2.ctb %%DATADIR%%/tables/sw-ke-g1-3.ctb %%DATADIR%%/tables/sw-ke-g1-4.ctb %%DATADIR%%/tables/sw-ke-g1-5.ctb %%DATADIR%%/tables/sw-ke-g1.utb %%DATADIR%%/tables/sw-ke-g2.ctb %%DATADIR%%/tables/ta-ta-g1.ctb %%DATADIR%%/tables/ta.ctb %%DATADIR%%/tables/ta.tbl %%DATADIR%%/tables/tamil.cti %%DATADIR%%/tables/te-in-g1.utb %%DATADIR%%/tables/te.tbl %%DATADIR%%/tables/telugu.cti %%DATADIR%%/tables/text_nabcc.dis %%DATADIR%%/tables/tr-g1.ctb %%DATADIR%%/tables/tr-g2.ctb %%DATADIR%%/tables/tr-g2.tbl %%DATADIR%%/tables/tr.ctb %%DATADIR%%/tables/tr.tbl %%DATADIR%%/tables/tsn-za-g1.ctb %%DATADIR%%/tables/tsn-za-g2.ctb %%DATADIR%%/tables/tt.utb %%DATADIR%%/tables/uk-comp.utb %%DATADIR%%/tables/uk.utb %%DATADIR%%/tables/ukchardefs.cti %%DATADIR%%/tables/ukmaths_single_cell_defs.cti %%DATADIR%%/tables/ukmaths_unicode_defs.cti %%DATADIR%%/tables/uni-text.dis %%DATADIR%%/tables/unicode-braille.utb %%DATADIR%%/tables/unicode-to-ascii.dis %%DATADIR%%/tables/unicode-without-blank.dis %%DATADIR%%/tables/unicode.dis %%DATADIR%%/tables/ur-pk-g1.utb %%DATADIR%%/tables/ur-pk-g2.ctb %%DATADIR%%/tables/us-table.dis %%DATADIR%%/tables/uz-g1.utb %%DATADIR%%/tables/ve-za-g1.utb %%DATADIR%%/tables/ve-za-g2.ctb %%DATADIR%%/tables/vi-charsdef.uti %%DATADIR%%/tables/vi-lettersdef.uti %%DATADIR%%/tables/vi-puncsdef.uti %%DATADIR%%/tables/vi-saigon-g1.ctb %%DATADIR%%/tables/vi-vn-g0.utb %%DATADIR%%/tables/vi-vn-g1.ctb %%DATADIR%%/tables/vi-vn-g2.ctb %%DATADIR%%/tables/vi.ctb %%DATADIR%%/tables/wiskunde-chardefs.cti %%DATADIR%%/tables/wordcx.dis %%DATADIR%%/tables/xh-za-g1.utb %%DATADIR%%/tables/xh-za-g2.ctb %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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)/score_style.mss %%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)/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%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/score_style.mss %%DATADIR%%/templates/08-Orchestral/03-String_Orchestra/viewsettings.json %%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 %%DATADIR%%/wallpapers/paper2.png %%DATADIR%%/wallpapers/paper3.png %%DATADIR%%/wallpapers/paper4.png %%DATADIR%%/wallpapers/paper5.png %%DATADIR%%/wallpapers/paper6.png %%DATADIR%%/wallpapers/paper7.png