Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed Feb 26, 2020
1 parent 1fa2df0 commit 5e8147b
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions mei2ly.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1646,22 +1646,14 @@
<xsl:text>-\tweak color #</xsl:text>
<xsl:call-template name="setColor" />
</xsl:if>
<xsl:call-template name="setMarkupDirection" />
<xsl:apply-templates />
<xsl:if test="@accidlower or @accidupper">
<xsl:call-template name="addOrnamentAccid" />
</xsl:if>
<xsl:call-template name="setMarkupDirection" />
<xsl:apply-templates />
</xsl:template>
<!-- MEI symbol -->
<xsl:template name="symbol" match="mei:symbol">
<xsl:if test="$useSvgBackend">
<xsl:text>-\tweak output-attributes #&apos;</xsl:text>
<xsl:call-template name="setSvgAttr" />
</xsl:if>
<xsl:if test="@color">
<xsl:text>-\tweak color #</xsl:text>
<xsl:call-template name="setColor" />
</xsl:if>
<xsl:call-template name="setSmuflGlyph" />
</xsl:template>
<!-- MEI trill -->
Expand Down

0 comments on commit 5e8147b

Please sign in to comment.