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 double child without parents edge? #5

Open
chfin opened this issue Jul 7, 2023 · 0 comments
Open

Allow double child without parents edge? #5

chfin opened this issue Jul 7, 2023 · 0 comments

Comments

@chfin
Copy link
Member

chfin commented Jul 7, 2023

This would make analyses much more flexible. The required change to the parser is basically to not introduce mandatory edges for double ornaments, which generally should lead to more possible parses.

An example is Schumann's Träumerei: The E4 in m. 4 is a neighbor to the F4s in mm. 1 and 5, so by extension it should also be a neighbor to the F4 in the V(64) chord before, which is subordinate and thus require a connection F4@2-E4@4. We also want the F3 of the V(64) to go to E4, completing the line (A3-G3-F3)-E4, but since the F3 comes from the F3@2 of the IV chord, it would require an edge F3@2-E4@4, which conflicts with the edge F4@2-E4@4. Allowing double ornaments without parent edge allows us to express E4 as a neighbor of the F4s, but at the same time the F3 of the V(64) as leading to the E4.

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

1 participant