]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/51c-MultipleRights.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 51c-MultipleRights.xml
1 <?xml version="1.0" encoding="UTF-8" standalone='no'?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.0 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd">
3 <score-partwise>
4   <identification>
5     <rights>Copyright © XXXX by Y. ZZZZ.</rights>
6     <rights>Released To The Public Domain.</rights>
7     <miscellaneous>
8       <miscellaneous-field name="description">There can be multiple 
9         &lt;rights&gt; tags in the identification element of the score. The 
10         conversion shall still work, ideally using both of 
11         them.</miscellaneous-field>
12     </miscellaneous>
13   </identification>
14   <part-list>
15     <score-part id="P1">
16       <part-name>MusicXML Part</part-name>
17     </score-part>
18   </part-list>
19   <part id="P1">
20     <measure number="1">
21       <note>
22         <rest/>
23         <duration>4</duration>
24         <voice>1</voice>
25         <type>whole</type>
26       </note>
27       <barline location="right">
28         <bar-style>light-heavy</bar-style>
29       </barline>
30     </measure>
31   </part>
32 </score-partwise>