0xfe / vextab

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

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

Open dominikschreiber opened 9 years ago

dominikschreiber commented 9 years ago

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

0xfe commented 9 years ago

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.

mrdnote commented 9 years ago

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

mattbtyler commented 8 years ago

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

isovector commented 5 years ago

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