How to change Textstyle Anchor from Notes to Staff?
Hello,
I have a 30pages+ musicxml import with lots of RightHand (p i m a) fingerings that are attached to single notes.
Now I want to have these in a row above the staff. But as their position is relative to the noteheads I can't set them to the same height above the staff alltogether.
Is there a way to set the anchors relative to Staff. Or do I have to set it all individually for ~5000 elements?
Attached is a small recreated score.
Attachment | Size |
---|---|
How to change Textstyle Anchor.mscz | 4.61 KB |
Comments
The simplest for get this is to use this plugin: https://musescore.org/fr/project/fixfingering
Result (in 2-3 clicks): 1How to change Textstyle Anchor.mscz
In reply to The simplest for get this is by cadiz1
Thank you!
This really works for the score. Good to have such plugins!
This leads to another question, that I think I will post here as it is related. (So I don't make a another thread for now):
How can I only select RH-Fingerings?
In my score I have RH-Fingerings and LH-Fingerings. The plugin affects both. But I only want to change the RH-Fingerings.
In the plugin-code I see it addressed as "Element.FINGERING".
So it doesn't differenciate between RH-Fingerings and LH-Fingerings.
The same is when I have a RH-Fingering selected and do "Select->more of the same kind". Then also LH-Fingering will be selected.
Is there a way to filter for a specific TextStyle?
In reply to Thank you! This really works by musikai
"How can I only select RH-Fingerings?"
Right-click on a RH fingering -> Select -> More -> Tick "Same subtype" -> OK
In reply to "How can I only select by cadiz1
You need 2.1 for that, which is what I use all the time for my daily work.
In reply to You need 2.1 for that, which by mike320
Need 2.1 for what?
In reply to Need 2.1 for what? by cadiz1
Never mind. I thought that subtype required 2.1. It works for 2.0.3.
In reply to Need 2.1 for what? by cadiz1
@musikai: "How can I only select RH-Fingerings?"
Right-click on a RH fingering -> Select -> More -> Tick "Same subtype" -> OK
Oops, no read your entire message. So, after applying the plugin, if you want to differentiate the position of a fingering type or another: do, same process (right-click/select/more), and use Inspector for change the offsets (probably by using range selections)
Result (by this way): 1How to only select RH-Fingerings.mscz
In reply to Need 2.1 for what? by cadiz1
Thanks Cadiz,
very helpful!! Works in 2.0.3.
So I can use the plugin which will change all Fingerings, then select only LH-Fingering and reset positions.
In reply to "How can I only select by musikai
Yes, it's that.
In reply to Yes, it's that. by cadiz1
I created 2 versions of the "Fix-Fingerings" plugins for RH and LH only:
https://musescore.org/en/node/142436#comment-667716
In reply to I created 2 versions of the by musikai
Useful :) Thanks.