Skip to content

Commit

Permalink
read GuitarBend color
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed Dec 29, 2024
1 parent d0e1b79 commit 6fcdf5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/engraving/rw/read410/tread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3098,6 +3098,7 @@ void TRead::read(GuitarBend* g, XmlReader& e, ReadContext& ctx)
TRead::read(hold, e, ctx);
hold->setParent(g);
g->setHoldLine(hold);
} else if (TRead::readProperty(g, tag, e, ctx, Pid::COLOR)) {
} else if (TRead::readProperty(g, tag, e, ctx, Pid::DIRECTION)) {
} else if (TRead::readProperty(g, tag, e, ctx, Pid::BEND_SHOW_HOLD_LINE)) {
} else if (TRead::readProperty(g, tag, e, ctx, Pid::BEND_START_TIME_FACTOR)) {
Expand Down

0 comments on commit 6fcdf5e

Please sign in to comment.