import { Piano } from 'react-piano'; import 'react-piano/dist/styles.css'; import ABCNotation from '@site/src/components/ABCNotation'; # Notation Flipping through a bunch of pdfs for scales isn't going to cut it so I'm adding two libraries to help me with music notation. The first is a library for rendering piano keys and the second is a library for rendering ABC notation. - [react-piano](https://github.com/kevinsqi/react-piano) - [abcjs](https://www.abcjs.net/) - [ABC Notation](https://en.wikipedia.org/wiki/ABC_notation) ## Piano Example { console.log(midiNumber); }} stopNote={(midiNumber) => { console.log(midiNumber); }} /> ## ABC Notation Example You can add interactive features by setting more options: { console.log(abcElem); } }} />