From e69ec8bd9811ef0012a68a100e78c73b6c7187ab Mon Sep 17 00:00:00 2001 From: rettinghaus Date: Wed, 26 Feb 2025 17:14:26 +0100 Subject: [PATCH] add forgotten technical --- .../musicxml/internal/musicxml/import/importmusicxmlpass2.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/importexport/musicxml/internal/musicxml/import/importmusicxmlpass2.cpp b/src/importexport/musicxml/internal/musicxml/import/importmusicxmlpass2.cpp index f7060911f12cd..4107c201240b7 100644 --- a/src/importexport/musicxml/internal/musicxml/import/importmusicxmlpass2.cpp +++ b/src/importexport/musicxml/internal/musicxml/import/importmusicxmlpass2.cpp @@ -1414,6 +1414,8 @@ static bool convertArticulationToSymId(const String& mxmlName, SymId& id) { u"flip", SymId::brassFlip }, { u"smear", SymId::brassSmear }, { u"open", SymId::brassMuteOpen }, + { u"half-muted", SymId::brassMuteHalfClosed }, // ignoring the smufl attribute + { u"golpe", SymId::guitarGolpe }, { u"belltree", SymId::handbellsBelltree }, { u"damp", SymId::handbellsDamp3 },