-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1153 from DDMAL/blank-mei
Feat: allow user to create new MEI files
- Loading branch information
Showing
10 changed files
with
253 additions
and
102 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml-model href="https://music-encoding.org/schema/dev/mei-all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?> | ||
<?xml-model href="https://music-encoding.org/schema/dev/mei-all.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?> | ||
<mei | ||
xmlns="http://www.music-encoding.org/ns/mei" meiversion="5.0.0-dev"> | ||
<meiHead> | ||
<fileDesc> | ||
<titleStmt> | ||
<title>MEI Encoding Output (1.0.0)</title> | ||
</titleStmt> | ||
<pubStmt/> | ||
</fileDesc> | ||
</meiHead> | ||
<music> | ||
<facsimile> | ||
<surface lrx="4872" lry="6496"> | ||
<zone ulx="601" uly="506" lrx="1666" lry="732"/> | ||
</surface> | ||
</facsimile> | ||
<body> | ||
<mdiv> | ||
<score> | ||
<scoreDef> | ||
<staffGrp> | ||
<staffDef n="1" notationtype="neume" lines="4" clef.shape="C" clef.line="3"/> | ||
</staffGrp> | ||
</scoreDef> | ||
<section> | ||
<staff n="1"> | ||
<layer n="1"/> | ||
</staff> | ||
</section> | ||
</score> | ||
</mdiv> | ||
</body> | ||
</music> | ||
</mei> |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.