Skip to content

Commit

Permalink
Update importmxmlpass2.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Dec 20, 2024
1 parent 2c40c83 commit a7297ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion importexport/musicxml/importmxmlpass2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}

//---------------------------------------------------------
Expand Down

0 comments on commit a7297ac

Please sign in to comment.