-
Notifications
You must be signed in to change notification settings - Fork 12
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
Esoteric issue: Indicating within-measure positions using metrical beats when the meter changes #89
Comments
Am I looking for trouble? Definitely. |
Hello! Delightful to have you and your trouble-bringing around! Welcome, welcome, welcome. This is certainly a known limitation of Roman text ... and of most off-score analysis formats ... including the DCML ;-). In short, there's no mechanism for encoding either of the solutions used elsewhere for this:
The place to report Romantext issues would be music21, but I rather doubt that Myke would accept this functionality even if you somehow work out a sensible solution to this. I also think it falls under the known edge cases we'd consider beyond the scope of Romantext and would expect to try and take on through the separate measure alignment routines. In this case, that routine would be:
I honestly don't know whether the existing code can deal with that ... let's go and find out! I do think it's realistic to achieve this fix (with the generalised logic solving for this specific case), but can imagine problems identifying it if there are many other issues around confounding the diagnosis. Thanks very much for pointing out this deliciously involved test case ... see you on the other repo! |
I stand corrected ... @mscuthbert has independently expressed an interest in this topic ;) Re-opening; and removing (Still a good topic for |
When-in-Rome/Corpus/Piano_Sonatas/Mozart,_Wolfgang_Amadeus/K284/3/analysis.txt
Line 228 in 6c923a1
m. 221 is divided into the last half bar in 2/2 meter of variation XI and the first quarter-length upbeat measure of variation XII in 3/4 meter. Indicitating the position of
V6
as b. 2 is therefore correct if we consider m. 221 to be in 2/2 and wrong if we consider it to be in 3/4. In the encoding here, the measure is still in 2/2 so maybe everything is in order...The text was updated successfully, but these errors were encountered: