summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests
diff options
context:
space:
mode:
authorot <ot@localhost>2007-09-11 06:40:33 +0000
committerot <ot@localhost>2007-09-11 06:40:33 +0000
commitdd88d6a16f1e1be7ccd3d533347fc2db86a3795b (patch)
treef25e374dcdadad30c821a3641682d73950af98b9 /htdocs/dev/tests
parentec37daedf90b01186e053d86174dac2a0af82ca5 (diff)
downloadmarkup-validator-dd88d6a16f1e1be7ccd3d533347fc2db86a3795b.zip
markup-validator-dd88d6a16f1e1be7ccd3d533347fc2db86a3795b.tar.gz
markup-validator-dd88d6a16f1e1be7ccd3d533347fc2db86a3795b.tar.bz2
basic MusicXML sample, as test case for bug 5031
Diffstat (limited to 'htdocs/dev/tests')
-rw-r--r--htdocs/dev/tests/5031-root_dash.xml37
1 files changed, 37 insertions, 0 deletions
diff --git a/htdocs/dev/tests/5031-root_dash.xml b/htdocs/dev/tests/5031-root_dash.xml
new file mode 100644
index 0000000..5a6ebd3
--- /dev/null
+++ b/htdocs/dev/tests/5031-root_dash.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!DOCTYPE score-partwise PUBLIC
+ "-//Recordare//DTD MusicXML 1.1 Partwise//EN"
+ "http://www.musicxml.org/dtds/partwise.dtd">
+<score-partwise version="1.1">
+ <part-list>
+ <score-part id="P1">
+ <part-name>Music</part-name>
+ </score-part>
+ </part-list>
+ <part id="P1">
+ <measure number="1">
+ <attributes>
+ <divisions>1</divisions>
+ <key>
+ <fifths>0</fifths>
+ </key>
+ <time>
+ <beats>4</beats>
+ <beat-type>4</beat-type>
+ </time>
+ <clef>
+ <sign>G</sign>
+ <line>2</line>
+ </clef>
+ </attributes>
+ <note>
+ <pitch>
+ <step>C</step>
+ <octave>4</octave>
+ </pitch>
+ <duration>4</duration>
+ <type>whole</type>
+ </note>
+ </measure>
+ </part>
+</score-partwise>