cuthbertLab / music21j

Javascript port of music21 -- Toolkit for Computational Musicology
Other
147 stars 41 forks source link

Lyrics as Vexflow annotations #243

Closed mscuthbert closed 7 months ago

mscuthbert commented 7 months ago

Lyrics have really not been working for a very long time since upgrading to Vexflow 3. The whole system of TextNotes was not properly working with Formatter.

Replacing them with the suggested way of using Annotations. But Annotations really, REALLY, REAALLY want to stick to the note's vertical position. So there are a number of shims now (vfShims returns!) to make them work properly.

Still to-do: trying to place hyphens halfway between notes. But this is much better than the current process where they were placed on top of other notes!