Skip to content

Instantly share code, notes, and snippets.

@raffazizzi
Created March 10, 2018 21:17
Show Gist options
  • Save raffazizzi/322536448f140b0f2f9a5b7b629bb327 to your computer and use it in GitHub Desktop.
Save raffazizzi/322536448f140b0f2f9a5b7b629bb327 to your computer and use it in GitHub Desktop.
A basic MEI template
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="https://raw.githubusercontent.com/music-encoding/music-encoding/develop/schemata/mei-CMN.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="https://raw.githubusercontent.com/music-encoding/music-encoding/develop/schemata/mei-CMN.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<mei xmlns="http://www.music-encoding.org/ns/mei">
<meiHead>
<fileDesc>
<titleStmt>
<title></title>
</titleStmt>
<pubStmt></pubStmt>
</fileDesc>
</meiHead>
<music></music>
</mei>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment