zoukankan      html  css  js  c++  java
  • MusicXML 3.0 (22) 强、弱、渐强、渐弱、渐快、渐慢


    <?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>
              <dynamics>
                <f />
              </dynamics>
            </direction-type>
          </direction>
          <note>
            <rest />
            <duration>1024</duration>
          </note>
        </measure>
        <measure number="2">
          <direction>
            <direction-type>
              <dynamics>
                <ppp />
              </dynamics>
            </direction-type>
          </direction>
          <note>
            <rest />
            <duration>1024</duration>
          </note>
        </measure>
        <measure number="3">
          <direction>
            <direction-type>
              <wedge type="crescendo" />
            </direction-type>
          </direction>
          <note>
            <rest />
            <duration>1024</duration>
          </note>
          <direction>
            <direction-type>
              <wedge type="stop" />
            </direction-type>
          </direction>
        </measure>
        <measure number="4">
          <direction>
            <direction-type>
              <wedge type="diminuendo" />
            </direction-type>
          </direction>
          <note>
            <rest />
            <duration>1024</duration>
          </note>
          <direction>
            <direction-type>
              <wedge type="stop" />
            </direction-type>
          </direction>
        </measure>
        <measure number="5">
          <direction>
            <direction-type>
              <words>cresc.</words>
            </direction-type>
          </direction>
          <note>
            <rest />
            <duration>1024</duration>
          </note>
        </measure>
        <measure number="6">
          <direction>
            <direction-type>
              <words>dim.</words>
            </direction-type>
          </direction>
          <note>
            <rest />
            <duration>1024</duration>
          </note>
        </measure>
        <measure number="7">
          <direction>
            <direction-type>
              <words>accel.</words>
            </direction-type>
          </direction>
          <note>
            <rest />
            <duration>1024</duration>
          </note>
        </measure>
        <measure number="8">
          <direction>
            <direction-type>
              <words>rit.</words>
            </direction-type>
          </direction>
          <note>
            <rest />
            <duration>1024</duration>
          </note>
        </measure>
      </part>
    </score-partwise>
    


    效果图:

  • 相关阅读:
    GPU 版 TensorFlow failed to create cublas handle: CUBLAS_STATUS_ALLOC_FAILED
    Python -- 值转换为字符串的两种机制
    Python
    vim中注释多行python代码
    HTTP协议状态码详解(HTTP Status Code)
    关于Python报错:SyntaxError: Non-ASCII character 'xe5' in file的解决方法
    Linux如何查看进程、杀死进程、启动进程等常用命令
    vim 如何设置显示行号和缩进
    一、报错
    二、极光推送
  • 原文地址:https://www.cnblogs.com/del/p/2225776.html
Copyright © 2011-2022 走看看