]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/23d-Tuplets-Nested.xml
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / musicxml / 23d-Tuplets-Nested.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">Tuplets can be nested. Here 
8           there is a 5:2 tuplet inside a 3:2 tuple (all consisting of written
9           eighth notes).</miscellaneous-field>
10     </miscellaneous>
11   </identification>
12   <part-list>
13     <score-part id="P1">
14       <part-name print-object="no">MusicXML Part</part-name>
15     </score-part>
16   </part-list>
17   <!--=========================================================-->
18   <part id="P1">
19     <measure number="1">
20       <attributes>
21         <divisions>30</divisions>
22         <key>
23           <fifths>0</fifths>
24           <mode>major</mode>
25         </key>
26         <time>
27           <beats>2</beats>
28           <beat-type>4</beat-type>
29         </time>
30         <clef>
31           <sign>G</sign>
32           <line>2</line>
33         </clef>
34       </attributes>
35       <note>
36         <pitch>
37           <step>B</step>
38           <octave>4</octave>
39         </pitch>
40         <duration>10</duration>
41         <voice>1</voice>
42         <type>eighth</type>
43         <time-modification>
44           <actual-notes>3</actual-notes>
45           <normal-notes>2</normal-notes>
46           <normal-type>quarter</normal-type>
47         </time-modification>
48         <beam number="1">begin</beam>
49         <notations>
50           <tuplet bracket="yes" number="1" type="start"/>
51         </notations>
52       </note>
53       <note>
54         <pitch>
55           <step>B</step>
56           <octave>4</octave>
57         </pitch>
58         <duration>10</duration>
59         <voice>1</voice>
60         <type>eighth</type>
61         <time-modification>
62           <actual-notes>3</actual-notes>
63           <normal-notes>2</normal-notes>
64           <normal-type>quarter</normal-type>
65         </time-modification>
66         <beam number="1">end</beam>
67       </note>
68       <note>
69         <pitch>
70           <step>B</step>
71           <octave>4</octave>
72         </pitch>
73         <duration>4</duration>
74         <voice>1</voice>
75         <type>eighth</type>
76         <time-modification>
77           <actual-notes>15</actual-notes>
78           <normal-notes>4</normal-notes>
79         </time-modification>
80         <beam number="1">begin</beam>
81         <notations>
82           <tuplet bracket="yes" number="2" type="start">
83             <tuplet-actual>
84               <tuplet-number>5</tuplet-number>
85               <tuplet-type>eighth</tuplet-type>
86             </tuplet-actual>
87             <tuplet-normal>
88               <tuplet-number>2</tuplet-number>
89               <tuplet-type>eighth</tuplet-type>
90             </tuplet-normal>
91           </tuplet>
92         </notations>
93       </note>
94       <note>
95         <pitch>
96           <step>B</step>
97           <octave>4</octave>
98         </pitch>
99         <duration>4</duration>
100         <voice>1</voice>
101         <type>eighth</type>
102         <time-modification>
103           <actual-notes>15</actual-notes>
104           <normal-notes>4</normal-notes>
105         </time-modification>
106         <beam number="1">continue</beam>
107       </note>
108       <note>
109         <pitch>
110           <step>B</step>
111           <octave>4</octave>
112         </pitch>
113         <duration>4</duration>
114         <voice>1</voice>
115         <type>eighth</type>
116         <time-modification>
117           <actual-notes>15</actual-notes>
118           <normal-notes>4</normal-notes>
119         </time-modification>
120         <beam number="1">continue</beam>
121       </note>
122       <note>
123         <pitch>
124           <step>B</step>
125           <octave>4</octave>
126         </pitch>
127         <duration>4</duration>
128         <voice>1</voice>
129         <type>eighth</type>
130         <time-modification>
131           <actual-notes>15</actual-notes>
132           <normal-notes>4</normal-notes>
133         </time-modification>
134         <beam number="1">continue</beam>
135       </note>
136       <note>
137         <pitch>
138           <step>B</step>
139           <octave>4</octave>
140         </pitch>
141         <duration>4</duration>
142         <voice>1</voice>
143         <type>eighth</type>
144         <time-modification>
145           <actual-notes>15</actual-notes>
146           <normal-notes>4</normal-notes>
147         </time-modification>
148         <beam number="1">end</beam>
149         <notations>
150           <tuplet number="2" type="stop"/>
151         </notations>
152       </note>
153       <note>
154         <pitch>
155           <step>B</step>
156           <octave>4</octave>
157         </pitch>
158         <duration>10</duration>
159         <voice>1</voice>
160         <type>eighth</type>
161         <time-modification>
162           <actual-notes>3</actual-notes>
163           <normal-notes>2</normal-notes>
164           <normal-type>quarter</normal-type>
165         </time-modification>
166         <beam number="1">begin</beam>
167       </note>
168       <note>
169         <pitch>
170           <step>B</step>
171           <octave>4</octave>
172         </pitch>
173         <duration>10</duration>
174         <voice>1</voice>
175         <type>eighth</type>
176         <time-modification>
177           <actual-notes>3</actual-notes>
178           <normal-notes>2</normal-notes>
179           <normal-type>quarter</normal-type>
180         </time-modification>
181         <beam number="1">end</beam>
182         <notations>
183           <tuplet number="1" type="stop"/>
184         </notations>
185       </note>
186       <barline location="right">
187         <bar-style>light-heavy</bar-style>
188       </barline>
189     </measure>
190   </part>
191   <!--=========================================================-->
192 </score-partwise>