Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed Nov 28, 2023
1 parent dbba303 commit 32db03a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/importexport/mei/internal/meiconverter.cpp
Expand Up @@ -2330,8 +2330,10 @@ void Convert::pedalFromMEI(engraving::Pedal* pedal, const libmei::Pedal& meiPeda

// @func
if (meiPedal.GetFunc() == "soft") {
// This is just for importing MEI files and will not be exported
if (pedal->beginText() != "") {
pedal->setBeginText(u"una corda");
pedal->setContinueText(u"");
}
} else if (meiPedal.GetFunc() == "sostenuto") {
if (pedal->beginText() != "") {
Expand Down

0 comments on commit 32db03a

Please sign in to comment.