]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/11f-TimeSignatures-SymbolMeaning.xml
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / musicxml / 11f-TimeSignatures-SymbolMeaning.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.1 Partwise//EN"
3                                 "http://www.musicxml.org/dtds/partwise.dtd">
4 <score-partwise version="1.1">
5   <identification>
6     <miscellaneous>
7       <miscellaneous-field name="description">A time signature of 3/8 with the 
8           symbol="cut" attribute and two symbol="single-number" attributes with
9           compound time signatures. Shall the symbol be ignored in this 
10           case?</miscellaneous-field>
11     </miscellaneous>
12   </identification>
13   <part-list>
14     <score-part id="P1">
15       <part-name>MusicXML Part</part-name>
16     </score-part>
17   </part-list>
18   <!--=========================================================-->
19   <part id="P1">
20     <measure number="1">
21       <attributes>
22         <divisions>2</divisions>
23         <key>
24           <fifths>0</fifths>
25           <mode>major</mode>
26         </key>
27         <time symbol="cut">
28           <beats>3</beats>
29           <beat-type>8</beat-type>
30         </time>
31         <clef>
32           <sign>G</sign>
33           <line>2</line>
34         </clef>
35       </attributes>
36       <note>
37         <pitch>
38           <step>B</step>
39           <octave>4</octave>
40         </pitch>
41         <duration>3</duration>
42         <voice>1</voice>
43         <type>quarter</type>
44         <dot/>
45       </note>
46     </measure>
47     <!--=========================================================-->
48     <measure number="2">
49       <attributes>
50         <time symbol="single-number">
51           <beats>3+2</beats>
52           <beat-type>8</beat-type>
53         </time>
54       </attributes>
55       <note>
56         <pitch>
57           <step>B</step>
58           <octave>4</octave>
59         </pitch>
60         <duration>1</duration>
61         <voice>1</voice>
62         <type>eighth</type>
63       </note>
64       <note>
65         <pitch>
66           <step>B</step>
67           <octave>4</octave>
68         </pitch>
69         <duration>4</duration>
70         <voice>1</voice>
71         <type>half</type>
72       </note>
73     </measure>
74     <!--=========================================================-->
75     <measure number="3">
76       <attributes>
77         <time symbol="single-number">
78           <beats>1</beats>
79           <beat-type>8</beat-type>
80           <beats>2</beats>
81           <beat-type>4</beat-type>
82         </time>
83       </attributes>
84       <note>
85         <pitch>
86           <step>B</step>
87           <octave>4</octave>
88         </pitch>
89         <duration>1</duration>
90         <voice>1</voice>
91         <type>eighth</type>
92       </note>
93       <note>
94         <pitch>
95           <step>B</step>
96           <octave>4</octave>
97         </pitch>
98         <duration>4</duration>
99         <voice>1</voice>
100         <type>half</type>
101       </note>
102       <barline location="right">
103         <bar-style>light-heavy</bar-style>
104       </barline>
105     </measure>
106   </part>
107   <!--=========================================================-->
108 </score-partwise>