Stem direction using a plugin

• May 18, 2021 - 19:19

When creating a note how can I switch the stem direction using QML?


Comments

Does note.stemDirection work?
Perhaps console.log it first on notes that have their direction set so you can see what the expected value is supposed to be.

Finally did it.

Another user sent a solution to use the bass drum on a separate track and voice.
Then I used the style change of of beamNoSlope:
eScore.style.setValue("beamNoSlope", true);
to create beams without slopes. The system then automatically sets the bass drum stem down and the cymbal and snare drum parts up.

This is the format used in a lot of drumset music.

Do you still have an unanswered question? Please log in first to post your question.