Skip to content

Commit

Permalink
Merge pull request musescore#18465 from Jojo-Schmitz/piobraich
Browse files Browse the repository at this point in the history
Add some piobraich-embellishments to bww-Import
  • Loading branch information
RomanPudashkin committed Jul 7, 2023
2 parents 629fa32 + e716e99 commit bc5e929
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/importexport/bww/internal/bww/lexer.cpp
Expand Up @@ -333,6 +333,13 @@ Lexer::Lexer(QIODevice* inDevice)
graceMap["tf"] = "HA F";
graceMap["thg"] = "HA HG";

// piobraich
graceMap["endari"] = "E LA F LA";
graceMap["embari"] = "E LG F LG";
graceMap["dare"] = "F E HG E";
graceMap["crunl"] = "LG D LG E LA F LA";
graceMap["crunlb"] = "LG B LG E LA F LA";

getSym();

LOGD() << "Lexer::Lexer() end";
Expand Down

0 comments on commit bc5e929

Please sign in to comment.