Skip to content

Commit

Permalink
Add a call to PrepareData before cast off mensural
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed May 28, 2024
1 parent a122fa5 commit 7829847
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 @@ -31610,6 +31610,7 @@ void HumdrumInput::finalizeDocument(Doc *doc)
doc->ConvertMarkupDoc();

if (m_mens) {
doc->PrepareData();
doc->SetMensuralMusicOnly(true);
doc->m_notationType = NOTATIONTYPE_mensural;
doc->ConvertToCastOffMensuralDoc(true);
Expand Down

0 comments on commit 7829847

Please sign in to comment.