Closed rettinghaus closed 4 years ago
Perhaps using the group element? So we'd have something like:
<text>
<group>
<group source="#orchestre1713">
<text>
<body>
<p xml:id="on-meter-signature">
<!-- description from Das neu-eröffnete Orchestre -->
</p>
</body>
</text>
<text>
<body>
<p xml:id="on-key-signature">
<!-- description from Das neu-eröffnete Orchestre -->
</p>
</body>
</text>
</group>
<group source="#firstEdition">
<text>
<body>
<p>
<!-- description from below the PS -->
</p>
</body>
</text>
<text>
<body>
<div>
<head>Erläuterungen</head>
<!-- The Erläuterungen themselves -->
</div>
</body>
</text>
</group>
</group>
</text>
I'm not sure about proper IDs for the overlays though, something like a class
attribute would be more appropriate ...
@rettinghaus Any idea?
Seems a bit too structured for now. I'll think about this.
Those remarks are encoded now in a tei:div
in the comment files. Key and meter characteristics are separated out.
Following some Prob-Stücke there is a remark by Mattheson, especially that one below PS8. How to deal with those? Where should they be encoded and how? (In the PS8 case we would then have two
key-overlay
s)