]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/22d-Parenthesized-Noteheads.xml
MusicXML: Fix invalid MusicXML files
[lilypond.git] / input / regression / musicxml / 22d-Parenthesized-Noteheads.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.0 Partwise//EN"
3                                 "http://www.musicxml.org/dtds/partwise.dtd">
4 <score-partwise>
5   <identification>
6     <miscellaneous>
7       <miscellaneous-field name="description">Parenthesized note heads. First,
8           a single parenthesized note is tested, once with a normal and then 
9           with a non-standard notehead, then two chords with some/all
10           parenthesized noteheads and finally a parenthesized rest.</miscellaneous-field>
11     </miscellaneous>
12   </identification>
13   <part-list>
14     <score-part id="P1">
15       <part-name>MusicXML Part</part-name>
16     </score-part>
17   </part-list>
18   <!--=========================================================-->
19   <part id="P1">
20     <measure number="1">
21       <attributes>
22         <divisions>1</divisions>
23         <key>
24           <fifths>0</fifths>
25           <mode>major</mode>
26         </key>
27         <time symbol="common">
28           <beats>6</beats>
29           <beat-type>4</beat-type>
30         </time>
31         <clef>
32           <sign>G</sign>
33           <line>2</line>
34         </clef>
35       </attributes>
36       <note>
37         <pitch>
38           <step>A</step>
39           <octave>4</octave>
40         </pitch>
41         <duration>1</duration>
42         <voice>1</voice>
43         <type>quarter</type>
44         <notehead parentheses="yes">normal</notehead>
45       </note>
46       <note>
47         <pitch>
48           <step>A</step>
49           <octave>4</octave>
50         </pitch>
51         <duration>1</duration>
52         <voice>1</voice>
53         <type>quarter</type>
54         <notehead parentheses="yes">x</notehead>
55       </note>
56       <note>
57         <pitch>
58           <step>A</step>
59           <octave>4</octave>
60         </pitch>
61         <duration>1</duration>
62         <voice>1</voice>
63         <type>quarter</type>
64       </note>
65       <note>
66         <chord/>
67         <pitch>
68           <step>C</step>
69           <octave>5</octave>
70         </pitch>
71         <duration>1</duration>
72         <voice>1</voice>
73         <type>quarter</type>
74         <notehead parentheses="yes">normal</notehead>
75       </note>
76       <note>
77         <chord/>
78         <pitch>
79           <step>E</step>
80           <octave>5</octave>
81         </pitch>
82         <duration>1</duration>
83         <voice>1</voice>
84         <type>quarter</type>
85       </note>
86       <note>
87         <pitch>
88           <step>A</step>
89           <octave>4</octave>
90         </pitch>
91         <duration>1</duration>
92         <voice>1</voice>
93         <type>quarter</type>
94         <notehead parentheses="yes">normal</notehead>
95       </note>
96       <note>
97         <chord/>
98         <pitch>
99           <step>C</step>
100           <octave>5</octave>
101         </pitch>
102         <duration>1</duration>
103         <voice>1</voice>
104         <type>quarter</type>
105         <notehead parentheses="yes">normal</notehead>
106       </note>
107       <note>
108         <chord/>
109         <pitch>
110           <step>E</step>
111           <octave>5</octave>
112         </pitch>
113         <duration>1</duration>
114         <voice>1</voice>
115         <type>quarter</type>
116         <notehead parentheses="yes">normal</notehead>
117       </note>
118       <note>
119         <rest/>
120         <duration>1</duration>
121         <voice>1</voice>
122         <type>quarter</type>
123         <notehead parentheses="yes">normal</notehead>
124       </note>
125       <note>
126         <rest>
127           <display-step>E</display-step>
128           <display-octave>4</display-octave>
129         </rest>
130         <duration>1</duration>
131         <voice>1</voice>
132         <type>quarter</type>
133         <notehead parentheses="yes">normal</notehead>
134       </note>
135       <barline location="right">
136         <bar-style>light-heavy</bar-style>
137       </barline>
138     </measure>
139   </part>
140 </score-partwise>