]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/musicxml/00l-Basics-Tie-PJB.xml
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / musicxml / 00l-Basics-Tie-PJB.xml
1 <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
2 <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 0.6b Partwise//EN"
3  "http://www.musicxml.org/dtds/partwise.dtd">
4 <score-partwise>
5         <work><work-title>A tie</work-title></work> 
6         <identification/>
7         <part-list>
8                 <score-part id="P1"><part-name></part-name></score-part>
9         </part-list>
10         <part id="P1">
11                 <measure number="1">
12                         <attributes>
13                                 <divisions>1</divisions>
14                                 <key><fifths>0</fifths></key>
15                                 <time><beats>4</beats><beat-type>4</beat-type></time>
16                                 <staves>1</staves>
17                                 <clef number="1"><sign>G</sign><line>2</line></clef>
18                         </attributes>
19                         <note>
20                                 <pitch><step>F</step><octave>4</octave></pitch>
21                                 <duration>4</duration>
22                                 <tie type="start"/>
23                                 <voice>1</voice>
24                                 <type>whole</type>
25                                 <staff>1</staff>
26                                 <notations><tied type="start"/></notations>
27                         </note>
28                 </measure>
29                 <measure number="2">
30                         <note release="-684">
31                                 <pitch><step>F</step><octave>4</octave></pitch>
32                                 <duration>4</duration>
33                                 <tie type="stop"/>
34                                 <voice>1</voice>
35                                 <type>whole</type>
36                                 <staff>1</staff>
37                                 <notations><tied type="stop"/></notations>
38                         </note>
39                 </measure>
40         </part>
41 </score-partwise>