Skip to content

Commit

Permalink
handle all glyph ornaments
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed Dec 20, 2024
1 parent 42ce595 commit 9227294
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8789,7 +8789,7 @@ void MusicXmlParserNotations::addNotation(const Notation& notation, ChordRest* c
// Terminate tempo line
const InferredTempoLineStack& lines = m_pass2.getInferredTempoLine();
terminateInferredLine(std::vector<TextLineBase*>(lines.begin(), lines.end()), cr->tick(), cr->track());
} else if (String(notation.name()).contains(u"turn") || notation.name() == u"schleifer") {
} else if (notation.parent() == u"ornaments") {
addTurnToChord(notation, cr);
} else {
addArticulationToChord(notation, cr);
Expand Down

0 comments on commit 9227294

Please sign in to comment.