cuthbertLab / music21j

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

Restore v0.14 lyrics #251

Closed mscuthbert closed 3 weeks ago

mscuthbert commented 3 weeks ago

The new TextAnnotation version of lyrics in VF4 is too buggy to use: lyrics are spaced beautifully normally, but can easily cause music to overflow the stave, which is impossible to use.

Temporarily restore the old version of lyrics from 0.14.x. (All the new routines are still around (in note.ts and vfShims.ts) but are not being used.)

This will allow development of music21j to continue until VF5 is out and 5.1 can implement a stave overflow patch.

Keeping in all the non-lyric improvements from 0.15 and also the ability to specify a global lyric style.

mscuthbert commented 3 weeks ago

Calling this v0.16 -- so that 0.15 is an entire release on the new lyrics line.