0xfe / vexflow

A JavaScript library for rendering music notation and guitar tablature.
http://www.vexflow.com
Other
3.83k stars 657 forks source link

Angled and square fermatas #1608

Closed jaredjj3 closed 4 months ago

jaredjj3 commented 5 months ago

In https://github.com/stringsync/vexml/pull/202, I tried to add full support for all fermatas from the lilypond test suite.

image

However, I didn't find symbols for the angled and square fermatas. Could these be supported in vexflow?

jaredjj3 commented 4 months ago

https://github.com/stringsync/vexml/pull/202#issuecomment-1901167854

@jaredjj3 they are there :) The fermataShortAbove/Below are the angled ones and the fermataLongAbove/Below is the squared ones.

Thanks @rvilarl !