]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/22c-Noteheads-Chords.xml
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / musicxml / 22c-Noteheads-Chords.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">Different note styles for 
8           individual notes inside a chord, using the 
9           &lt;notehead&gt; element.</miscellaneous-field>
10     </miscellaneous>
11   </identification>
12   <part-list>
13     <score-part id="P1">
14       <part-name>MusicXML Part</part-name>
15     </score-part>
16   </part-list>
17   <!--=========================================================-->
18   <part id="P1">
19     <measure number="1">
20       <attributes>
21         <divisions>1</divisions>
22         <key>
23           <fifths>0</fifths>
24           <mode>major</mode>
25         </key>
26         <time symbol="common">
27           <beats>4</beats>
28           <beat-type>4</beat-type>
29         </time>
30         <clef>
31           <sign>G</sign>
32           <line>2</line>
33         </clef>
34       </attributes>
35       <note>
36         <pitch>
37           <step>E</step>
38           <octave>5</octave>
39         </pitch>
40         <duration>1</duration>
41         <voice>1</voice>
42         <type>quarter</type>
43         <lyric number="1"><text>normal</text></lyric>
44       </note>
45       <note>
46         <chord/>
47         <pitch>
48           <step>C</step>
49           <octave>5</octave>
50         </pitch>
51         <duration>1</duration>
52         <voice>1</voice>
53         <type>quarter</type>
54         <notehead>triangle</notehead>
55         <lyric number="2"><text>triangle</text></lyric>
56       </note>
57       <note>
58         <chord/>
59         <pitch>
60           <step>A</step>
61           <octave>4</octave>
62         </pitch>
63         <duration>1</duration>
64         <voice>1</voice>
65         <type>quarter</type>
66         <notehead>slash</notehead>
67         <lyric number="3"><text>slash</text></lyric>
68       </note>
69       <note>
70         <pitch>
71           <step>E</step>
72           <octave>5</octave>
73         </pitch>
74         <duration>1</duration>
75         <voice>1</voice>
76         <type>quarter</type>
77         <notehead>cross</notehead>
78         <lyric number="1"><text>cross</text></lyric>
79       </note>
80       <note>
81         <chord/>
82         <pitch>
83           <step>C</step>
84           <octave>5</octave>
85         </pitch>
86         <duration>1</duration>
87         <voice>1</voice>
88         <type>quarter</type>
89         <notehead>square</notehead>
90         <lyric number="2"><text>square</text></lyric>
91       </note>
92       <note>
93         <chord/>
94         <pitch>
95           <step>A</step>
96           <octave>4</octave>
97         </pitch>
98         <duration>1</duration>
99         <voice>1</voice>
100         <type>quarter</type>
101         <notehead>diamond</notehead>
102         <lyric number="3"><text>diamond</text></lyric>
103       </note>
104       <note>
105         <pitch>
106           <step>E</step>
107           <octave>5</octave>
108         </pitch>
109         <duration>1</duration>
110         <voice>1</voice>
111         <type>quarter</type>
112         <notehead>inverted triangle</notehead>
113         <lyric number="1"><text>inverted triangle</text></lyric>
114       </note>
115       <note>
116         <chord/>
117         <pitch>
118           <step>C</step>
119           <octave>5</octave>
120         </pitch>
121         <duration>1</duration>
122         <voice>1</voice>
123         <type>quarter</type>
124         <notehead>circle-x</notehead>
125         <lyric number="2"><text>circle-x</text></lyric>
126       </note>
127       <note>
128         <chord/>
129         <pitch>
130           <step>A</step>
131           <octave>4</octave>
132         </pitch>
133         <duration>1</duration>
134         <voice>1</voice>
135         <type>quarter</type>
136         <notehead>x</notehead>
137         <lyric number="3"><text>x</text></lyric>
138       </note>
139       <note>
140         <pitch>
141           <step>E</step>
142           <octave>5</octave>
143         </pitch>
144         <duration>1</duration>
145         <voice>1</voice>
146         <type>quarter</type>
147         <notehead>slashed</notehead>
148         <lyric number="1"><text>slashed</text></lyric>
149       </note>
150       <note>
151         <chord/>
152         <pitch>
153           <step>C</step>
154           <octave>5</octave>
155         </pitch>
156         <duration>1</duration>
157         <voice>1</voice>
158         <type>quarter</type>
159         <notehead>arrow up</notehead>
160         <lyric number="2"><text>arrow up</text></lyric>
161       </note>
162       <note>
163         <chord/>
164         <pitch>
165           <step>A</step>
166           <octave>4</octave>
167         </pitch>
168         <duration>1</duration>
169         <voice>1</voice>
170         <type>quarter</type>
171         <notehead>arrow down</notehead>
172         <lyric number="3"><text>arrow down</text></lyric>
173       </note>
174       <barline location="right">
175         <bar-style>light-heavy</bar-style>
176       </barline>
177     </measure>
178   </part>
179 </score-partwise>