Skip to content

Commit

Permalink
Emit <lb/> instead of \n in metadata text.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregchapman-dev committed Nov 24, 2023
1 parent 33e15b7 commit e49a031
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 112 deletions.
2 changes: 2 additions & 0 deletions include/vrv/iohumdrum.h
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,8 @@ class HumdrumInput : public vrv::Input {
bool anyReferenceItemsExist(const std::vector<string> &keys);
int getBestItem(const std::vector<HumdrumReferenceItem> &items, const std::string &requiredLanguage);
bool isStandardHumdrumKey(const std::string &key);
void appendText(pugi::xml_node element, std::string text);


/// Templates ///////////////////////////////////////////////////////////
template <class ELEMENT> void verticalRest(ELEMENT rest, const std::string &token);
Expand Down
Loading

0 comments on commit e49a031

Please sign in to comment.