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

Beam and notehead overlapping. ![Three_Voice_Rests Three_Voices____2_Complex Bravura](https://user-images.githubusercontent.com/22865285/151691909-242b7be1-fa68-4d93-8178-d49dc933fad6.png)

feature request

I'm trying to make a simple selector for a user to set the Clef and Key, but I'm noticing I get the same results with both clefs, that the key...

bug

Two errors in a chord(d#/5, dn/5, db/5). 1. Only shows two note keys; 2. First note key overlaps the last accidental. ![image](https://cloud.githubusercontent.com/assets/983801/21636060/ff24d8e8-d29b-11e6-99a6-62005c2b9ae0.png)

feature request

For example,in the Tutorial (https://jsfiddle.net/8eckj32x/512/); I added two output statements before and after this sentence(voice.draw(context, stave);). like this: console.log(notes[0].getAbsoluteX()); voice.draw(context, stave); console.log(notes[0].getAbsoluteX()); The results are different.As one is 0,one is...

question

Look at the marccato positioning done by finale ![1](https://user-images.githubusercontent.com/4021701/28702171-e3aba1c8-7363-11e7-90a5-e3d546e9c9de.JPG) Now the vexflow way ![2](https://user-images.githubusercontent.com/4021701/28702180-f577fad2-7363-11e7-8980-82fa8d5d8f65.JPG) 1. Any way I can place the marccato out of the staff as Finale is positioning...

feature request

I am rendering something like ![align](https://user-images.githubusercontent.com/579771/79076344-a574aa80-7cb6-11ea-9f37-e3d073cee1c6.png) by simply having the following in a loop ```javascript var note = new VF.StaveNote({clef: "treble", keys: [upper_note], duration: "q", auto_stem: true }); note.addModifier(0, new...

discussion

A `ModifierContext` has a `state` that has 4 properties, each which maps to a `Modifier.Position`. | `state` property | `Modifier.Position` | Unit | | --- | --- | --- |...

discussion

- build e3d0eb8f7eab7900b645245adfa61a2a680fc015 and load (Reproduce in chrome, safari, and FX): {TabSlide › Simple TabSlide › SVG + Bravura} (Assume that all tests that use the MeasureTextCache are affected) 1....

bug
4.2

These beams are seen in the `tradeoffs` test in `tests/beam_tests.js` Here are some beams formatted to a 300px width: ![image](https://cloud.githubusercontent.com/assets/1631625/21288478/01721238-c47c-11e6-8903-ea37919a8eb8.png) Here are the same beams formatted to a 500px width:...

bug

Hi everyone, I wanted to get an idea of how everyone is using VexFlow. Particularly to help guide my contributions to the project. Some granularity in how your system hooks...

discussion