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