-
Notifications
You must be signed in to change notification settings - Fork 29
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
Wrong use of <subst> in guidelines for <supplied>? #97
Comments
Indeed! That should be an orig/reg: <choice>
<orig>
<gap extent="two eighth notes" reason="missing notes"/>
</orig>
<reg>
<note pname="e" oct="3" dur="4"/>
<note pname="f" oct="3" dur="4"/>
</reg>
</choice> |
But then this isn't an illustration of the |
Huh. I'm surprised that's the only example. Something with music ficta, or adding an accidental forgotten in a manuscript would be much more relevant. |
I wouldn't say that the |
@pe-ro what's wrong with my choice/orig/reg rewrite of the example above? That's how it would be done in TEI and it does what was intended in the original example with |
Nothing wrong with your rewrite. Please fix the Guidelines example. But I'm looking for a way to group editorial interventions without resorting to |
Maybe this is for a different ticket, but what do you mean by grouping editorial interventions? If it's akin to the example above, then choice/orig/reg is the obvious solution, no need for app/rdg. |
How does one group |
Or, how can |
I would group them with choice/orig/reg.
I would also do the same with If I wanted to use |
I see the logic, but that requires an extra layer in the hierarchy and it throws a significant wrench in the works re: the content models of |
I think that's worth it; so that we get to keep the definition of choice and subst well distinguished between editor and scribe. But we probably need to hear from @kepper as well. |
Well, you certainly don't need to hear from me – but thanks for asking ;-) I'm not sure I really get the point of this discussion, but I totally agree that we need to be as clear as possible with a separation between "editor markup" and "scribal markup". It seems equally clear that this is the distinction between choice and x, but I'm not perfectly decided if x = subst. I guess everything a scribe does can be subsumed under the term substitution, but not everything can be subsumed under the tag subst. With the Beethoven, we moved away from wrapping a del/add combination with subst, as this subst effectively prevents us from using restore for the deleted part (it doesn't seem to be clear if the restore takes away the added material or not). |
In my understanding,
<subst>
is for encoding scribal substitutions, not editorial substitutions. That's how I read the guideline chapter Substitutions, Restorations, and Handshifts, which seems to match how the TEI equivalent is designed to be used.However,
<subst>
is used for grouping editorial additions in an example of chapter Omissions, Unclear Readings, Damage, and Supplied Readings. Being no edittrans expert, I feel this is probably improper use and the example should be changed - but how?<choice>
wouldn't be a drop-in replacement for<subst>
here, it neither allows<gap>
nor<supplied>
as content.As a side note: All notes under the beam in that example are oddly encoded as quarter notes.
The text was updated successfully, but these errors were encountered: