I have created an exercise in cut time using an external editor, and I'm finding that Earmaster keeps importing the xml in common time. To rule out the possibility that the xml had something wrong in its notation, i did a test using a simple score with just one whole note in cut time. I have included the contents from the xml created by the editor where you can see that 2/2 is the value for the time tags, and a screenshot showing the score that Earmaster creates after importing the xml in 4/4 time. So far I haven't encountered any problems in other time signatures, including 3/2.
Is this a problem in the software, or am I doing something wrong?
Thanks
Code: Select all
<?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>
<identification>
<encoding>
<software>MuseScore 1.3</software>
<encoding-date>2014-11-12</encoding-date>
</encoding>
</identification>
<defaults>
<scaling>
<millimeters>7.056</millimeters>
<tenths>40</tenths>
</scaling>
<page-layout>
<page-height>1683.67</page-height>
<page-width>1190.48</page-width>
<page-margins type="even">
<left-margin>56.6893</left-margin>
<right-margin>56.6893</right-margin>
<top-margin>56.6893</top-margin>
<bottom-margin>113.379</bottom-margin>
</page-margins>
<page-margins type="odd">
<left-margin>56.6893</left-margin>
<right-margin>56.6893</right-margin>
<top-margin>56.6893</top-margin>
<bottom-margin>113.379</bottom-margin>
</page-margins>
</page-layout>
</defaults>
<part-list>
<score-part id="P1">
<part-name>Voice</part-name>
<part-abbreviation>Vo.</part-abbreviation>
<score-instrument id="P1-I3">
<instrument-name>Voice</instrument-name>
</score-instrument>
<midi-instrument id="P1-I3">
<midi-channel>1</midi-channel>
<midi-program>53</midi-program>
<volume>78.7402</volume>
<pan>0</pan>
</midi-instrument>
</score-part>
</part-list>
<part id="P1">
<measure number="1" width="110.24">
<print>
<system-layout>
<system-margins>
<left-margin>70.62</left-margin>
<right-margin>896.24</right-margin>
</system-margins>
<top-system-distance>70.00</top-system-distance>
</system-layout>
</print>
<attributes>
<divisions>1</divisions>
<key>
<fifths>0</fifths>
<mode>major</mode>
</key>
<!--THE XML HAS 2/2 AS TIME SIGNATURE-->
<time>
<beats>2</beats>
<beat-type>2</beat-type>
</time>
<clef>
<sign>G</sign>
<line>2</line>
</clef>
</attributes>
<note default-x="72.84" default-y="-50.00">
<pitch>
<step>C</step>
<octave>4</octave>
</pitch>
<duration>4</duration>
<voice>1</voice>
<type>whole</type>
</note>
<barline location="right">
<bar-style>light-heavy</bar-style>
</barline>
</measure>
</part>
</score-partwise>