]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/51d-EmptyTitle.xml
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / musicxml / 51d-EmptyTitle.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 2.0 Partwise//EN"
3                                 "http://www.musicxml.org/dtds/partwise.dtd">
4 <score-partwise version="2.0">
5   <work>
6     <work-number></work-number>
7     <work-title></work-title>
8   </work>
9   <movement-number></movement-number>
10   <movement-title>Empty work-title, non-empty movement-title</movement-title>
11   <identification>
12     <miscellaneous>
13       <miscellaneous-field name="description">A piece with an empty (but
14             existing) work-title, but a non-empty movement-title. In this case
15             the movement-title should be chosen, even though the work-title
16             exists.</miscellaneous-field>
17     </miscellaneous>
18   </identification>
19   <part-list>
20     <score-part id="P1">
21       <part-name print-object="no">MusicXML Part</part-name>
22     </score-part>
23   </part-list>
24   <!--=========================================================-->
25   <part id="P1">
26     <measure number="1">
27       <note>
28         <rest/>
29         <duration>4</duration>
30         <voice>1</voice>
31         <type>whole</type>
32       </note>
33     </measure>
34   </part>
35   <!--=========================================================-->
36 </score-partwise>