Skip to content

Commit

Permalink
Merge pull request #3469 from mattmcclinch/play-accidental-2.2
Browse files Browse the repository at this point in the history
fix #269280: Playback when adding an accidental
  • Loading branch information
lasconic committed Feb 19, 2018
2 parents f11cf6e + 6255310 commit 51685cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libmscore/cmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1557,6 +1557,7 @@ void Score::changeAccidental(Note* note, AccidentalType accidental)
}
changeAccidental2(ln, pitch, tpc);
}
setPlayNote(true);
}

//---------------------------------------------------------
Expand Down

0 comments on commit 51685cc

Please sign in to comment.