Playback when adding an accidental
https://musescore.org/en/node/269268
This suggestion is to implement playback when adding an accidental to a single note via the accidentals toolbar or a keyboard shortcut, to be consistent with playback for other types of note.
Comments
The other part of this feature request was to add a command (that can have a keyboard shortcut) to delete the accidental for a selected note (or notes) without having to select the accidental itself. This command, as well as the playback when adding accidentals, is implemented in this pull request. It is up to the user to specify the keyboard shortcut to use, but the command is "Note input: No accidental".
Fixed in branch master, commit d6bdc192fb
fix #269280: Playback when adding an accidental
Fixed in branch master, commit ad89d0c5ac
Merge pull request #3459 from mattmcclinch/269280-play-accidental
fix #269280: Playback when adding an accidental
That one-line patch should be good and harmless enough to make it into 2.2 too. It does
git cherry-pick
cleanlySee https://github.com/musescore/MuseScore/pull/3459#issuecomment-365937082:
I just realized this doesn't work when adding accidentals from the palette.
setPlayNote(true)
should be moved to the end ofvoid Score::changeAccidental(Note* note, AccidentalType accidental)
Patch for 3.0: https://github.com/musescore/MuseScore/pull/3468
Patch for 2.2: https://github.com/musescore/MuseScore/pull/3469
Fixed in branch 2.2, commit 6255310d1b
fix #269280: Playback when adding an accidental
Fixed in branch 2.2, commit 51685cc43f
Merge pull request #3469 from mattmcclinch/play-accidental-2.2
fix #269280: Playback when adding an accidental
Fixed in branch master, commit a31d290013
fix #269280: Playback when adding an accidental
Make playback work when adding an accidental from the palette
Fixed in branch master, commit 4d96886230
Merge pull request #3468 from mattmcclinch/269280-play-accidental
fix #269280: Playback when adding an accidental
Automatically closed -- issue fixed for 2 weeks with no activity.