Add fingering to TAB directly
Even though I can add fingering to TAB’s notes by dragging these from palette,
Its not possible to add directly from keyboard shortcut (e.g Ctrl+D) neither from menu bar, / text / fingering.
I think its very useful if it’s possible!
Comments
I'm hopeful that work done last summer as part of GSOC it should be possible to add shortcuts to palette items in version 3.0.
You don't need to use drag & drop - as with all palette elements, it is more efficient to simply click the note then double-click the palette icon. Also, you can define a shortcut for the "Add fingering" command (same as how you define other shortcuts - Edit / Preferences / Shortcuts). There is only one such command, so you would then type the actual number. Depending on your usage, this may or may not be more efficient than usign the palette.
And indeed, for MuseScore 3, it is very much a possibility that each and every palette element will be able to have a shortcut assigned. The code exists, just needs to be approved.
In reply to You don't need to use drag &… by Marc Sabatella
Another possibility in the mean time is to select several of the notes with finger 1 then double click the 1 in the fingerings palette, then do the same for finger 2 and so forth.
In reply to Another possibility in the… by mike320
That would be nice trick in the meantime.
Thank you!
In reply to You don't need to use drag &… by Marc Sabatella
true, double-clicking fingering is more efficient from palette :)
But what I'm saying here is, even if I define a shortcut for the 'add fingering' (e.g. Ctrl+D) ,
nothing happen when I type Ctrl+D for selected TAB's number (notes).
In reply to true, double-clicking… by kazuma yamamoto
"nothing happen when I type Ctrl+D for selected TAB's number (notes)."
Indeed, but IMHO, this feature leads to a bad/slow workflow.
Double-clicking is better also for TAB. Don't forget also (give a try) via copy & paste, or duplicate (hold on Ctrl + Shift -> drag and drop the fingering on another notehead/number).
Also, by using Ctlr + K (as you enter chords, of course, if you don't use this feature already in your specific score), and changing afterwards the text style - fingering - in Inspector (via all similar elements). And so on... among other workarounds (edit: to be clear, copy & paste, and duplicate, are features)
In reply to "nothing happen when I type… by cadiz1
Thank you for these several workarounds !
Ctrl+Shift ->Drag&Drop.. I encounter this for the first time..and I really like it!
"nothing happen when I type Ctrl+D for selected TAB's number (notes)."
Is it on purpose? I still miss it..
In reply to Thank you for these several… by kazuma yamamoto
"Ctrl+Shift ->Drag&Drop.. I encounter this for the first time..and I really like it!"
Me too!
"nothing happen when I type Ctrl+D for selected TAB's number (notes)."
Is it on purpose? I still miss it.."
On purpose, I don't think so. Probably not planned, or not thought for TAB (forgetfulness or other reason), I can not say it affirmatively.
Edit: Maybe other reason: the option to add fingerings in tablatures would be more recent than the moment this feature was added in the program (and so not updated) ? I do not remember exactly.
NB: if really desired (!), you can submit a feature request in the Issue Tracker.
In reply to "Ctrl+Shift ->Drag&Drop.. I… by cadiz1
True, this is relatively new feature and maybe forgotten or something..
In reply to "Ctrl+Shift ->Drag&Drop.. I… by cadiz1
I believe the feature to add fingering text to tab has been disabled on purpose. How should it look ?
In reply to I believe the feature to add… by [DELETED] 5
Well, displaying the fingering was disabled by default on purpose, but it can be added back via Staff Properties / Advanced Style Properties. And then fingers will display normally - same rendering as for standard staff, anyhow. But it is true that the command itself seems to be disabled for tab staves universally, I guess maybe because the default is to not show them. Probably better for tab staves to check that property before giving up.
I made the thread at issue tracker here https://musescore.org/en/node/274071
In reply to I made the thread at issue… by kazuma yamamoto
Maybe it's me, but not sure we talk all about the same thing here.
In my understanding, the user's claim is:
Steps:
1) Guitar tablature template -> add a few notes/numbers
2) In staff properties -> Advanced style properties -> Tick "Show fingerings" -> Ok
3) There is a feature in menu "Add" -> Text -> Fingering
After have defined, in Preferences, a shortcut for "add fingering", let's say: Ctrl + D
4) In the TAB staff -> select a number/note -> press Ctrl + D
Result: nothing happens.
In reply to Maybe it's me, but not sure… by cadiz1
Wow! THANK YOU
That's what exactly I want to say.
In reply to Maybe it's me, but not sure… by cadiz1
Yes, this is exactly what I was pointing out in my previous post as well. Except more from a programing than user point of view :-). I see in the code where the "Add fingering" command checks to see if the staff is tab (actually, if is is anything but standard) and does nothing if so. Presymably it would work for us to go ahead and allow it for tab if the "show fingerings" property is set.
In reply to Yes, this is exactly what I… by Marc Sabatella
THANK YOU Marc!
I really appreciate if it works for the next version!!
I went ahead and submitted a PR for this: https://github.com/musescore/MuseScore/pull/3802.
I also used this as an opportunity to do a bit of video demonstration of the process of fixing a bug. So for anyone curious:
https://youtu.be/H8-bq5pBxJc
and the followup:
https://youtu.be/iqo9aPE8nRg
In reply to I went ahead and submitted a… by Marc Sabatella
GREAT! Thank you Marc! So quick to fix it.
I really enjoyed to watch your "fixing bugs" videos.
Nice to know your face, your backgrounds etc..
I'm a (classical) guitar player though,
Wish I could have some programming knowledge.
C++ language seems very complicate..
In reply to GREAT! Thank you Marc! So… by kazuma yamamoto
You're welcome! The PR was merged, so the fix will be in MuseScore 3 whenever that happens (not any time too soon).
Glad you found the video entertaining!
In reply to You're welcome! The PR was… by Marc Sabatella
YES! I tried nightlybuilds version and it's working!!
I should have mentioned this before 2.3 release...