]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/51b-Header-Quotes.xml
Merge branch 'master' of ssh://jneem@git.sv.gnu.org/srv/git/lilypond into tmp
[lilypond.git] / input / regression / musicxml / 51b-Header-Quotes.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   <movement-title>"Quotes" in header fields</movement-title>
6   <identification>
7     <creator type="composer">Some "Tester" Name</creator>
8     <rights>Free for anyone ("Public Domain")</rights>
9     <encoding>
10       <software>"Hand-crafted" MusicXML file</software>
11       <encoding-date>2008-02-06</encoding-date>
12     </encoding>
13     <miscellaneous>
14       <miscellaneous-field name="description">Several header fields and part 
15           names can contain quotes ("). This test checks whether they are 
16           converted/imported without problems (i.e. whether they are correctly
17           escaped when converting).</miscellaneous-field>
18     </miscellaneous>
19   </identification>
20   <part-list>
21     <score-part id="P1">
22       <part-name>Staff "Test"</part-name>
23     </score-part>
24   </part-list>
25   <!--=========================================================-->
26   <part id="P1">
27     <measure number="1">
28       <note>
29         <rest/>
30         <duration>4</duration>
31         <voice>1</voice>
32         <type>whole</type>
33       </note>
34       <barline location="right">
35         <bar-style>light-heavy</bar-style>
36       </barline>
37     </measure>
38   </part>
39   <!--=========================================================-->
40 </score-partwise>