show drums score with 6, 7 stroke. #1612
-
I want to show drums score with 6, 7 stroke. VexFlow view6stroke and 7stroke are wrong view. drums 6 stroke.drums 7 stroke.source code
How do I solve this? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Here is a 7 // smo119401 etc are notes
const smo119414 = new VF.Tuplet([smo119401,smo119403,smo119405,smo119407,smo119409,smo119411,smo119413],
{"num_notes":7,"notes_occupied":4,"ratioed":false,"bracketed":true,"location":1}); |
Beta Was this translation helpful? Give feedback.
-
@AaronDavidNewman How can I show drums ghost note, like this. (●) Could you please teach me? |
Beta Was this translation helpful? Give feedback.
-
That is just a parenthesis modifier. You add it directly to the note.
|
Beta Was this translation helpful? Give feedback.
Here is a 7