[Help] with Add Names Notehead plugin
Hi all,
I suppose this question has already been asked but I have not found the answer.
When I use the Add Names Notehead plugin, I would like the note names appears on the noteheads.
I change the settings but the name of the notes are always below the notes and it is tedious to put everything back by hand.
I think I'm doing it wrong with this plugin, can anyone help me please?
Thank you
Comments
Works for me, unledd I change the vertical offset in the plugin?
BTW: in the current nighly builds and with that in the next Major Version of MuseScore these named noteheads are built in, no Need for that plugin anymore, see https://musescore.org/en/node/141551
In reply to Works for me, unledd I change by Jojo-Schmitz
Thanks for your reply Jojo.
Yes I change the vertical, I put on 0 but it does not change anything.
Thanks for the information, I can not wait for the next version to arrive because I need this functionality.
In reply to Thanks for your reply by Akcel
The default Setting of 0.5 works just fine here.
Maybe it is related to you using a transposing instrument?
Can you share a score showing the Problem?
In reply to The default Setting of 0.5 by Jojo-Schmitz
This is strange because I leave the default settings as you can see on the capture.
I'm on a piano score and maybe that's the problem.
In reply to This is strange because I by Akcel
the default setting are 0.5, not 2.1. And 0.4 rather then 0 for the whole note Offset. I've looked them up in the code:
property var yOffset : 0.5
property var userWholeXOffset : 0.4
And these work just fine for me in a brand new piano score
In reply to the default setting are 0.5, by Jojo-Schmitz
Okay, the problem must come from that. However, I do not know how to access the code to change it.
In reply to Okay, the problem must come by Akcel
open the qml file with a plain text editor.
Or change in the dialog, to 0.5 and 0.4 respectively
Hmm, seems those defaults have been changed and I was using an older version of the plugin?
Mine is from 2015, the current one seems to be from April or February this year
In reply to Okay, the problem must come by Akcel
It's good I found coment access to the code.
So I made the changes and here is the result as an attachment.
EDIT : Sorry, I didn't see your message, yes I use the latest version of the plugin.