Skip to content

Commit

Permalink
tutorial-percussion WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
infojunkie committed Dec 4, 2024
1 parent 5728177 commit 587c063
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/mscx.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,6 @@
<xsl:param name="lines"/>
<xsl:variable name="midi-instrument" select="../midi-instrument[@id = current()/@id]"/>
<xsl:variable name="note" select="($root//note[instrument/@id = current()/@id])[1]"/>
<xsl:message>
NOTE <xsl:value-of select="count($note)"/>
</xsl:message>
<Drum>
<xsl:choose>
<xsl:when test="$note/notehead"><xsl:apply-templates select="$note/notehead"/></xsl:when>
Expand Down

0 comments on commit 587c063

Please sign in to comment.