sschmidPS 474707b895 comment 5 years ago
..
readme.txt 474707b895 comment 5 years ago
stavevolta.js a546c1b6bb add VexFlowPatch folder with Vexflow files to patch (need manual patching for now) 5 years ago
tabnote.js a546c1b6bb add VexFlowPatch folder with Vexflow files to patch (need manual patching for now) 5 years ago

readme.txt

These files are custom patches for the currently installed vexflow version.
They should be copied to ../../node_modules/vexflow/src/
This will be done by a pre-build script soon, but for now has to be done manually.

stavevolta.js:
Fix the length of voltas for first measures in a system
(whose lengths were wrongly extended by the width of the clef, key signature, etc. (beginInstructions) in Vexflow 1.2.93)

tabnote.js:
Add a context group for each tabnote, so that it can be found in the SVG DOM ("vf-tabnote")

Currently, we are using Vexflow 1.2.93, because of some formatter advantages
compared to Vexflow 3.x versions.
Because of that, we need to patch in a few fixes that came after 1.2.93.

All the current fixes are already merged into the Vexflow repository.