-
I am creating an app which renders a music score from a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You probably want soft voice mode, e.g.: const voice = new VF.Voice({
num_beats: 4,
beat_value: 4
}).setMode(VF.Voice.Mode.SOFT); |
Beta Was this translation helpful? Give feedback.
You probably want soft voice mode, e.g.: