vextab
vextab copied to clipboard
Ties missing when preceded by a triplet
Hi there!
It seems there's a subtle bug, or maybe I'm doing something wrong. If a tie is preceded by a triplet, then the tie doesn't illustrate in the clef (just in the tabstave).
Here's an example of the vextab I'm using, with the triplet (and no ties to the B in stave 3 and 4)
options stave-distance=30 space=10 player=true
tabstave notation=true
key=E
time=3/8
voice
notes :8 (7/1.9/2) (7/1.9/2) (7/1.9/2) | (7/1.9/2) (7/1.9/2) (7/1.9/2) | (7/1.9/2) (7/1.9/2) (7/1.9/2) | (7/1.9/2) (7/1.9/2) (7/1.9/2) =:|
voice
notes :qd (0/6.9/4.9/3) | :16 ## 8/3 6/3 9/4 6/3 8/3 | 6h8p6/3 ^3^ :8 9/4 T9/4 | :qd T9/4
And here's the rendered output:

Here's one without the triplet, the tie renders correctly (but the bars don't, because the count is wrong, as expected)
options stave-distance=30 space=10 player=true
tabstave notation=true
key=E
time=3/8
voice
notes :8 (7/1.9/2) (7/1.9/2) (7/1.9/2) | (7/1.9/2) (7/1.9/2) (7/1.9/2) | (7/1.9/2) (7/1.9/2) (7/1.9/2) | (7/1.9/2) (7/1.9/2) (7/1.9/2) =:|
voice
notes :qd (0/6.9/4.9/3) | :16 ## 8/3 6/3 9/4 6/3 8/3 | 6h8p6/3 :8 9/4 T9/4 | :qd T9/4
And the rendered output:

It also looks like the big bold "3" is missing above / below my triplet.
Seems like neither of these issues exist in the latest version. Maybe you need to refresh?

I'm currently using
;/**
* VexTab 2.0.10 built on 2014-11-28.
* Copyright (c) 2010 Mohit Muthanna Cheppudira <[email protected]>
*
* http://www.vexflow.com http://github.com/0xfe/vextab
*/
Is that not the latest version?