forked from rism-digital/verovio.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupported-mei.xhtml
45 lines (37 loc) · 1.45 KB
/
supported-mei.xhtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---
layout: verovio
verovio-light: true
title: Verovio – Supported MEI
active: how
how-active: how-mei
---
<div class="row">
<div class="col-md-3 sidebar-offcanvas" id="sidebar" role="navigation">
<div class="panel panel-default">
{% include how-sidebar.html %}
</div>
</div>
<div class="col-md-9">
<div class="panel-body">
<div class="alert alert-warning" role="alert">This page is out-dated</div>
<h3>Supported MEI elements</h3>
{% comment %}
The trick is that GitHub pages does not allow plugins. We have to compile the supported mei locally.
It is defined in the supported-mei.yml file, which is compiled by the mei_supported_to_liquid tag.
The tag is defined in the MeiSupported plugin.
For this to work properly:
1) uncomment {_% mei_supported_to_liquid supported-mei.yml %_} in doc.html
2) compile the page
3) copy _site/doc.html to _include/doc.html
4) recomment {_% mei_supported_to_liquid supported-mei.yml %_} in doc.html before commiting
{% endcomment %}
{% include doc.html %}
</div>
</div>
</div>
<script type="text/javascript">
//<![CDATA[
$( document ).ready(function() {
});
//]]>
</script>