vexflow
vexflow copied to clipboard
A JavaScript library for rendering music notation and guitar tablature.
Beam and notehead overlapping. 
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...
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. 
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...
Look at the marccato positioning done by finale  Now the vexflow way  1. Any way I can place the marccato out of the staff as Finale is positioning...
I am rendering something like  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...
A `ModifierContext` has a `state` that has 4 properties, each which maps to a `Modifier.Position`. | `state` property | `Modifier.Position` | Unit | | --- | --- | --- |...
- 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....
These beams are seen in the `tradeoffs` test in `tests/beam_tests.js` Here are some beams formatted to a 300px width:  Here are the same beams formatted to a 500px width:...
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...