Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
craigsapp committed Jan 23, 2024
1 parent 55ec0f8 commit f8e270e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iohumdrum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20242,7 +20242,7 @@ void HumdrumInput::addTextElement(

// Parse [ASCII] music codes to route to VerovioText font rends:
hum::HumRegex hre;
if (hre.search(data, "^(.*?\\[*?)(\\[[^[[].*?\\])(.*)$")) {
if (hre.search(data, "^(.*?\\[*?)(\\[[^[[][^.]*?\\])(.*)$")) {
std::string pretext = hre.getMatch(1);
std::string rawmusictext = hre.getMatch(2);
std::vector<std::string> musictext = convertMusicSymbolNameToSmuflName(rawmusictext);
Expand Down

0 comments on commit f8e270e

Please sign in to comment.