frmatthew / exsurge

A JavaScript library for rendering Gregorian Chant in square note notation
MIT License
54 stars 13 forks source link

Implement italic/bold/small caps/color on textual elements #10

Closed frmatthew closed 8 years ago

frmatthew commented 8 years ago

Actually, the code is in place for this enhancement, but currently it applies CSS styles to the SVG text elements. Currently those styles are not present, so styling doesn't work. So these styles need to be added to the SVG in a element.

Also, do we try to implement gabc's html style text indicates (e.g., , etc.)? As much as I hate to depart from the gabc spec, it is a tedious way to indicate textual changes...

Scribam's Markdown-like syntax is so much simpler.