Unable to add fingering to non-pitched staves
Link here https://musescore.org/en/node/274017
Keyboard shortcut for "add the fingering" (e.g. Ctrl+d) works for selected staff notes but not for TAB's notes.
Nothing happen when I type it.
Would be very handy if it works.
EDIT : This is of course under the situation of "show fingering" for TAB via Staff Properties / Advanced Style Properties.
Comments
Confirmed. Add the beginning of the code to handle the fingering-text command, we check the staff type and only proceed for standard. I think we should allow it for tab too if the "show fingering" property is set for that staff.
Could be worth enabling for percussion too, although I'm not sure we currently do anything reasonable for layout when adding fingering on a drum staff.
https://github.com/musescore/MuseScore/pull/3802
The PR will also allow fingering on percussion staff unconditionally.
Fixed in branch master, commit 55a32c9ca3
fix #274071: add fingering to non-pitched staves
Fixed in branch master, commit 57672ca6a8
Merge pull request #3802 from MarcSabatella/274071-fingering-tab
fix #274071: add fingering to non-pitched staves
Automatically closed -- issue fixed for 2 weeks with no activity.