Skip to content

Commit

Permalink
Add infile content to m_humdrum_text
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangDrescher committed Jan 21, 2023
1 parent eff5056 commit 8e1c055
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tool-fb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,9 @@ void Tool_fb::processFile(HumdrumFile& infile) {
infile.appendDataSpine(trackData, ".", exinterp);
}
}

// Enables usage in verovio (`!!!filter: fb`)
m_humdrum_text << infile;
}


Expand Down

0 comments on commit 8e1c055

Please sign in to comment.