]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/07b-Staff-Notestyles.xml
DOC -- Index editorial, pitches, staff. Ralph Palmer's work
[lilypond.git] / input / regression / musicxml / 07b-Staff-Notestyles.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">Staff-connected note styles: 
8         slash notation, hidden notes (with and without hidden staff
9         lines)</miscellaneous-field>
10     </miscellaneous>
11   </identification>
12   <part-list>
13     <score-part id="P1">
14       <part-name>MusicXML Part</part-name>
15     </score-part>
16   </part-list>
17   <!--=========================================================-->
18   <part id="P1">
19     <measure number="1">
20       <print>
21         <system-layout>
22           <system-margins>
23             <left-margin>70</left-margin>
24             <right-margin>0</right-margin>
25           </system-margins>
26           <top-system-distance>211</top-system-distance>
27         </system-layout>
28       </print>
29       <attributes>
30         <divisions>1</divisions>
31         <key>
32           <fifths>0</fifths>
33           <mode>major</mode>
34         </key>
35         <time symbol="common">
36           <beats>4</beats>
37           <beat-type>4</beat-type>
38         </time>
39         <clef>
40           <sign>G</sign>
41           <line>2</line>
42         </clef>
43       </attributes>
44       <note>
45         <pitch>
46           <step>A</step>
47           <octave>4</octave>
48         </pitch>
49         <duration>1</duration>
50         <voice>1</voice>
51         <type>quarter</type>
52         <stem>down</stem>
53       </note>
54       <attributes>
55         <measure-style>
56           <slash type="start" use-stems="no"/>
57         </measure-style>
58       </attributes>
59       <note>
60         <pitch>
61           <step>A</step>
62           <octave>4</octave>
63         </pitch>
64         <duration>1</duration>
65         <voice>1</voice>
66         <type>quarter</type>
67         <stem>up</stem>
68         <lyric number="1"><text>slash, no stem</text></lyric>
69       </note>
70       <note>
71         <pitch>
72           <step>C</step>
73           <octave>5</octave>
74         </pitch>
75         <duration>1</duration>
76         <voice>1</voice>
77         <type>quarter</type>
78         <stem>down</stem>
79       </note>
80       <attributes>
81         <measure-style>
82           <slash type="stop"/>
83         </measure-style>
84         <measure-style>
85           <slash type="start" use-stems="yes"/>
86         </measure-style>
87       </attributes>
88       <note>
89         <pitch>
90           <step>A</step>
91           <octave>4</octave>
92         </pitch>
93         <duration>1</duration>
94         <voice>1</voice>
95         <type>quarter</type>
96         <stem>down</stem>
97         <lyric number="1"><text>slash, with stem</text></lyric>
98       </note>
99     </measure>
100     <!--=======================================================-->
101     <measure number="2">
102       <note>
103         <pitch>
104           <step>C</step>
105           <octave>5</octave>
106         </pitch>
107         <duration>1</duration>
108         <voice>1</voice>
109         <type>quarter</type>
110         <stem>down</stem>
111       </note>
112       <attributes>
113         <measure-style>
114           <slash type="stop"/>
115         </measure-style>
116       </attributes>
117       <note print-object="no">
118         <pitch>
119           <step>A</step>
120           <octave>4</octave>
121         </pitch>
122         <duration>1</duration>
123         <voice>1</voice>
124         <type>quarter</type>
125         <stem>up</stem>
126         <lyric number="1"><text>hidden notes</text></lyric>
127       </note>
128       <note print-object="no">
129         <pitch>
130           <step>C</step>
131           <octave>5</octave>
132         </pitch>
133         <duration>1</duration>
134         <voice>1</voice>
135         <type>quarter</type>
136         <stem>down</stem>
137       </note>
138       <attributes>
139         <staff-details>
140           <staff-lines>0</staff-lines>
141         </staff-details>
142       </attributes>
143       <note print-object="no">
144         <pitch>
145           <step>C</step>
146           <octave>4</octave>
147         </pitch>
148         <duration>1</duration>
149         <voice>1</voice>
150         <type>quarter</type>
151         <stem>up</stem>
152         <lyric number="1"><text>hidden notes, staff lines</text></lyric>
153       </note>
154     </measure>
155     <measure number="3">
156       <note print-object="no">
157         <pitch>
158           <step>D</step>
159           <octave>4</octave>
160         </pitch>
161         <duration>2</duration>
162         <voice>1</voice>
163         <type>half</type>
164         <stem>up</stem>
165       </note>
166       <attributes>
167         <staff-details>
168           <staff-lines>5</staff-lines>
169         </staff-details>
170       </attributes>
171       <note>
172         <pitch>
173           <step>G</step>
174           <octave>4</octave>
175         </pitch>
176         <duration>2</duration>
177         <voice>1</voice>
178         <type>half</type>
179         <stem>up</stem>
180         <lyric number="1"><text>normal settings restored</text></lyric>
181       </note>
182       <barline location="right">
183         <bar-style>light-heavy</bar-style>
184       </barline>
185     </measure>
186   </part>
187   <!--=========================================================-->
188 </score-partwise>