]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/00i-Basics-NoKeyOrClef.xml
DOC -- Index editorial, pitches, staff. Ralph Palmer's work
[lilypond.git] / input / regression / musicxml / 00i-Basics-NoKeyOrClef.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 2.0 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd">
3 <score-partwise version="2.0">
4         <identification>
5                 <miscellaneous>
6                         <miscellaneous-field name="description">A score without 
7                             any key or clef defined. The default (4/4 in treble 
8                             clef) should be used.</miscellaneous-field>
9                 </miscellaneous>
10         </identification>
11         <part-list>
12                 <score-part id="P0">
13                         <part-name></part-name>
14                 </score-part>
15         </part-list>
16         <part id="P0">
17                 <measure number="1">
18                         <attributes>
19                                 <divisions>1</divisions>
20                                 <time>
21                                 <beats>4</beats>
22                                 <beat-type>4</beat-type>
23                                 </time>
24                         </attributes>
25                         <note>
26                                 <pitch>
27                                         <step>C</step>
28                                         <octave>4</octave>
29                                 </pitch>
30                                 <duration>4</duration>
31                                 <voice>1</voice>
32                                 <type>whole</type>
33                         </note>
34                 </measure>
35                 <measure number="2">
36                         <note>
37                                 <pitch>
38                                         <step>C</step>
39                                         <octave>4</octave>
40                                 </pitch>
41                                 <duration>4</duration>
42                                 <voice>1</voice>
43                                 <type>whole</type>
44                         </note>
45                 </measure>
46         </part>
47 </score-partwise>