Hi,
sorry, the bug is in 02a-Rests-Durations.xml, not in
01b-Pitches-Intervals.xml.
Find attached the fixed file (thanks to p.l.schmid) - there were also
missing some <type> elements and the last measure was not filled.
Bye,
Andi
Am 26.06.2014 22:23, schrieb James:
> On 24/06/14 21:39, Andreas Wenger wrote:
>> In 01b-Pitches-Intervals.xml from the Unofficial MusicXML test suite, the
>> last note has duration 2 (= undotted 64th), but shows a dotted 128th
>>
>>
>> _______________________________________________
>> bug-lilypond mailing list
>> [email protected]
>> https://lists.gnu.org/mailman/listinfo/bug-lilypond
> Which is correct? The xml file mentioned inthe email subject or the body?
>
> I assumed the subject.
>
> James
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.0 Partwise//EN"
"http://www.musicxml.org/dtds/partwise.dtd">
<score-partwise>
<movement-title>Rest unit test</movement-title>
<identification>
<miscellaneous>
<miscellaneous-field name="description">All different rest lengths: A
two-bar multi-measure rest, a whole rest, a half, etc. until a
128th-rest; Then the same with dotted durations.</miscellaneous-field>
</miscellaneous>
</identification>
<part-list>
<score-part id="P1">
<part-name>MusicXML Part</part-name>
</score-part>
</part-list>
<!--=========================================================-->
<part id="P1">
<measure number="1">
<attributes>
<divisions>64</divisions>
<key>
<fifths>0</fifths>
<mode>major</mode>
</key>
<time symbol="common">
<beats>4</beats>
<beat-type>4</beat-type>
</time>
<clef>
<sign>G</sign>
<line>2</line>
</clef>
<measure-style>
<multiple-rest>2</multiple-rest>
</measure-style>
</attributes>
<note>
<rest/>
<duration>256</duration>
<voice>1</voice>
<type>whole</type>
</note>
</measure>
<!--=======================================================-->
<measure number="2">
<note>
<rest/>
<duration>256</duration>
<voice>1</voice>
<type>whole</type>
</note>
</measure>
<!--=======================================================-->
<measure number="3">
<note>
<rest/>
<duration>256</duration>
<voice>1</voice>
<type>whole</type>
</note>
</measure>
<!--=======================================================-->
<measure number="4">
<note>
<rest/>
<duration>128</duration>
<voice>1</voice>
<type>half</type>
</note>
<note>
<rest/>
<duration>64</duration>
<voice>1</voice>
<type>quarter</type>
</note>
<note>
<rest/>
<duration>32</duration>
<voice>1</voice>
<type>eighth</type>
</note>
<note>
<rest/>
<duration>16</duration>
<voice>1</voice>
<type>16th</type>
</note>
<note>
<rest/>
<duration>8</duration>
<voice>1</voice>
<type>32nd</type>
</note>
<note>
<rest/>
<duration>4</duration>
<voice>1</voice>
<type>64th</type>
</note>
<note>
<rest/>
<duration>2</duration>
<voice>1</voice>
<type>128th</type>
</note>
<note>
<rest/>
<duration>2</duration>
<voice>1</voice>
<type>128th</type>
</note>
</measure>
<!--=======================================================-->
<measure number="5">
<note>
<rest/>
<duration>192</duration>
<voice>1</voice>
<type>half</type>
<dot/>
</note>
<note>
<rest/>
<duration>64</duration>
<voice>1</voice>
<type>quarter</type>
</note>
</measure>
<!--=======================================================-->
<measure number="6">
<note>
<rest/>
<duration>64</duration>
<voice>1</voice>
<type>quarter</type>
</note>
<note>
<rest/>
<duration>96</duration>
<voice>1</voice>
<type>quarter</type>
<dot/>
</note>
<note>
<rest/>
<duration>48</duration>
<voice>1</voice>
<type>eighth</type>
<dot/>
</note>
<note>
<rest/>
<duration>24</duration>
<voice>1</voice>
<type>16th</type>
<dot/>
</note>
<note>
<rest/>
<duration>12</duration>
<voice>1</voice>
<type>32nd</type>
<dot/>
</note>
<note>
<rest/>
<duration>6</duration>
<voice>1</voice>
<type>64th</type>
<dot/>
</note>
<note>
<rest/>
<duration>3</duration>
<voice>1</voice>
<type>128th</type>
<dot/>
</note>
<note>
<rest/>
<duration>3</duration>
<voice>1</voice>
<type>128th</type>
<dot/>
</note>
<barline location="right">
<bar-style>light-heavy</bar-style>
</barline>
</measure>
</part>
<!--=========================================================-->
</score-partwise>
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond