vexflow icon indicating copy to clipboard operation
vexflow copied to clipboard

A JavaScript library for rendering music notation and guitar tablature.

Results 81 vexflow issues
Sort by recently updated
recently updated
newest added

The standard banjo tuning is "Open G" but there are other tunings in common use. I've added three of them to the list of tuning names for convenience. - doubleCBanjo...

I'm using `RenderContext` as a convenient way to render shapes on top of a vexflow music sheet. I'm drawing rectangles like this: ```ts ctx.save(); ctx.setStrokeStyle(strokeStyle); ctx.rect(x, y, w, h); ctx.stroke();...

Hi Vexflow team! Thank you for this great lib! I have an issue with the [`addClass` method](https://0xfe.github.io/vexflow/api/classes/StaveNote.html#addClass), of a StaveNote, in particular. I tried using it on a StaveNote to...

Hi, I'm trying to generate multiple bars from a list of notes. Is there a helper method that automatically splits notes and adds a tie if they don't fit into...

Not sure if this is an issue only I'm facing, because the notes seem to be centered [in the tests page](https://www.vexflow.com/tests/?module=TabSlide). Here's how it looks for me locally, the tab...

Using Vexflow 4.2.5, passing a time signature to EasyScore doesn't override the default 4/4 time signature: ``` const factory = new Vex.Flow.Factory(); const vexScore = factory.EasyScore({ time: '3/4' }); EasyScore.defaults.time...

The repository you are looking at contains VexFlow 4.x. It is the current stable version and is maintained by @rvilarl and @ronyeh and others. The VexFlow 4.x package is published...

Using EasyScore syntax with Vexflow 4.2.5, 'B4/4./r' renders a dotted B4 _note_ rather than a rest, while 'B4/4/r.' renders a dotted B4 rest. Usually, I think the dot follows the...

I want to write tests for my app, but I'm not sure how to verify things. For example, I want to write an E2E test (using Cypress) to verify that...

Hi everyone! I'm trying to get a kind of Piano-Tabs to work in a notation program. Klavarskribo (especially the Dekker version) seems to be perfekt for unexperienced piano players since...