]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/01c-Pitches-NoVoiceElement.xml
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / musicxml / 01c-Pitches-NoVoiceElement.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.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">The &lt;voice&gt; element 
7         of notes is optional in MusicXML (although Dolet always writes it out). 
8         Here, there is one note with lyrics, but without a voice assigned. It 
9         should still be correctly converted.</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>4</divisions>
22         <clef>
23           <sign>G</sign>
24           <line>2</line>
25         </clef>
26       </attributes>
27       <note>
28         <pitch>
29           <step>G</step>
30           <octave>4</octave>
31         </pitch>
32         <duration>16</duration>
33         <type>whole</type>
34         <lyric number="1">
35           <syllabic>single</syllabic>
36           <text>A</text>
37         </lyric>
38       </note>
39       <barline location="right">
40         <bar-style>light-heavy</bar-style>
41       </barline>
42     </measure>
43   </part>
44 </score-partwise>