TEIC / TEI

The Text Encoding Initiative Guidelines
https://www.tei-c.org
Other
269 stars 88 forks source link

Add sp to att.placement #2528

Open JanelleJenstad opened 4 months ago

JanelleJenstad commented 4 months ago

It would be useful to be able to encode the placement of speeches on the dramatic page in cases where a speech is beside another speech or in the marginal area. Please add the <sp> element to the att.placement attribute class.

Use Cases

  1. Hamlet, second quarto from 1604/5. In the Mousetrap scene (i.e., Hamlet's play) there are two speeches that are set to the right of other speeches. The placement is important for editors and for people studying performance because the placement suggests that Hamlet interrupts or speaks over the Player Queen. We see similarly significant speech placements across the corpus of early modern drama and would like to be able to use the @place attribute and values from our place taxonomy to capture this significant information (not least because we want to be able to search for speeches that appear beside others): image (Note that we will likely use the <spGrp> element to group these speeches.

  2. As You Like It, 1623 Folio. Here's an example where the compositor has crunched in a speech in the marginal space. It's not semantically significant, but if one is interested in compositorial practice and mise-en-page, one would want to be able to indicate placement.

image

Current encoding is this: `

Ham. That’s wormwood

`

Desired encoding is this: `

Ham. That’s wormwood

`

sydb commented 4 months ago

:+1:

lb42 commented 4 months ago

This sort of placement is quite uncommon in 19c material. What we have to contend with far more frequently is things like this:

parallel

Would this change help with that? How would you recommend encoding it?