From a7297acc99463857e10ee0b1135ae19b9b4962f1 Mon Sep 17 00:00:00 2001 From: Joachim Schmitz Date: Fri, 20 Dec 2024 16:21:28 +0100 Subject: [PATCH] Update importmxmlpass2.cpp --- importexport/musicxml/importmxmlpass2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/importexport/musicxml/importmxmlpass2.cpp b/importexport/musicxml/importmxmlpass2.cpp index 77899513d8d1b..a39a10247a47f 100644 --- a/importexport/musicxml/importmxmlpass2.cpp +++ b/importexport/musicxml/importmxmlpass2.cpp @@ -7778,7 +7778,7 @@ void MusicXMLParserNotations::harmonMute() } else _e.skipCurrentElement(); } - _notations.push_back(Notation::notationWithAttributes("harmon-closed", _e.attributes(), "articulations", mute)); + _notations.push_back(Notation::notationWithAttributes("harmon-closed", _e.attributes(), "technical", mute)); } //---------------------------------------------------------