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

I'm trying to build a small app that renders to assist with the positions and notes for recorders, and I have everything already set up, but I am trying to...

Hi, In older versions (4.1) this used to work, but I realized that the behavior of .scale() has changed in the latest 4.2 version. The behavior switched from scaling from...

@mscuthbert @0xfe Is it okay for me to delete the two stale branches (3 yrs old and 6 yrs old)?

maintenance

Issue on: https://github.com/0xfe/vexflow/wiki/Visual-Regression-Tests There does not seem to be an 'npm run generate' command -- there are however various gruntfile commands. Not sure the exact best order to run.

maintenance

Beams applied to notes that are far apart and require stem extensions end up sloping in the wrong direction: the problem gets worse the farther the notes are off the...

There is still a small bug where the footer links are hidden behind the header, and one of the tests seems to be rendered off to the left. Can you...

(Continuing with things in 4 that are regressions in my use cases) Currently the font-family, font-size, etc. attributes for the `` object can be specified in the Font.SANS_SERIF, etc. properties,...

### Discussed in https://github.com/0xfe/vexflow/discussions/1493 Originally posted by **ego-lay-atman-bay** December 17, 2022 How do I position the measure numbers? I don't want the numbers to be directly above the barline.

feature request
4.x

In a non-tab stave, setting staveNote duration '4r' will create a quarter rest. For a tabNote though, this doesn't affect the note. How do you create a rest on a...

## Guitar Pro 7 (expected) ## vexflow (actual) In https://github.com/stringsync/vexml/pull/218, I added support for rendering MusicXML [``](https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/bend/) elements. There are three types of bends: `normal`, `prebend`, `release`. [BendPhrase](https://github.com/0xfe/vexflow/blob/c1d8ac265fb8d29a2930e4e36296a7635c2fe12c/src/bend.ts#L12) only supports...