Music21j Sandbox
A live editor for experimenting with Music21j and Vexflow, based on the Vexflow Sandbox
var n = new music21.note.Note("C#"); n.duration.type = "whole"; var s = new music21.stream.Stream(); s.append(n); s.replaceDOM();