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
trafficstars

* Add a VF.reset() that restores all globals to it's original state. (Ideally, we'll have a class to capture all the globals to simplify this. * Update our test harness...

4.x

https://github.com/0xfe/vexflow/blob/a3ac41ef4041d5d321d10eaf96b1b52857349b58/src/tuning.ts#L25-L28 The default tuningString is `E/5,B/4,G/4,D/4,A/3,E/3,B/2,E/2` which looks like the shape of a standard tuning of a 6-string guitar but with two extra bass strings at B/2 and E/2. Is...

4.x

Any way I can change the size of the note heads?

feature request

Beams look pretty poor. Our current algorithm for calculating the slope is completely independent of the staff. However, best practice says that the start and end of a beam are...

feature request

![image](https://cloud.githubusercontent.com/assets/1631625/18034662/96a6cdb0-6d3a-11e6-9efa-5d1b8571e3f4.png)

feature request

This is related to #569 -- especially @mscuthbert's and my back and forth on default stave line & ledger line styles. In particular, it's made me realize that many of...

discussion

After everything is formatted, my_notehead.getBoundingBox() gives the error "Can't call getBoundingBox on an unformatted note.", because my_notehead.preFormatted is set to false. However, there are four variables needed for the calculation,...

feature request

Ok so now that we'll soon have staves set on elements before formatting, we'll be able to freely convert between pixels/staff spaces and do all positioning of elements in `Formatter#format`...

discussion

Two major problems: - VexFlow has no clearly defined object lifecycle - VexFlow provides no support in assembling objects the right way This is something that that tests get really...

discussion

@0xfe has been [working on a simple full-score example in VexFlow](https://github.com/0xfe/vexflow/pull/437). Even though it's still in progress I thought this was a great opportunity to assess VexFlow's default style. Almost...

discussion