Skip to content

Commit 68479b0

Browse files
committed
also fix MusicXML import
1 parent 19bfe8e commit 68479b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/importexport/musicxml/internal/musicxml/importmxmlpass1.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1718,6 +1718,7 @@ void MusicXMLParserPass1::partList(MusicXmlPartGroupList& partGroupList)
17181718
static void createPart(Score* score, const QString& id, PartMap& pm)
17191719
{
17201720
Part* part = new Part(score);
1721+
p->setPreferSharpFlat(PreferSharpFlat::NONE);
17211722
pm.insert(id, part);
17221723
score->appendPart(part);
17231724
Staff* staff = Factory::createStaff(part);

0 commit comments

Comments
 (0)