Skip to content

Commit

Permalink
Neumes with loc and without pname
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Jul 5, 2024
1 parent bab22b1 commit 3401897
Showing 1 changed file with 101 additions and 0 deletions.
101 changes: 101 additions & 0 deletions _tests/neume/neume-003.mei
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
<?xml version="1.0" encoding="UTF-8"?>
<?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>Neumes</title>
<respStmt>
<persName role="encoder">Laurent Pugin</persName>
</respStmt>
</titleStmt>
<pubStmt>
<date isodate="2024-07-05" />
</pubStmt>
<seriesStmt>
<title>Verovio test suite</title>
</seriesStmt>
<notesStmt>
<annot>Rendering of neume notation without pname</annot>
</notesStmt>
</fileDesc>
<encodingDesc>
<appInfo>
<application version="4.3.0">
<name>Verovio</name>
</application>
</appInfo>
</encodingDesc>
</meiHead>
<music>
<body>
<mdiv>
<score>
<scoreDef>
<staffGrp>
<staffDef n="1" notationtype="neume" lines="1" />
</staffGrp>
</scoreDef>
<section>
<staff n="1">
<layer n="1">
<syllable>
<syl con="d" wordpos="i">di</syl>
<neume>
<nc loc="0" />
<nc loc="1" tilt="ne" />
<nc loc="-1" />
<nc loc="1" />
<nc loc="2" tilt="ne" />
</neume>
</syllable>
<syllable>
<syl wordpos="t">cit</syl>
<neume>
<nc loc="0" />
<nc loc="-1" curve="c" />
</neume>
</syllable>
<syllable>
<syl con="d" wordpos="i">spon</syl>
<neume>
<nc loc="-2" />
<nc loc="-1" tilt="ne" />
</neume>
</syllable>
<syllable>
<syl wordpos="t">so</syl>
<neume>
<nc loc="-2" />
</neume>
</syllable>
<syllable>
<syl con="d" wordpos="i">ser</syl>
<neume>
<nc loc="0" />
<nc loc="-1" curve="c" />
</neume>
</syllable>
<syllable>
<syl con="d" wordpos="m">va</syl>
<neume>
<nc loc="1" />
<nc loc="3" tilt="ne" />
<nc loc="2" />
</neume>
</syllable>
<syllable>
<syl wordpos="t">sti</syl>
<neume>
<nc loc="1" />
</neume>
</syllable>
</layer>
</staff>
</section>
</score>
</mdiv>
</body>
</music>
</mei>

0 comments on commit 3401897

Please sign in to comment.