forked from musescore/MuseScore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path05a-HeaderQuotes-Finale.xml
34 lines (34 loc) · 1.13 KB
/
05a-HeaderQuotes-Finale.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 2.0 Partwise//EN"
"http://www.musicxml.org/dtds/partwise.dtd">
<score-partwise version="2.0">
<movement-title>"Quotes" in header fields</movement-title>
<identification>
<creator type="composer">Some "Tester" Name</creator>
<rights>Free for anyone ("Public Domain")</rights>
<encoding>
<software>"Hand-crafted" MusicXML file</software>
<encoding-date>2008-02-06</encoding-date>
</encoding>
</identification>
<part-list>
<score-part id="P1">
<part-name>Staff "Test"</part-name>
</score-part>
</part-list>
<!--=========================================================-->
<part id="P1">
<measure number="1">
<note>
<rest/>
<duration>4</duration>
<voice>1</voice>
<type>whole</type>
</note>
<barline location="right">
<bar-style>light-heavy</bar-style>
</barline>
</measure>
</part>
<!--=========================================================-->
</score-partwise>