forked from musescore/MuseScore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path00l-Basics-Tie-PJB.xml
41 lines (41 loc) · 1.16 KB
/
00l-Basics-Tie-PJB.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
35
36
37
38
39
40
41
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 0.6b Partwise//EN"
"http://www.musicxml.org/dtds/partwise.dtd">
<score-partwise>
<work><work-title>A tie</work-title></work>
<identification/>
<part-list>
<score-part id="P1"><part-name></part-name></score-part>
</part-list>
<part id="P1">
<measure number="1">
<attributes>
<divisions>1</divisions>
<key><fifths>0</fifths></key>
<time><beats>4</beats><beat-type>4</beat-type></time>
<staves>1</staves>
<clef number="1"><sign>G</sign><line>2</line></clef>
</attributes>
<note>
<pitch><step>F</step><octave>4</octave></pitch>
<duration>4</duration>
<tie type="start"/>
<voice>1</voice>
<type>whole</type>
<staff>1</staff>
<notations><tied type="start"/></notations>
</note>
</measure>
<measure number="2">
<note release="-684">
<pitch><step>F</step><octave>4</octave></pitch>
<duration>4</duration>
<tie type="stop"/>
<voice>1</voice>
<type>whole</type>
<staff>1</staff>
<notations><tied type="stop"/></notations>
</note>
</measure>
</part>
</score-partwise>