pyabc2.abcjs.htmlgen.html¶
- pyabc2.abcjs.htmlgen.html(abc, *, title='abc', scale=1.0, staff_width=740, **kwargs)¶
Generate an HTML page to render ABC with abcjs, returning string.
- Parameters:
abc (str) – The ABC notation to render.
scale (float) – Scaling factor for the music rendering.
staff_width (int) – Width of the staff in pixels.
**kwargs – Additional abcjs options that haven’t been explicitly defined here in the signature. https://docs.abcjs.net/visual/render-abc-options.html
title (str)