vextab icon indicating copy to clipboard operation
vextab copied to clipboard

Ties missing when preceded by a triplet

Open jaredonline opened this issue 10 years ago • 3 comments
trafficstars

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:

Triplet, no tie

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:

No triplet, ties

jaredonline avatar Dec 12 '14 20:12 jaredonline

It also looks like the big bold "3" is missing above / below my triplet.

jaredonline avatar Dec 12 '14 20:12 jaredonline

Seems like neither of these issues exist in the latest version. Maybe you need to refresh?

screen shot 2014-12-15 at 10 42 14 am

0xfe avatar Dec 15 '14 15:12 0xfe

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?

jaredonline avatar Dec 16 '14 23:12 jaredonline