Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions content/ediromEditions/edirom_edition_example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,20 @@
</names>
</navigatorItem>
</navigatorCategory>
<navigatorCategory xml:id="navCategory-4" sortNo="3">
<names>
<name xml:lang="de">Aufnahmen</name>
<name xml:lang="en">Recordings</name>
</names>
<navigatorItem xml:id="navItem-4-1"
sortNo="1"
targets="xmldb:exist:///db/apps/edirom/edition-example/content/recordings/edirom_recording_1.xml">
<names>
<name xml:lang="de">Akkord Beispiele</name>
<name xml:lang="en">Chord Samples</name>
</names>
</navigatorItem>
</navigatorCategory>
</navigatorDefinition>
<searchWindowConfig/>
<concordances>
Expand Down
78 changes: 78 additions & 0 deletions content/recordings/edirom_recording_1.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="../../schemata/rng/freidi-schema-musicSource.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?><?xml-model href="../../schemata/rng/freidi-schema-musicSource.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<mei xmlns="http://www.music-encoding.org/ns/mei" xml:id="recording-1">
<meiHead>
<fileDesc>
<titleStmt>
<title xml:lang="en">Collection of Chord Samples</title>
<title xml:lang="de">Sammlung von Akkordbeispielen</title>
</titleStmt>
<pubStmt/>
<sourceDesc>
<source>
<titleStmt>
<title type="main" xml:lang="de">Beispiele von Akkorden</title>
<title type="main" xml:lang="en">Samples of chords</title>
<respStmt>
<resp></resp>
<persName role="artist">Wikimedia Commons</persName>
</respStmt>
</titleStmt>
</source>
</sourceDesc>
<componentGrp>
<source n="1" xml:id="recording-1">
<titleStmt>
<title type="main" xml:lang="de">Chord 1</title>
<title type="sub" xml:lang="de">G-Eb-G</title>
</titleStmt>
</source>
<source n="2" xml:id="recording-2">
<titleStmt>
<title type="main" xml:lang="de">Chord 2</title>
<title type="sub" xml:lang="de">D-G-D-G</title>
</titleStmt>
</source>
<source n="3" xml:id="recording-3">
<titleStmt>
<title type="main" xml:lang="de">Chord 3</title>
<title type="sub" xml:lang="de">Bb-D-G</title>
</titleStmt>
</source>
<source n="4" xml:id="recording-4">
<titleStmt>
<title type="main" xml:lang="de">Chord 4</title>
<title type="sub" xml:lang="de">Ab-C-D-G</title>
</titleStmt>
</source>
</componentGrp>
</fileDesc>
<encodingDesc xmlns:xlink="http://www.w3.org/1999/xlink">
<projectDesc xml:lang="de">
<p>Die Edition Example enthält Beispiel-Encodings für ausgewählte Views.</p>
</projectDesc>
<samplingDecl xml:lang="de">
<p>Frei ausgewählte Samples</p>
</samplingDecl>
</encodingDesc>
<revisionDesc/>
</meiHead>
<music>
<facsimile/>
<performance>
<recording decls="#recording-1">
<avFile target="https://upload.wikimedia.org/wikipedia/commons/4/4b/Chord4.1_%28G-Eb-G%29.mp3" mimetype="audio/mp3"/>
</recording>
<recording decls="#recording-2">
<avFile target="https://upload.wikimedia.org/wikipedia/commons/transcoded/2/2c/Chord5_%28D-G-D-G%29.mp3/Chord5_%28D-G-D-G%29.mp3.ogg" mimetype="audio/ogg"/>
</recording>
<recording decls="#recording-3">
<avFile target="https://upload.wikimedia.org/wikipedia/commons/4/48/Chord6_%28Bb-D-G%29.mp3" mimetype="audio/mp3"/>
</recording>
<recording decls="#recording-4">
<avFile target="https://upload.wikimedia.org/wikipedia/commons/transcoded/f/fd/Chord7_%28Ab-C-D-G%29.mp3/Chord7_%28Ab-C-D-G%29.mp3.ogg" mimetype="audio/ogg"/>
</recording>
</performance>
<body/>
</music>
</mei>
2 changes: 1 addition & 1 deletion expath-pkg.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://expath.org/ns/pkg" name="http://www.edirom.de/apps/EditionExample" abbrev="EditionExample" version="0.1.1" spec="1.0">
<package xmlns="http://expath.org/ns/pkg" name="http://www.edirom.de/apps/EditionExample" abbrev="EditionExample" version="0.2" spec="1.0">
<title>Edition Example</title>
</package>