Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
mei2score: Correct folio number appearance (with "f.")
Browse files Browse the repository at this point in the history
  • Loading branch information
th-we committed Jul 9, 2014
1 parent f8844d9 commit dcd3ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/public/js/monodi/mei2score.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@
<value-of select="concat('t ',$P2,' 200 ',$marginaliaP4,' 0 0 0 -2.9 &#10;')"/>
<apply-templates select="." mode="generate-score-escaped-string">
<with-param name="string">
<value-of select="concat('|| ',@n)"/>
<value-of select="concat('|| f. ',@n)"/>
<if test="@func='verso'">v</if>
</with-param>
</apply-templates>
Expand Down

0 comments on commit dcd3ecd

Please sign in to comment.