Hi, Dieter, hi all.

The following MusicXML example fails for me when processed with XML2PMX, but I
don't understand why.  When opened up with Musescore, it seems all right.

Please help.

Thanks,

Rodolfo

<?xml version="1.0" encoding="UTF-8" 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">
  <part-list>
    <score-part id="P1">
      <part-name>Piano</part-name>
    </score-part>
  </part-list>
  <part id="P1">
    <measure number="1" width="391">
      <attributes>
        <divisions>6720</divisions>
        <key>
          <fifths>2</fifths>
          <mode>major</mode>
        </key>
        <time>
          <beats>2</beats>
          <beat-type>4</beat-type>
        </time>
        <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>A</step>
          <octave>5</octave>
        </pitch>
        <duration>6720</duration>
        <voice>1</voice>
        <type>quarter</type>
        <staff>1</staff>
      </note>
                        <backup>
                                <duration>6720</duration>
                        </backup>
                        <note>
                                <rest/>
                                <duration>840</duration>
                                <voice>4</voice>
                                <type>32nd</type>
                                <staff>2</staff>
                        </note>
    </measure>
  </part>
</score-partwise>
-------------------------------
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