Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/importexport/musicxml/internal/shared/musicxmlsupport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -520,8 +520,8 @@ AccidentalType musicXmlString2accidentalType(const String mxmlName, const String
{ u"sharp-sharp", AccidentalType::SHARP2 },
//{ u"double-flat", AccidentalType::FLAT2 }, // shouldn't harm, but doesn't exist in MusicXML
{ u"flat-flat", AccidentalType::FLAT2 },
{ u"natural-sharp", AccidentalType::SHARP },
{ u"natural-flat", AccidentalType::FLAT },
{ u"natural-sharp", AccidentalType::NATURAL_SHARP },
{ u"natural-flat", AccidentalType::NATURAL_FLAT },

{ u"quarter-flat", AccidentalType::MIRRORED_FLAT },
{ u"quarter-sharp", AccidentalType::SHARP_SLASH },
Expand Down
Loading