Skip to content

Commit

Permalink
Update hello-world examples
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Oct 12, 2023
1 parent c597bb3 commit e7e06b7
Show file tree
Hide file tree
Showing 6 changed files with 454 additions and 452 deletions.
22 changes: 11 additions & 11 deletions examples/hello-world/empty.mei
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="https://music-encoding.org/schema/4.0.0/mei-all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="https://music-encoding.org/schema/4.0.0/mei-all.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<?xml-model href="https://music-encoding.org/schema/5.0/mei-all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="https://music-encoding.org/schema/5.0/mei-all.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>
<meiHead>
<fileDesc>
<titleStmt>
<title></title>
</titleStmt>
<pubStmt></pubStmt>
</fileDesc>
</meiHead>
<music></music>
</mei>
124 changes: 62 additions & 62 deletions examples/hello-world/mensural-notes.mei
Original file line number Diff line number Diff line change
@@ -1,64 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="https://music-encoding.org/schema/4.0.0/mei-all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="https://music-encoding.org/schema/4.0.0/mei-all.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>
<body>
<mdiv>
<score>
<scoreDef>
<staffGrp>
<staffGrp symbol="bracket">
<staffDef n="1" lines="5" clef.line="2" clef.shape="G">
<label>Canto</label>
</staffDef>
<staffDef n="2" lines="5" clef.line="2" clef.shape="G">
<label>Tenor</label>
</staffDef>
<staffDef n="3" lines="5" clef.line="4" clef.shape="F">
<label>Basso</label>
</staffDef>
</staffGrp>
</staffGrp>
</scoreDef>
<section>
<staff n="1">
<layer>
<note dur="semibrevis" oct="4" pname="g"></note>
<note dur="semibrevis" oct="4" pname="g"></note>
<note dur="semibrevis" oct="4" pname="g"></note>
<note dur="semibrevis" oct="4" pname="g"></note>
<note dur="semibrevis" oct="4" pname="g"></note>
<note dur="semibrevis" oct="4" pname="g"></note>
<note dur="semibrevis" oct="4" pname="g"></note>
<note dur="semibrevis" oct="4" pname="g"></note>
</layer>
</staff>
<staff n="2">
<layer>
<note dur="brevis" oct="4" pname="g"></note>
<note dur="brevis" oct="4" pname="g"></note>
<note dur="brevis" oct="4" pname="g"></note>
<note dur="brevis" oct="4" pname="g"></note>
</layer>
</staff>
<staff n="3">
<layer>
<note dur="longa" oct="3" pname="c"></note>
<note dur="longa" oct="3" pname="c"></note>
</layer>
</staff>
</section>
</score>
</mdiv>
</body>
</music>
<?xml-model href="https://music-encoding.org/schema/5.0/mei-all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="https://music-encoding.org/schema/5.0/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">
<meiHead>
<fileDesc>
<titleStmt>
<title />
</titleStmt>
<pubStmt />
</fileDesc>
</meiHead>
<music>
<body>
<mdiv>
<score>
<scoreDef>
<staffGrp>
<staffGrp symbol="bracket">
<staffDef n="1" lines="5" clef.shape="G" clef.line="2">
<label>Canto</label>
</staffDef>
<staffDef n="2" lines="5" clef.shape="G" clef.line="2">
<label>Tenor</label>
</staffDef>
<staffDef n="3" lines="5" clef.shape="F" clef.line="4">
<label>Basso</label>
</staffDef>
</staffGrp>
</staffGrp>
</scoreDef>
<section>
<staff n="1">
<layer n="1">
<note dur="semibrevis" oct="4" pname="g" />
<note dur="semibrevis" oct="4" pname="g" />
<note dur="semibrevis" oct="4" pname="g" />
<note dur="semibrevis" oct="4" pname="g" />
<note dur="semibrevis" oct="4" pname="g" />
<note dur="semibrevis" oct="4" pname="g" />
<note dur="semibrevis" oct="4" pname="g" />
<note dur="semibrevis" oct="4" pname="g" />
</layer>
</staff>
<staff n="2">
<layer n="1">
<note dur="brevis" oct="4" pname="g" />
<note dur="brevis" oct="4" pname="g" />
<note dur="brevis" oct="4" pname="g" />
<note dur="brevis" oct="4" pname="g" />
</layer>
</staff>
<staff n="3">
<layer n="1">
<note dur="longa" oct="3" pname="c" />
<note dur="longa" oct="3" pname="c" />
</layer>
</staff>
</section>
</score>
</mdiv>
</body>
</music>
</mei>
Loading

0 comments on commit e7e06b7

Please sign in to comment.