Skip to content

Commit

Permalink
Fix problem re: time sig change
Browse files Browse the repository at this point in the history
  • Loading branch information
pe-ro committed Dec 28, 2015
1 parent 06636fa commit b6d7223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion musicxml2mei/musicxml2mei-3.0.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -2030,7 +2030,7 @@
<xsl:if test="part/attributes[1]/time/senza-misura">
<xsl:attribute name="meter.rend">invis</xsl:attribute>
</xsl:if>
<xsl:if test="count(part/attributes/time/beats) = 1">
<xsl:if test="count(part[attributes/time/beats][1]/attributes[1]/time/beats) = 1">
<!-- simple time signature -->
<xsl:attribute name="meter.count">
<xsl:value-of
Expand Down

0 comments on commit b6d7223

Please sign in to comment.