Skip to content

Commit

Permalink
last piece for supporting MUFI, closing #381
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Mar 18, 2021
1 parent 4407920 commit 424afd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xsl/common_main.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,10 @@
<xsl:attribute name="class" select="'musical-symbols'"/>
<xsl:value-of select="codepoints-to-string(wega:hex2dec(substring-after($smuflCodepoint, 'U+')))"/>
</xsl:when>
<xsl:when test="@type='mufi'">
<xsl:attribute name="class" select="'mufi-symbols'"/>
<xsl:apply-templates/>
</xsl:when>
<xsl:otherwise>
<xsl:message>XSLT Warning: template for `tei:g` failed to recognize glyph in document <xsl:value-of select="$docID"/></xsl:message>
<xsl:apply-templates/>
Expand Down

0 comments on commit 424afd6

Please sign in to comment.