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

bugfix re: voice parsing #177

Merged
merged 1 commit into from
Jan 28, 2016
Merged

bugfix re: voice parsing #177

merged 1 commit into from
Jan 28, 2016

Conversation

daveyarwood
Copy link
Member

In some cases, voice parsing wasn't happening correctly -- subsequent voices were being nested inside of the previous voice, instead of them all being nested at the same level in the voice group like they should be. This was caused by an ambiguous grammar rule that allowed a voice group to be an event in a voice. Alda doesn't support nesting voices inside of voices, so we can solve the ambiguity by disallowing that explicitly.

In some cases, voice parsing wasn't happening correctly -- subsequent voices were being nested inside of the previous voice, instead of them all being nested at the same level in the voice group like they should be. This was caused by an ambiguous grammar rule that allowed a voice group to be an event in a voice. Alda doesn't support nesting voices inside of voices, so we can solve the ambiguity by disallowing that explicitly.
daveyarwood added a commit that referenced this pull request Jan 28, 2016
@daveyarwood daveyarwood merged commit 137ac22 into master Jan 28, 2016
@daveyarwood daveyarwood deleted the bugfix-voice-parsing branch January 28, 2016 03:47
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

Successfully merging this pull request may close these issues.

1 participant