pfefferniels / probstuecke-digital

A digital edition of the 24 Probstücke of the Oberclasse by Johann Mattheson.
http://probstuecke-digital.de
GNU General Public License v3.0
10 stars 1 forks source link

What about Mattheson's remarks? #44

Closed rettinghaus closed 4 years ago

rettinghaus commented 4 years ago

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-overlays)

pfefferniels commented 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 ...

pfefferniels commented 4 years ago

@rettinghaus Any idea?

rettinghaus commented 4 years ago

Seems a bit too structured for now. I'll think about this.

pfefferniels commented 4 years ago

Those remarks are encoded now in a tei:div in the comment files. Key and meter characteristics are separated out.