Closed JackWilton1594 closed 2 months ago
The style file modernized.scss line 35 specifies that stage directions are by default display: block
; stage directions which are direct children of the speech (<sp>
) element are to be rendered inline. @LEMDO-PM @pszpak: is this the intended behaviour? Or was the intention that <stage>
elements that are descendants of <sp>
elements should be inline?
Stage directions which are direct children of <l>
or <p>
within <sp>
should be rendered inline. These are typically delivery (To X, Aside) and other stage business (Shakes, Rattles, and Rolls).
Stage directions outside of these – but still within <sp>
– should have their own line. These include entrances, exits, and more complex stage business. These should be flush left, except for exits which are flush right. Example:
`
`
I'll be on this tomorrow afternoon.
I've committed a fix for this, and Martin has committed a fix for an XSLT issue to restore parentheses. Leaving this open for now, but will close once we see the new build.
This looks good in this last build. Closing this issue :)
Hi team,
In-line stage directions are rendering in odd ways. Here, in 1HW, for example:
The stage directions should be rendered in brackets and on the same line as the dialogue. The code is: `
Two further examples: