I'm trying to render a very simple chord like so:
I tried to do
score.notes('(C#5/q B4 A4 G#4)')
as demonstrated here: https://jsfiddle.net/gcrb86fk/38/
But I get IncompleteVoice: Voice does not have enough notes
in the console. Is there any easy way to do this straightforward use case? Or another js library?