Skip to content

Commit

Permalink
fix test and adjust import
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed Nov 29, 2023
1 parent fd5159c commit 0b29cf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -1228,6 +1228,7 @@ static bool convertArticulationToSymId(const QString& mxmlName, SymId& id)
map["spiccato"] = SymId::articStaccatissimoAbove;
map["snap-pizzicato"] = SymId::pluckedSnapPizzicatoAbove;
map["schleifer"] = SymId::ornamentPrecompSlide;
map["open"] = SymId::brassMuteOpen;
map["open-string"] = SymId::brassMuteOpen;
map["thumb-position"] = SymId::stringsThumbPosition;
map["soft-accent"] = SymId::articSoftAccentAbove;
Expand Down
Expand Up @@ -510,7 +510,7 @@
<stem>up</stem>
<notations>
<technical>
<open-string/>
<open/>
</technical>
</notations>
</note>
Expand Down

0 comments on commit 0b29cf3

Please sign in to comment.