Skip to content

Commit

Permalink
Merge pull request #22462 from miiizen/xml-cresc-fix
Browse files Browse the repository at this point in the history
Hide XML inferred cresc's continue text
  • Loading branch information
mike-spa authored Apr 18, 2024
2 parents 5cdf182 + 3fea501 commit 82dc839
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3718,6 +3718,7 @@ void MusicXMLParserDirection::textToCrescLine(String& text)

line->setHairpinType(cresc ? HairpinType::CRESC_LINE : HairpinType::DECRESC_LINE);
line->setBeginText(simplifiedText);
line->setContinueText(u"");
line->setProperty(Pid::LINE_VISIBLE, false);
m_inferredHairpinStart = line;
}
Expand Down

0 comments on commit 82dc839

Please sign in to comment.