A React component that uses the awesome abc2js to render music notation written using the ABC notation.
<Abcjs
abcNotation={
'X:1\nT:Example\nM:4/4\nC:Trad.\nK:G\n|:Gccc dedB|dedB dedB|c2ec B2dB|c2A2 A2BA|'
}
parserParams={{}}
engraverParams={{ responsive: 'resize' }}
renderParams={{ viewportHorizontal: true }}
/>