Skip to content

Commit

Permalink
fix undocumented
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed Oct 16, 2020
1 parent 18142e0 commit 80d730b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mei2ly.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@
<xsl:call-template name="setRelFontsizeNum" />
</xsl:if>
<xsl:if test="@ho or @vo">
<!-- not available in MEI -->
<!-- not available in MEI4 -->
<xsl:text>\once \override Staff.Clef.extra-offset = #&apos;</xsl:text>
<xsl:call-template name="setOffset" />
</xsl:if>
Expand Down Expand Up @@ -1326,6 +1326,7 @@
<xsl:call-template name="setVisibility" />
</xsl:if>
<xsl:if test="@color">
<!-- not available in MEI4 -->
<xsl:text>\tweak color #</xsl:text>
<xsl:call-template name="setColor" />
</xsl:if>
Expand Down
4 changes: 3 additions & 1 deletion supported.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ List of supported MEI elements and attributes
* `@fermata`
* `@fontsize`
* `@grace`
* *`@ho`*
* `@lv`
* `@oct`
* `@ornam`
Expand All @@ -99,6 +100,7 @@ List of supported MEI elements and attributes
* `stem.visible`
* `@tie`
* `@visible`
* *`@vo`*

* `<clef>`
* `@color`
Expand Down Expand Up @@ -316,7 +318,7 @@ List of supported MEI elements and attributes
* `@xml:id`

* `<mRest>`
* `@color`
* *`@color`*
* `@copyof`
* `@dur`
* `@dur.ges`
Expand Down

0 comments on commit 80d730b

Please sign in to comment.