-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMEI-mensural-skeleton.mei
More file actions
33 lines (33 loc) · 1 KB
/
MEI-mensural-skeleton.mei
File metadata and controls
33 lines (33 loc) · 1 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="https://music-encoding.org/schema/5.0/mei-Mensural.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="https://music-encoding.org/schema/5.0/mei-Mensural.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<mei xmlns="http://www.music-encoding.org/ns/mei" meiversion="5.0">
<meiHead>
<fileDesc>
<titleStmt>
<title>Basic MEI Mensural skeleton</title>
</titleStmt>
<pubStmt></pubStmt>
</fileDesc>
</meiHead>
<music>
<body>
<mdiv>
<score>
<scoreDef>
<staffGrp>
<staffDef n="1" lines="5" notationtype="mensural"></staffDef>
</staffGrp>
</scoreDef>
<section>
<staff n="1">
<layer>
<!-- music content goes in here -->
</layer>
</staff>
</section>
</score>
</mdiv>
</body>
</music>
</mei>