vextab icon indicating copy to clipboard operation
vextab copied to clipboard

eight note rest gets appended to prior eight notes, would expect it standing alone

Open dominikschreiber opened this issue 10 years ago • 4 comments

Hi there,

I found that an eight note rest gets appended/prepended to surrounding eight notes instead of standing alone. See my minimal example, with the relevant code

:8 C/4 ##

that produces minimal-example

Is this by design (e.g. to support multiple voices in a single stave with each its own rests)? If so, is there a way to create an output like (without the bar |)

expected

Thanks in advance (and pretty neat project, btw!), Dominik

dominikschreiber avatar Dec 23 '14 16:12 dominikschreiber

No way to do this right now. I suppose there should be a way to disable beaming per-note if requested. I'll think about a syntax for this.

0xfe avatar Dec 24 '14 20:12 0xfe

I like my rests appended. If you implement it please make it optional.

mrdnote avatar Jun 27 '15 18:06 mrdnote

Are there any updates on this issue? It would be great to be able to show the rest either way.

mattbtyler avatar Apr 05 '16 04:04 mattbtyler

I have a fix: https://github.com/0xfe/vextab/issues/104#issuecomment-465408613

isovector avatar Feb 20 '19 03:02 isovector