Hi, Dieter, hi all.

I'm experimenting that XML2PMX gives error when processing MusicXML files
without time signature.  I'm reporting two two examples, taken from here:

 http://lilypond.org/doc/v2.18/input/regression/musicxml/collated-files.html

Both examples are correctly opened by Musescore, so they appear to be regular.

first example:

-------------------------------------------------------------------------------
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 2.0 Partwise//EN"
 "http://www.musicxml.org/dtds/partwise.dtd";>
<score-partwise version="2.0">
        <identification>
                <miscellaneous>
                        <miscellaneous-field name="description">A score without 
                            a time signature (but with a key and 
clefs)</miscellaneous-field>
                </miscellaneous>
        </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>
                                <staves>2</staves>
                                <clef 
number="1"><sign>G</sign><line>2</line></clef>
                                <clef 
number="2"><sign>F</sign><line>4</line></clef>
                        </attributes>
                        <note>
                                <pitch><step>F</step><octave>4</octave></pitch>
                                <duration>4</duration>
                                <voice>1</voice>
                                <type>whole</type>
                                <staff>1</staff>
                        </note>
                        <backup><duration>384</duration></backup>
                        <note>
                                <pitch><step>B</step><octave>2</octave></pitch>
                                <duration>4</duration>
                                <voice>2</voice>
                                <type>whole</type>
                                <staff>2</staff>
                        </note>
                </measure>
        </part>
</score-partwise>
-------------------------------------------------------------------------------



second example:

-------------------------------------------------------------------------------
<?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">Senza-misura time 
signature</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>2</divisions>
        <key>
          <fifths>0</fifths>
          <mode>major</mode>
        </key>
        <time>
          <senza-misura/>
        </time>
        <clef>
          <sign>G</sign>
          <line>2</line>
        </clef>
      </attributes>
      <note>
        <pitch>
          <step>B</step>
          <octave>4</octave>
        </pitch>
        <duration>1</duration>
        <voice>1</voice>
        <type>eighth</type>
        <beam number="1">begin</beam>
      </note>
      <note>
        <pitch>
          <step>B</step>
          <octave>4</octave>
        </pitch>
        <duration>1</duration>
        <voice>1</voice>
        <type>eighth</type>
        <beam number="1">continue</beam>
      </note>
      <note>
        <pitch>
          <step>B</step>
          <octave>4</octave>
        </pitch>
        <duration>1</duration>
        <voice>1</voice>
        <type>eighth</type>
        <beam number="1">end</beam>
      </note>
      <barline location="right">
        <bar-style>light-heavy</bar-style>
      </barline>
    </measure>
  </part>
  <!--=========================================================-->
</score-partwise>
-------------------------------------------------------------------------------


Thanks,

Cheers,

Rodolfo
-------------------------------
TeX-music@tug.org mailing list
If you want to unsubscribe or look at the archives, go to 
https://tug.org/mailman/listinfo/tex-music

Reply via email to