]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/11g-TimeSignatures-SingleNumber.xml
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / musicxml / 11g-TimeSignatures-SingleNumber.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">Time signature displayed as a
8           single number.</miscellaneous-field>
9     </miscellaneous>
10   </identification>
11   <part-list>
12     <score-part id="P1">
13       <part-name>MusicXML Part</part-name>
14     </score-part>
15   </part-list>
16   <!--=========================================================-->
17   <part id="P1">
18     <measure number="1">
19       <attributes>
20         <divisions>2</divisions>
21         <key>
22           <fifths>0</fifths>
23           <mode>major</mode>
24         </key>
25         <time symbol="single-number">
26           <beats>3</beats>
27           <beat-type>8</beat-type>
28         </time>
29         <clef>
30           <sign>G</sign>
31           <line>2</line>
32         </clef>
33       </attributes>
34       <note>
35         <pitch>
36           <step>B</step>
37           <octave>4</octave>
38         </pitch>
39         <duration>1</duration>
40         <voice>1</voice>
41         <type>eighth</type>
42         <beam number="1">begin</beam>
43       </note>
44       <note>
45         <pitch>
46           <step>B</step>
47           <octave>4</octave>
48         </pitch>
49         <duration>1</duration>
50         <voice>1</voice>
51         <type>eighth</type>
52         <beam number="1">continue</beam>
53       </note>
54       <note>
55         <pitch>
56           <step>B</step>
57           <octave>4</octave>
58         </pitch>
59         <duration>1</duration>
60         <voice>1</voice>
61         <type>eighth</type>
62         <beam number="1">end</beam>
63       </note>
64       <barline location="right">
65         <bar-style>light-heavy</bar-style>
66       </barline>
67     </measure>
68   </part>
69   <!--=========================================================-->
70 </score-partwise>