Skip to content

Commit

Permalink
'maj6' should just be '6'.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregchapman-dev authored and lpugin committed Jul 15, 2024
1 parent 036a84c commit b325ef3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/iohumdrum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12419,6 +12419,10 @@ void HumdrumInput::setMxHarmContent(Rend *rend, const std::string &content)
kind = U"+";
replacing = true;
}
else if (kind == U"maj6") {
kind = U"6";
replacing = true;
}
else if (kind == U"minor-seventh") {
kind = U"m7";
replacing = true;
Expand Down

0 comments on commit b325ef3

Please sign in to comment.