]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/22b-Staff-Notestyles.xml
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / musicxml / 22b-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       <attributes>
21         <divisions>1</divisions>
22         <key>
23           <fifths>0</fifths>
24           <mode>major</mode>
25         </key>
26         <time symbol="common">
27           <beats>4</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>A</step>
38           <octave>4</octave>
39         </pitch>
40         <duration>1</duration>
41         <voice>1</voice>
42         <type>quarter</type>
43       </note>
44       <attributes>
45         <measure-style>
46           <slash type="start" use-stems="no"/>
47         </measure-style>
48       </attributes>
49       <note>
50         <pitch>
51           <step>A</step>
52           <octave>4</octave>
53         </pitch>
54         <duration>1</duration>
55         <voice>1</voice>
56         <type>quarter</type>
57         <lyric number="1"><text>slash, no stem</text></lyric>
58       </note>
59       <note>
60         <pitch>
61           <step>C</step>
62           <octave>5</octave>
63         </pitch>
64         <duration>1</duration>
65         <voice>1</voice>
66         <type>quarter</type>
67       </note>
68       <attributes>
69         <measure-style>
70           <slash type="stop"/>
71         </measure-style>
72         <measure-style>
73           <slash type="start" use-stems="yes"/>
74         </measure-style>
75       </attributes>
76       <note>
77         <pitch>
78           <step>A</step>
79           <octave>4</octave>
80         </pitch>
81         <duration>1</duration>
82         <voice>1</voice>
83         <type>quarter</type>
84         <lyric number="1"><text>slash, with stem</text></lyric>
85       </note>
86     </measure>
87     <!--=======================================================-->
88     <measure number="2">
89       <note>
90         <pitch>
91           <step>C</step>
92           <octave>5</octave>
93         </pitch>
94         <duration>1</duration>
95         <voice>1</voice>
96         <type>quarter</type>
97       </note>
98       <attributes>
99         <measure-style>
100           <slash type="stop"/>
101         </measure-style>
102       </attributes>
103       <note print-object="no">
104         <pitch>
105           <step>A</step>
106           <octave>4</octave>
107         </pitch>
108         <duration>1</duration>
109         <voice>1</voice>
110         <type>quarter</type>
111         <lyric number="1"><text>hidden notes</text></lyric>
112       </note>
113       <note print-object="no">
114         <pitch>
115           <step>C</step>
116           <octave>5</octave>
117         </pitch>
118         <duration>1</duration>
119         <voice>1</voice>
120         <type>quarter</type>
121       </note>
122       <attributes>
123         <staff-details>
124           <staff-lines>0</staff-lines>
125         </staff-details>
126       </attributes>
127       <note print-object="no">
128         <pitch>
129           <step>C</step>
130           <octave>4</octave>
131         </pitch>
132         <duration>1</duration>
133         <voice>1</voice>
134         <type>quarter</type>
135         <lyric number="1"><text>hidden notes, staff lines</text></lyric>
136       </note>
137     </measure>
138     <measure number="3">
139       <note print-object="no">
140         <pitch>
141           <step>D</step>
142           <octave>4</octave>
143         </pitch>
144         <duration>2</duration>
145         <voice>1</voice>
146         <type>half</type>
147       </note>
148       <attributes>
149         <staff-details>
150           <staff-lines>5</staff-lines>
151         </staff-details>
152       </attributes>
153       <note>
154         <pitch>
155           <step>G</step>
156           <octave>4</octave>
157         </pitch>
158         <duration>2</duration>
159         <voice>1</voice>
160         <type>half</type>
161         <lyric number="1"><text>normal settings restored</text></lyric>
162       </note>
163       <barline location="right">
164         <bar-style>light-heavy</bar-style>
165       </barline>
166     </measure>
167   </part>
168   <!--=========================================================-->
169 </score-partwise>