]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/24c-GraceNote-MeasureEnd-Finale.xml
Docs: update texidoc usage example
[lilypond.git] / input / regression / musicxml / 24c-GraceNote-MeasureEnd-Finale.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.0 Partwise//EN"
3                                 "http://www.musicxml.org/dtds/partwise.dtd">
4 <score-partwise>
5   <identification>
6     <miscellaneous>
7       <miscellaneous-field name="description">A grace note that appears at the 
8           measure end (without any steal-from-* attribute set). Some 
9           applications need to convert this into an after-grace.</miscellaneous-field>
10     </miscellaneous>
11   </identification>
12   <part-list>
13     <score-part id="P1">
14       <part-name>MusicXML Part</part-name>
15       <score-instrument id="P1-I1">
16         <instrument-name>Acoustic Grand Piano</instrument-name>
17       </score-instrument>
18       <midi-instrument id="P1-I1">
19         <midi-channel>1</midi-channel>
20         <midi-program>1</midi-program>
21       </midi-instrument>
22     </score-part>
23   </part-list>
24   <!--=========================================================-->
25   <part id="P1">
26     <measure number="25">
27       <attributes>
28         <divisions>32</divisions>
29         <key>
30           <fifths>0</fifths>
31           <mode>major</mode>
32         </key>
33         <time>
34           <beats>4</beats>
35           <beat-type>4</beat-type>
36         </time>
37         <clef>
38           <sign>G</sign>
39           <line>2</line>
40         </clef>
41       </attributes>
42       <note>
43         <pitch>
44           <step>E</step>
45           <octave>5</octave>
46         </pitch>
47         <duration>64</duration>
48         <voice>1</voice>
49         <type>half</type>
50         <stem>down</stem>
51         <staff>1</staff>
52       </note>
53       <note>
54         <pitch>
55           <step>E</step>
56           <octave>5</octave>
57         </pitch>
58         <duration>64</duration>
59         <voice>1</voice>
60         <type>half</type>
61         <stem>down</stem>
62         <staff>1</staff>
63       </note>
64       <note>
65         <grace/>
66         <pitch>
67           <step>G</step>
68           <octave>5</octave>
69         </pitch>
70         <voice>1</voice>
71         <type>16th</type>
72         <stem>up</stem>
73         <staff>1</staff>
74         <beam number="1">begin</beam>
75         <beam number="2">begin</beam>
76       </note>
77       <note>
78         <grace/>
79         <pitch>
80           <step>A</step>
81           <octave>5</octave>
82         </pitch>
83         <voice>1</voice>
84         <type>16th</type>
85         <stem>up</stem>
86         <staff>1</staff>
87         <beam number="1">end</beam>
88         <beam number="2">end</beam>
89       </note>
90     </measure>
91   </part>
92   <!--=========================================================-->
93 </score-partwise>