zoukankan      html  css  js  c++  java
  • MusicXML 3.0 (19) 八度


    <?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>
              <octave-shift type="down" size="8" />
            </direction-type>
            <voice>1</voice>
            <staff>1</staff>
          </direction>
          <note>
            <rest />
            <duration>1024</duration>
          </note>
          <direction>
            <direction-type>
              <octave-shift type="stop" size="8" />
            </direction-type>
            <staff>1</staff>
          </direction>
        </measure>
        <measure number="2">
          <direction>
            <direction-type>
              <octave-shift type="up" size="8" />
            </direction-type>
            <staff>1</staff>
          </direction>
          <note>
            <rest />
            <duration>1024</duration>
          </note>
          <direction>
            <direction-type>
              <octave-shift type="stop" size="8" />
            </direction-type>
            <staff>1</staff>
          </direction>
        </measure>
        <measure number="3">
          <direction>
            <direction-type>
              <octave-shift type="down" size="15" />
            </direction-type>
            <staff>1</staff>
          </direction>
          <note>
            <rest />
            <duration>1024</duration>
          </note>
          <direction>
            <direction-type>
              <octave-shift type="stop" size="15" />
            </direction-type>
            <staff>1</staff>
          </direction>
        </measure>
        <measure number="4">
          <direction>
            <direction-type>
              <octave-shift type="up" size="15" />
            </direction-type>
            <staff>1</staff>
          </direction>
          <note>
            <rest />
            <duration>1024</duration>
          </note>
          <direction>
            <direction-type>
              <octave-shift type="stop" size="15" />
            </direction-type>
            <staff>1</staff>
          </direction>
        </measure>
      </part>
    </score-partwise>
    


    效果图:

  • 相关阅读:
    MySQL字符集编码相关
    Python基础(2):__doc__、文档字符串docString、help()
    Python基础(1):dir(),help()
    Python开发环境(3):使用Eclipse+PyDev插件创建Django项目
    Python开发环境(2):启动Eclipse时检测到PYTHONPATH发生改变
    使用免安装压缩包安装MySQL
    第一个Django项目:HelloWorld
    Django 2.0.3安装-压缩包方式
    Eclipse中各种编码格式及设置
    Python开发环境(1):Eclipse+PyDev插件
  • 原文地址:https://www.cnblogs.com/del/p/2225415.html
Copyright © 2011-2022 走看看