Skip to content

Commit d420f6f

Browse files
committed
change order
1 parent d611f28 commit d420f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/importexport/musicxml/internal/musicxml/import/importmusicxmlpass2.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1298,10 +1298,10 @@ static void addMordentToChord(const Notation& notation, ChordRest* cr)
12981298
} else {
12991299
mordent->setAnchor(ArticulationAnchor::AUTO);
13001300
}
1301+
mordent->setVisible(notation.visible());
13011302
if (color.isValid()) {
13021303
mordent->setColor(color);
13031304
}
1304-
mordent->setVisible(notation.visible());
13051305
cr->add(mordent);
13061306
} else {
13071307
LOGD("unknown ornament: name '%s' long '%s' approach '%s' departure '%s'",

0 commit comments

Comments
 (0)