zoukankan      html  css  js  c++  java
  • MusicXML 3.0 (3) 拍号


    <?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>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="2">
          <attributes>
            <time>
              <beats>3</beats>
              <beat-type>4</beat-type>
            </time>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="3">
          <attributes>
            <time>
              <beats>6</beats>
              <beat-type>8</beat-type>
            </time>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="4">
          <attributes>
            <time>
              <beats>3+2</beats>
              <beat-type>8</beat-type>
            </time>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="5">
          <attributes>
            <time symbol="common">
              <beats>4</beats>
              <beat-type>4</beat-type>
            </time>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="6">
          <attributes>
            <time symbol="cut">
              <beats>2</beats>
              <beat-type>2</beat-type>
            </time>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
      </part>
    </score-partwise>
    


    效果图:

  • 相关阅读:
    http 事务
    URI、URL、URN
    媒体类型(MIME类型)
    资源
    WEB客户端和服务器
    如何解决新浪微博返回结果中的中文编码问题
    新浪微博 使用OAuth2.0调用API
    新浪微博 授权机制研究
    hmac库 密钥相关的哈希运算消息认证码
    ValueError: Expecting property name: line 1 column 1 (char 1)
  • 原文地址:https://www.cnblogs.com/del/p/2221494.html
Copyright © 2011-2022 走看看