Adding chords
Hi guys is there any way I can program adding chords to a score instead of adding just notes ?
Hi guys is there any way I can program adding chords to a score instead of adding just notes ?
Do you still have an unanswered question? Please log in first to post your question.
Comments
Do you mean chord symbols?
In reply to Do you mean chord symbols? by Jojo-Schmitz
I guess. I mean many notes on a one spot
In reply to I guess. I mean many notes… by kamilio141414
OK, so not chord symbols...
For chords use Shft + Note symbol after the first note
In reply to For chords use Shft + Note… by elsewhere
I mean adding it in a plugin development.
This is how you add one note cursor.addNote(76)
I want to add a chord
In reply to I mean adding it in a plugin… by kamilio141414
See e.g. my plugins ChordInversion and/or NextInversion
In reply to See e.g. my plugins… by elsewhere
where do i find them ?
In reply to where do i find them ? by kamilio141414
Top of Page: Download > Plugins
But I found a simpler example:
WriteChords2.qml
In reply to Top of Page: Download >… by elsewhere
Pay attention that this example does not deal correctly with transposing instruments !
So if you don't have to deal with trumpets, clarinets, saxophones, ... this code is fine, otherwise check the this code use case deals with transposing instruments.