Skip to content

Commit

Permalink
Implementation for issue humdrum-tools/verovio-humdrum-viewer#849
Browse files Browse the repository at this point in the history
  • Loading branch information
craigsapp committed Oct 2, 2023
1 parent dc0ce11 commit ad474b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/iohumdrum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13765,6 +13765,7 @@ void HumdrumInput::convertMensuralToken(

if (token->find(':') != std::string::npos) {
Dot *dot = new Dot();
dot->SetForm(dotLog_FORM_aug);
appendElement(elements, pointers, dot);
}
}
Expand Down

0 comments on commit ad474b6

Please sign in to comment.