Skip to content

Commit

Permalink
Add some piobraich-embellishments to bww-Import
Browse files Browse the repository at this point in the history
Backport of musescore#16943
  • Loading branch information
michaelsiepmann authored and Jojo-Schmitz committed Mar 20, 2023
1 parent 88fead5 commit b47da19
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions importexport/bww/lexer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,13 @@ namespace Bww {
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();

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

0 comments on commit b47da19

Please sign in to comment.