-
Notifications
You must be signed in to change notification settings - Fork 0
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
Handle case of missing letter(s) in a single syllable #38
Comments
@annamorphism This seems like it may be a unique case? Do you think it is ok to expect that the encoding "convention" will be what you've fixed it to be here? Sorry... this one turns out not to be as simple as I thought when I put this chant in the comment of #26 |
Hmm. It's certainly an edge case--the protocols all seem to assume that missing text will imply missing syllables, but if only a few letters are missing that may not be the case. I'm going to see if I can find other examples just to see if there is some other solution that is already being used. |
update: I have consulted The Debra on this question. For this particular case we could cheat and just supply the missing letter (it's not that hard to read...) if we need to resolve this case right now, but we probably want a more general solution for future use. (Folds in manuscripts happen enough of the time I am a little surprised this is the only case that's been picked up, which suggests to me that in other cases people simply ignored the missing letters...) |
I suspect this is correct. If I look at the following folio |
The (potentially only) case of this is chant 254921...there is a two-syllable word "m(?)os" where there is a single missing letter. The usual practice of encoding missing words or syllables (with a "#") is an edge case here, because this assumes that there is volpiano that should be aligned with (and only with) those missing letters/syllables/words. In this case, however, the volpiano syllable should be aligned with the "m" AND the missing letter.
The text was updated successfully, but these errors were encountered: