import { Piano } from 'react-piano'; import 'react-piano/dist/styles.css'; import ABCNotation from '@site/src/components/ABCNotation'; # Scales adding notation versions as a way to learn the scales. I need to get a better understanding of the notation and how to read it. I also need to get a better understanding of the piano keys and how they relate to the notation. { console.log(midiNumber); }} stopNote={(midiNumber) => { console.log(midiNumber); }} /> **C** { console.log(midiNumber); }} stopNote={(midiNumber) => { console.log(midiNumber); }} /> **[Cm](https://en.wikipedia.org/wiki/C_minor)** (Left): 5, 4, 3, 2, 1, 3, 2, 1 | (Right): 1, 2, 3, 1, 2, 3, 4, 5 ![music-scales](/img/music-scales.jpg) ![music-scales](/img/music-scales-pentatonic.jpg)