Skip to content

Commit

Permalink
[MusicXML] add forgotten technical indications
Browse files Browse the repository at this point in the history
Backport of musescore#26771
  • Loading branch information
rettinghaus authored and Jojo-Schmitz committed Feb 26, 2025
1 parent 650a628 commit cbd8afb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion importexport/musicxml/importmxmlpass2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,8 @@ static bool convertArticulationToSymId(const QString& mxmlName, SymId& id)
map["brass-bend"] = SymId::brassBend ;
map["flip"] = SymId::brassFlip;
map["smear"] = SymId::brassSmear ;
map["open"] = SymId::brassMuteOpen;
map["half-muted"] = SymId::brassMuteHalfClosed ; // ignoring the smufl attribute
map["golpe"] = SymId::guitarGolpe ;

map["belltree"] = SymId::handbellsBelltree;
map["damp"] = SymId::handbellsDamp3;
Expand Down

0 comments on commit cbd8afb

Please sign in to comment.