-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
26 lines (26 loc) · 1.47 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>MEI tests</title>
</head>
<body>
<h2>The MEI Developers Test Set</h2>
<p>
The purpose of this test set is to serve as a central place where developers can test
their software by giving them a range of files designed to test very specific functionality, or to determine how their software behaves over more complete encodings. All examples are rendered using <a href="http://www.verovio.org">Verovio</a>, but the MEI files are downloadable and re-usable for other purposes.
</p>
<p>
There are three available test sets:
<ol>
<li>
<a href="MEI-test-set/">MEI-test-set</a>: A test set developed as part of the Sibelius to MEI plugin efforts. Each MEI test file has a corresponding Sibelius test file and a PNG file that shows how it looked in Sibelius. <strong>NB:</strong> All Sibelius files must conform to the Sibelius 7.5 file format.
</li>
<li>
<a href="vexflow/">Vexflow tests</a>: A test suite developed as part of the Vexflow to MEI rendering process. This set was contributed by Zoltán Kőmíves.
</li>
<li>
<a href="complete-examples/">Complete musical examples</a>: Taken from the official <a href="https://github.com/music-encoding/sample-encodings/">MEI sample encodings</a>. Note that at the moment Verovio only renders the first 'page' of the score.
</li>
</ol>
</p>
</body>