Figuration and naming notes
Hi once more!
Is it possible to show chord text for an entire voice, without having to select one and one chord?
Can you add names for each note (not chord) automaticly also?
I'm sorry if I'm spamming, I couldn't find this in the forum or the handbook...
Comments
Could you please explain more? I can't understand what it is you want to do.
In reply to Could you please explain by xavierjazz
I want to add chords based on the stuff played by an instrument. I also would like to add the names of the notes (C - D - E -#G - A....) of another instrument. Can this be done automaticly?
In reply to I want to add chords based on by Trlv
at this conversation:
http://musescore.org/en/node/19974
is a trick to the lyrics, maybe it works for chord names
In reply to Try to look by Shoichi
Ok, but here you have to do it manually. Is there a plugin or something that recognizes chords automaticly? I think this program had this function, but now I'm not licenced to it anymore...
In reply to Ok, but here you have to do by Trlv
This might help here: http://musescore.org/project/findharmony
In reply to I want to add chords based on by Trlv
You can try the Note Names Plugin
In reply to You can try the Note Names by Jojo-Schmitz
Thank you! Wonderful plugin!! :D
In reply to Thank you! Wonderful plugin!! by Trlv
Is there any way of replacing all note names of a note to something else? Like Eiss to just F?
In reply to Is there any way of replacing by Trlv
With that plugin? Yes, by modifying the code (or the note names' translations)
In reply to With that plugin? Yes, by by Jojo-Schmitz
Ok, how do I do that? I now nothing of javascripting... I use the norwegian musescore.
In reply to Ok, how do I do that? I now by Trlv
Replace "case 25: text.text += qsTr("E#"); break;" with "case 25: text.text += qsTr("F"); break;"
Or just modify the text that reads Eis to F