zoukankan      html  css  js  c++  java
  • MusicXML 3.0 (20) 钢琴踏板


    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 3.0 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd">
    <score-partwise version="3.0">
      <part-list>
        <score-part id="P1">
          <part-name>Piano</part-name>
        </score-part>
      </part-list>
      <part id="P1">
        <measure number="1">
          <attributes>
            <divisions>256</divisions>
            <key>
              <fifths>0</fifths>
            </key>
            <time>
              <beats>4</beats>
              <beat-type>4</beat-type>
            </time>
            <clef>
              <sign>G</sign>
              <line>2</line>
            </clef>
          </attributes>
          <direction>
             <direction-type>
                <pedal type="start" line="yes" />
             </direction-type>
             <staff>1</staff>
          </direction>
          <note>
            <rest />
            <duration>1024</duration>
          </note>
          <direction>
            <direction-type>
              <pedal type="stop" line="yes" />
            </direction-type>
            <staff>1</staff>
          </direction>
        </measure>
        <measure number="2">
          <direction>
             <direction-type>
                <pedal type="start" line="no" />
             </direction-type>
             <staff>1</staff>
          </direction>
          <note>
            <rest />
            <duration>1024</duration>
          </note>
          <direction>
            <direction-type>
              <pedal type="stop" line="no" />
            </direction-type>
            <staff>1</staff>
          </direction>
        </measure>
        <measure number="3">
          <note>
            <rest />
            <duration>1024</duration>
          </note>
        </measure>
      </part>
    </score-partwise>
    


    效果图:

  • 相关阅读:
    input填入字符会出现黄色
    安装Scrapy时出现问题scrapy unicodedecodeerror ascii codec cant decode byte 0xd1 in position
    SVN 出现:Previous operation has not finished; run 'cleanup' if it was interrupted。
    Myeclipse小技巧
    好的开发网站
    BZOJ 1968
    BZOJ 1010
    BZOJ 1015
    BZOJ 3875
    BZOJ 2705
  • 原文地址:https://www.cnblogs.com/del/p/2225502.html
Copyright © 2011-2022 走看看