This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
forked from ironchicken/MEItoVexFlow
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Raphael.html
39 lines (33 loc) · 1.6 KB
/
Raphael.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
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE HTML>
<html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:mei="http://www.music-encoding.org/ns/mei"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:mo="http://purl.org/ontology/mo/"
xmlns:mo-i="http://purl.org/ontology/mo-imaginary/"
xmlns:event="http://purl.org/NET/c4dm/event.owl"
version="HTML+RDFa 1.0" xml:lang="en">
<head>
<title>MEI-to-VexFlow Test Page</title>
<link rel="shortcut icon" type="image/png" href="bower_components/jasmine/images/jasmine_favicon.png">
<link rel="stylesheet" type="text/css" href="bower_components/jasmine/lib/jasmine-core/jasmine.css">
<link rel="stylesheet" type="text/css" href="tests/css/style.css"/>
<script type="text/javascript" src="bower_components/jasmine/lib/jasmine-core/jasmine.js"></script>
<script type="text/javascript" src="bower_components/jasmine/lib/jasmine-core/jasmine-html.js"></script>
<script type="text/JavaScript" src="bower_components/raphael/raphael-min.js"></script>
<!-- MEISnippetViewer development -->
<script src="bower_components/requirejs/require.js"></script>
<script src="src/config.js"></script>
<script type="text/javascript" src="tests/loadXMLDoc.js"></script>
<script type="text/javascript" src="tests/runSpec.js"></script>
<script>
window.vexBackend = 2; // Vex.Flow.Renderer.Backends.RAPHAEL;
runSpec();
</script>
</head>
<body>
<!--<script src="//localhost:35729/livereload.js"></script>-->
</body>
</html>