Music Notation
ABC notation is a form of music notation that is easily parsable and editable by both people and machines.
This library uses abc.js to render ABC notation as music scores on screen.
The @music-ui/abc package provide various ways to render music notation:
- the
initABCScorefunction: the quickest way; - the
initABCScoreWithPlayerfunction: with playback support; - the
ABCScoreclass: full control, but you have to wire it to your custom interface.
Installation
pnpm add @music-ui/abcLast updated on