]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/00n-NoVoiceElement.xml
f7dee8ec14381697b5e41953431a74f45593b8c7
[lilypond.git] / input / regression / musicxml / 00n-NoVoiceElement.xml
1 <?xml version="1.0" encoding="UTF-8"?>\r
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.0 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd">\r
3 <score-partwise version="2.0">\r
4   <identification>\r
5     <miscellaneous>\r
6       <miscellaneous-field name="description">The &lt;voice&gt; element \r
7         of notes is optional in MusicXML (although Dolet always writes it out). \r
8         Here, there is one note with lyrics, but without a voice assigned. It \r
9         should still be correctly converted.</miscellaneous-field>\r
10     </miscellaneous>\r
11   </identification>\r
12   <part-list>\r
13     <score-part id="P1">\r
14       <part-name>MusicXML Part</part-name>\r
15     </score-part>\r
16   </part-list>\r
17   <!--=========================================================-->\r
18   <part id="P1">\r
19     <measure number="1">\r
20       <attributes>\r
21         <divisions>4</divisions>\r
22         <clef>\r
23           <sign>G</sign>\r
24           <line>2</line>\r
25         </clef>\r
26       </attributes>\r
27       <note>\r
28         <pitch>\r
29           <step>G</step>\r
30           <octave>4</octave>\r
31         </pitch>\r
32         <duration>16</duration>\r
33         <type>whole</type>\r
34         <lyric number="1">\r
35           <syllabic>single</syllabic>\r
36           <text>A</text>\r
37         </lyric>\r
38       </note>\r
39       <barline location="right">\r
40         <bar-style>light-heavy</bar-style>\r
41       </barline>\r
42     </measure>\r
43   </part>\r
44 </score-partwise>\r