0xfe / vextab

A VexTab Parser for VexFlow
Other
595 stars 115 forks source link

bar breaks staff/tab alignment #99

Open nirodho opened 7 years ago

nirodho commented 7 years ago

Here's a slightly modified snippet from the tutorial (I just added a bar to the notes):

tabstave notation=true time=4/4 notes 4-5-6/3 10/4 |

deju1980 commented 6 years ago

Hi, I (think) I've managed to fix this by altering one line of code in the vextab\js\vextab-div.js file.

Search for 'function setEndBarType', and set 'this.formatted = true'. Should hopefully solve your issue!