Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Apr 12, 2024
1 parent b876d0a commit f01e1e8
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 @@ -3302,7 +3302,8 @@ void MusicXMLParserDirection::direction(const QString& partId,
t = new StaffText(_score, Tid::EXPRESSION);
else
t = new StaffText(_score);
t->setXmlText(_wordsText + _metroText); }
t->setXmlText(_wordsText + _metroText);
}
else {
t = new RehearsalMark(_score);
if (!_rehearsalText.contains("<b>"))
Expand Down

0 comments on commit f01e1e8

Please sign in to comment.