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