]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/musicxml/00i-Basics-NoKeyOrClef.xml
MusicXML: Restructure test suite
[lilypond.git] / input / regression / musicxml / 00i-Basics-NoKeyOrClef.xml
diff --git a/input/regression/musicxml/00i-Basics-NoKeyOrClef.xml b/input/regression/musicxml/00i-Basics-NoKeyOrClef.xml
deleted file mode 100644 (file)
index 9ba15fd..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 2.0 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd">
-<score-partwise version="2.0">
-       <identification>
-               <miscellaneous>
-                       <miscellaneous-field name="description">A score without 
-                            any key or clef defined. The default (4/4 in treble 
-                            clef) should be used.</miscellaneous-field>
-               </miscellaneous>
-       </identification>
-       <part-list>
-               <score-part id="P0">
-                       <part-name></part-name>
-               </score-part>
-       </part-list>
-       <part id="P0">
-               <measure number="1">
-                       <attributes>
-                               <divisions>1</divisions>
-                               <time>
-                               <beats>4</beats>
-                               <beat-type>4</beat-type>
-                               </time>
-                       </attributes>
-                       <note>
-                               <pitch>
-                                       <step>C</step>
-                                       <octave>4</octave>
-                               </pitch>
-                               <duration>4</duration>
-                               <voice>1</voice>
-                               <type>whole</type>
-                       </note>
-               </measure>
-               <measure number="2">
-                       <note>
-                               <pitch>
-                                       <step>C</step>
-                                       <octave>4</octave>
-                               </pitch>
-                               <duration>4</duration>
-                               <voice>1</voice>
-                               <type>whole</type>
-                       </note>
-               </measure>
-       </part>
-</score-partwise>