Closed craigsapp closed 6 years ago
Yes: here is an example from https://github.com/humdrum-tools/verovio-humdrum-viewer/issues/76
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="http://music-encoding.org/schema/4.0.0/mei-all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="http://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" meiversion="4.0.0">
<meiHead>
<fileDesc>
<titleStmt>
<title />
</titleStmt>
<pubStmt />
</fileDesc>
<encodingDesc>
<appInfo>
<application isodate="2018-03-27T09:29:44" version="2.0.0-dev-314ae07">
<name>Verovio</name>
<p>Transcoded from Humdrum</p>
</application>
</appInfo>
</encodingDesc>
<workDesc>
<work>
<titleStmt>
<title />
</titleStmt>
</work>
</workDesc>
</meiHead>
<music>
<body>
<mdiv xml:id="mdiv-0000001859772891">
<score xml:id="score-0000000974853136">
<scoreDef xml:id="scoredef-0000001100714318" midi.bpm="400">
<staffGrp xml:id="staffgrp-0000000823682848" symbol="brace" barthru="true">
<staffDef xml:id="staffdef-0000001568746957" clef.shape="G" clef.line="2" n="1" lines="5">
<label xml:id="label-0000001126237174" />
</staffDef>
<staffDef xml:id="staffdef-0000001755217073" clef.shape="G" clef.line="2" n="2" lines="5" />
</staffGrp>
</scoreDef>
<section xml:id="section-0000001128157813">
<measure xml:id="measure-L1" n="0">
<staff xml:id="staff-0000000801880538" n="1">
<layer xml:id="layer-L1F2N1" n="1">
<note xml:id="note-L2F2" dur="2" oct="5" pname="c" accid.ges="n" />
<note xml:id="note-L3F2" dur="2" oct="5" pname="c" accid.ges="n" />
</layer>
</staff>
<staff xml:id="staff-0000001685882099" n="2">
<layer xml:id="layer-L1F1N1" n="1">
<note xml:id="note-L2F1" dur="2" oct="4" pname="c" accid.ges="n" />
<note xml:id="note-L3F1" dur="2" oct="4" pname="c" accid.ges="n" />
</layer>
</staff>
<trill xml:id="trill-L2F2" staff="1" startid="#note-L2F2" endid="#note-L6F2" />
<trill xml:id="trill-L2F1" staff="2" tstamp="1" tstamp2="1m+4" />
</measure>
<measure xml:id="measure-L4" right="end">
<staff xml:id="staff-L4F2N1" n="1">
<layer xml:id="layer-L4F2N1" n="1">
<note xml:id="note-L5F2" dur="2" oct="5" pname="c" accid.ges="n" />
<note xml:id="note-L6F2" dur="2" oct="5" pname="c" accid.ges="n" />
</layer>
</staff>
<staff xml:id="staff-L4F1N1" n="2">
<layer xml:id="layer-L4F1N1" n="1">
<note xml:id="note-L5F1" dur="2" oct="4" pname="c" accid.ges="n" />
<note xml:id="note-L6F1" dur="2" oct="4" pname="c" accid.ges="n" />
</layer>
</staff>
</measure>
</section>
</score>
</mdiv>
</body>
</music>
</mei>
Are trill line extensions implemented in verovio?
At least they are not converted from MusicXML files. Example from Finale:
(MuseScore does not export trill line extensions)