0xfe / vexflow

A JavaScript library for rendering music notation and guitar tablature.

Home Page:http://www.vexflow.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bends with different lengths

maxolasersquad opened this issue · comments

The current bend logic assumes all bends have the same length. For example, one may notate a band like this

notes :8 9b10b11b9/3

This would give us all bends as 8th notes. There's no way to notate that the full bend is held for a quarter note, or even that the bend goes immediately from 9/3 to a half bend, with the unbent note not held for any duration.

Hi, could you add a picture showing the expected and current result

These are generated from https://vexflow.com/vextab/

image

image

I would like to generate something like this, from the intro to GN'R's Breakdown intro.

image

The best aproximation I can get is something like this.

image

This does not seem to be a vexflow topic. You are using vextab, right?