Created
October 21, 2016 19:59
-
-
Save raffazizzi/ac514325af7b6950c3a1c33138811880 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<?xml-model href="http://www.music-encoding.org/schema/current/mei-CMN.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?> | |
<mei xmlns="http://www.music-encoding.org/ns/mei"> | |
<meiHead> | |
<fileDesc> | |
<titleStmt> | |
<title></title> | |
</titleStmt> | |
<pubStmt></pubStmt> | |
</fileDesc> | |
</meiHead> | |
<music> | |
<body> | |
<mdiv> | |
<score> | |
<scoreDef meter.count="4" meter.unit="4" key.mode="major"> | |
<staffGrp> | |
<staffDef n="1" xml:id="P1" lines="5" clef.line="2" | |
clef.shape="G"/> | |
</staffGrp> | |
</scoreDef> | |
<section> | |
<measure n="1" xml:id="m1"> | |
<staff n="1"> | |
<layer n="1"> | |
<note xml:id="m1n1" pname="c" oct="4" dur="4" stem.dir="up"/> | |
<note xml:id="m1n2" pname="e" oct="4" dur="4" stem.dir="up"/> | |
<note xml:id="m1n3" pname="g" oct="4" dur="4" stem.dir="up"/> | |
<note xml:id="m1n4" pname="c" oct="5" dur="4" stem.dir="down"/> | |
</layer> | |
</staff> | |
</measure> | |
</section> | |
</score> | |
</mdiv> | |
</body> | |
</music> | |
</mei> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment