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

Listen to markers #11

Open
uliska opened this issue May 16, 2016 · 1 comment
Open

Listen to markers #11

uliska opened this issue May 16, 2016 · 1 comment
Labels

Comments

@uliska
Copy link
Contributor

uliska commented May 16, 2016

I've now (finally) taken a look at the listen-rehearsal-mark branch, at least on the example file, and I have a few questions:

In general I think it is a very good thing to have mods relative to such hooks, as this will make them more robust for a significant number of use cases where the time structure of a score isn't completely pre-set.
However, it's not always acceptable to be forced to add a rehearsal mark for that. So: is it possible to use invisible marks as hooks, either by making an explicit \mark invisible or (rather?) by introducing a new type of object? So the user would insert some thing like a \eeHook "sectionA" somewhere and the mod refers to that.

I think the naming \editionModMarked should be reconsidered. When reading the example file I wouldn't have guessed what that means. That name rather indicates that something has been marked - rather what we are looking forward with the IDs.
Maybe it would be better to integrate the functionality in the \editionMod command as an option?

@jpvoigt
Copy link
Collaborator

jpvoigt commented May 16, 2016

  1. The name is just s scrap-name. Perhaps we find a reasonable name, when we solved 2.
  2. I used rehearsalMarks as a first solution. An eeHook- or eeMark-event would be a good thing. They could optionally produce a RehearsalMark. So the rehearsalMarks are used here, to have a working solution right now, but that shall not be the final state.

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

No branches or pull requests

2 participants