Skip to content

Commit

Permalink
Merge pull request #3549 from gregchapman-dev/gregc/lineBreaksInMetad…
Browse files Browse the repository at this point in the history
…ataText

Emit <lb/> instead of \n in metadata text
  • Loading branch information
craigsapp authored Nov 26, 2023
2 parents 33e15b7 + e49a031 commit e85380d
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 e85380d

Please sign in to comment.