We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I avoid tuplets for rests?
tuplets
rests
VexTab automatically merges notes into tuplets, but it is not the behavior I desired when using rests.
Can I disable auto tuplets?
For example, for one note and a rest, this :8 ## :8 C/4 ^1,2^ is closer to what I want than this :8 ## :8 C/4`.
:8 ## :8 C/4 ^1,2^
When I put a bar between a rest and some notes it obviously stop merging them into a tuplet.
The text was updated successfully, but these errors were encountered:
I found a solution---you can patch this out pretty trivially by editing vextab-div.js:
vextab-div.js
@@ -46481,8 +46481,6 @@ Artist = (function() { "accidentals": "standard", "tab-stems": "false", "tab-stem-direction": "up", - "beam-rests": "true", - "beam-stemlets": "true", "beam-middle-only": "false", "connector-space": 5 };
Sorry, something went wrong.
No branches or pull requests
How can I avoid
tuplets
forrests
?VexTab automatically merges notes into tuplets, but it is not the behavior I desired when using
rests
.Can I disable auto tuplets?
For example, for one note and a rest, this
:8 ## :8 C/4 ^1,2^
is closer to what I want than this :8 ## :8 C/4`.When I put a bar between a rest and some notes it obviously stop merging them into a tuplet.
The text was updated successfully, but these errors were encountered: