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

Allow held-over or implied repeated notes #12

Open
chfin opened this issue Jan 23, 2020 · 1 comment
Open

Allow held-over or implied repeated notes #12

chfin opened this issue Jan 23, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request matcher

Comments

@chfin
Copy link
Member

chfin commented Jan 23, 2020

When a voice doesn't move between two stages, it might be held over to the second stage or even be missing (but implied) in the second stage. To account for these cases:

  • include a reduced version of the second stage in the input of the horizontal pass (i.e. run vertical skipgram passes for reduced stage versions)
  • adapt the prefix checker in the horizontal pass accordingly
  • adapt the overlap rules to ignore held over notes when the second stage is reduced
@chfin chfin added enhancement New feature or request matcher labels Jan 23, 2020
@chfin
Copy link
Member Author

chfin commented Feb 21, 2020

We allow this kind of annotation now in the annotation app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request matcher
Projects
None yet
Development

No branches or pull requests

2 participants