Edirom / MerMEId

Metadata Editor and Repository for MEI Data

Home Page:https://mermeid.edirom.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing output of time signature

KristinaRichts opened this issue · comments

When recording Telemann's Conclusion from the Musique de table, troisième production, it was noticed that the "crossed out 2" (like the "crossed out c"), which occurs in Telemann's works, is not displayed. Could this time signature be added?

Bildschirmfoto 2023-01-28 um 00 02 50

Bildschirmfoto 2023-01-28 um 00 02 26

Another example can be found in the Partia G-Dur. The preview shows a black bordered box instead of a c (for 4/4 time) (see screenshot):

Bildschirmfoto 2023-01-28 um 00 33 16

Bildschirmfoto 2023-01-28 um 00 31 42

It looks as if there's currently an (font) issue with rendering musical symbols. These are not displayed properly in the HTML output.
The other issue with the "crossed out 2" I'll have to check whether and how this might already be supported or how to add this.

Kleingruppe @dikastes @daniel-jettka and @peterstadler looked at this today and fixed the font issue for symbols selectable within the MerMEId (i.e. common time and cut time).

The other issue should in theory be working as stated in the help:

If the pre-defined metres are not sufficient, any other text describing the metre be entered here. MerMEId renders the metre text using a SMuFL font, so musical symbols such as notes or special time signatures may be pasted into this field.

<xf:input ref=".">
<xf:label><h:a class="help">?<h:span class="comment">If the pre-defined metres are not sufficient, any other text describing the
metre be entered here. MerMEId renders the metre text using a SMuFL font, so musical symbols such as notes or special time signatures
may be pasted into this field.</h:span></h:a></xf:label>
</xf:input>

Will need to investigate further why this is not processed properly.