Skip to content

Commit

Permalink
minor fix for fTrem
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed Feb 28, 2019
1 parent 188d51a commit f8adc40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mei2ly.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,9 @@
</xsl:when>
</xsl:choose>
<xsl:apply-templates/>
<xsl:value-of select="'} '" />
<xsl:if test="@measperf|@slash">
<xsl:value-of select="'} '" />
</xsl:if>
</xsl:template>
<!-- MEI tuplet -->
<xsl:template match="mei:tuplet[@copyof]">
Expand Down

0 comments on commit f8adc40

Please sign in to comment.