Skip to content

Commit

Permalink
small fix and new test file
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed Oct 24, 2016
1 parent 4fc08cc commit 11cdd44
Show file tree
Hide file tree
Showing 11 changed files with 76 additions and 365 deletions.
5 changes: 4 additions & 1 deletion mei2ly.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -2310,7 +2310,10 @@
<xsl:text>\marcato</xsl:text>
</xsl:when>
<xsl:when test="$articulation = 'marc-stacc'">
<xsl:text>\marcato\staccato</xsl:text>
<xsl:text>\marcato</xsl:text>
<xsl:call-template name="artic">
<xsl:with-param name="articList" select="'stacc'" />
</xsl:call-template>
</xsl:when>
<xsl:when test="$articulation = 'spiccato'">
<xsl:text>\staccato</xsl:text>
Expand Down
2 changes: 2 additions & 0 deletions tests/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# MEILER TESTS
This is an autogenerated overview of the testfiles.
### [articulation.mei](articulation.mei)
![articulation.mei](articulation.preview.png)
### [multirest-and-reh.mei](multirest-and-reh.mei)
![multirest-and-reh.mei](multirest-and-reh.preview.png)
### [namespace-prefixes.mei](namespace-prefixes.mei)
Expand Down
18 changes: 0 additions & 18 deletions tests/annots-and-comments.preview.svg

This file was deleted.

66 changes: 66 additions & 0 deletions tests/articulation.mei
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<mei xmlns="http://www.music-encoding.org/ns/mei" meiversion="3.0.0">
<meiHead>
<fileDesc>
<titleStmt>
<title/>
</titleStmt>
<pubStmt/>
</fileDesc>
</meiHead>
<music>
<body>
<mdiv>
<score>
<scoreDef meter.count="9" meter.unit="4">
<staffGrp>
<staffDef n="1" clef.line="2" clef.shape="G" lines="5"/>
</staffGrp>
</scoreDef>
<section>
<measure n="1">
<staff n="1">
<layer n="1">
<note artic="acc stacc ten stacciss" dur="4" oct="4" pname="g">
</note>
<note artic="acc" dur="4" oct="4" pname="g">
<artic artic="acc"/>
</note>
<note dur="4" oct="4" pname="g">
<artic artic="stacc" place="above"/>
</note>
<note dur="4" oct="4" pname="g">
<artic artic="ten" place="above"/>
</note>
<note dur="4" oct="4" pname="g">
<artic artic="stacciss" place="above"/>
</note>
<note dur="4" oct="4" pname="g">
<artic artic="marc" place="above"/>
</note>
<note dur="4" oct="4" pname="g">
<artic artic="marc-stacc" place="above"/>
</note>
<note dur="4" oct="4" pname="g">
<artic artic="spicc"/>
</note>
<note dur="4" oct="4" pname="g">
<artic artic="open"/>
</note>
<note dur="4" oct="4" pname="g">
<artic artic="acc"/>
<artic artic="stacc"/>
<artic artic="marc"/>
<artic artic="harm"/>
</note>
<note dur="4" oct="4" pname="g">
<artic artic="acc stacc marc harm" place="above"/>
</note>
</layer>
</staff>
</measure>
</section>
</score>
</mdiv>
</body>
</music>
</mei>
Binary file added tests/articulation.preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 0 additions & 33 deletions tests/color.preview.svg

This file was deleted.

Loading

0 comments on commit 11cdd44

Please sign in to comment.