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

Shorthand syntax for simple use cases #19

Open
zolaemil opened this issue May 31, 2018 · 1 comment
Open

Shorthand syntax for simple use cases #19

zolaemil opened this issue May 31, 2018 · 1 comment

Comments

@zolaemil
Copy link
Contributor

zolaemil commented May 31, 2018

It would be useful to have some shorthand for simple use cases. For example when selecting a continuous range of beats (across all staves), but starting and ending in the middle of measures, the current syntax requires a quite verbose expression:

/1-10/all/@3-end,@all,@all,,@all,@all,@all,@all,@all,@all@start-2

Introducing a shorthand for continuous selections, this could be equivalent to:

/1-4/all/@3..2

Here ".." replaces the segment "-end,@all,@all,,@all,@all,@all,@all,@all,@all@start-" from the first expression.

@alexandermorgan
Copy link

I'm not sure where the best place to put my comment is, but this issue seems to be the most related. I just developed some tools for using EMA and have several thoughts about the syntax. It's such a great tool so I'm happy to share my comments on some difficulties I had with the syntax. If there is interest in this feedback and code and EMA is still being developed, please let me know.

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