Skip to content
New issue

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

Avoid tuplets for rests #104

Open
arthursw opened this issue Sep 23, 2018 · 1 comment
Open

Avoid tuplets for rests #104

arthursw opened this issue Sep 23, 2018 · 1 comment

Comments

@arthursw
Copy link

arthursw commented Sep 23, 2018

How can I avoid tuplets for 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`.

When I put a bar between a rest and some notes it obviously stop merging them into a tuplet.

@isovector
Copy link

I found a solution---you can patch this out pretty trivially by editing 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
     };

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants