Is there an existing issue for this?
Current Behavior
Two similar measures vary in tempo (file format - MusicXML). The tempo must be 60 in both cases, but in the first case, it is equal to the default tempo of 120. Wrong sound tempo only for the first measure.
Expected Behavior
Should be the same tempo = 60.
Steps To Reproduce
Run this code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 1.1 Partwise//EN"
"http://www.musicxml.org/dtds/partwise.dtd">
<score-partwise version="1.1">
<identification>
<miscellaneous>
<miscellaneous-field name="description">Tempo Markings: note=bpm,
text (note=bpm), note=note, (note=note), (note=bpm)</miscellaneous-field>
</miscellaneous>
</identification>
<part-list>
<score-part id="P1">
<part-name></part-name>
</score-part>
</part-list>
<!--=========================================================-->
<part id="P1">
<!--=======================================================-->
<measure number="1">
<direction>
<direction-type>
<metronome>
<beat-unit>quarter</beat-unit>
<beat-unit-dot/>
<beat-unit>half</beat-unit>
<beat-unit-dot/>
</metronome>
</direction-type>
</direction>
<direction>
<direction-type>
<metronome parentheses="yes">
<beat-unit>quarter</beat-unit>
<beat-unit-dot/>
<per-minute>60</per-minute>
</metronome>
</direction-type>
</direction>
<note>
<pitch><step>A</step><octave>4</octave></pitch>
<duration>1</duration>
<voice>1</voice>
<type>quarter</type>
</note>
<note>
<pitch><step>A</step><octave>4</octave></pitch>
<duration>1</duration>
<voice>1</voice>
<type>quarter</type>
</note>
<note>
<pitch><step>A</step><octave>4</octave></pitch>
<duration>1</duration>
<voice>1</voice>
<type>quarter</type>
</note>
<note>
<pitch><step>A</step><octave>4</octave></pitch>
<duration>1</duration>
<voice>1</voice>
<type>quarter</type>
</note>
<barline location="right">
<bar-style>light-heavy</bar-style>
</barline>
</measure>
<!--=======================================================-->
<measure number="2">
<direction>
<direction-type>
<metronome>
<beat-unit>quarter</beat-unit>
<beat-unit-dot/>
<beat-unit>half</beat-unit>
<beat-unit-dot/>
</metronome>
</direction-type>
</direction>
<direction>
<direction-type>
<metronome parentheses="yes">
<beat-unit>quarter</beat-unit>
<beat-unit-dot/>
<per-minute>60</per-minute>
</metronome>
</direction-type>
</direction>
<note>
<pitch><step>A</step><octave>4</octave></pitch>
<duration>1</duration>
<voice>1</voice>
<type>quarter</type>
</note>
<note>
<pitch><step>A</step><octave>4</octave></pitch>
<duration>1</duration>
<voice>1</voice>
<type>quarter</type>
</note>
<note>
<pitch><step>A</step><octave>4</octave></pitch>
<duration>1</duration>
<voice>1</voice>
<type>quarter</type>
</note>
<note>
<pitch><step>A</step><octave>4</octave></pitch>
<duration>1</duration>
<voice>1</voice>
<type>quarter</type>
</note>
<barline location="right">
<bar-style>light-heavy</bar-style>
</barline>
</measure>
</part>
<!--=========================================================-->
</score-partwise>
Link to jsFiddle, CodePen, Project
No response
Found in Version
1.2
Platform
Web
Environment
- **OS**: Monterey 12.5.1
- **Browser**: Firefox 06.0b3 (64-bit)
- **.net Version**:
Anything else?
No response
Is there an existing issue for this?
Current Behavior
Two similar measures vary in tempo (file format - MusicXML). The tempo must be 60 in both cases, but in the first case, it is equal to the default tempo of 120. Wrong sound tempo only for the first measure.
Expected Behavior
Should be the same tempo = 60.
Steps To Reproduce
Run this code:
Link to jsFiddle, CodePen, Project
No response
Found in Version
1.2
Platform
Web
Environment
Anything else?
No response