zoukankan      html  css  js  c++  java
  • MusicXML 3.0 (29) 和弦文本


    <?xml version="1.0" 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>
              <words>C</words>
            </direction-type>
          </direction>
          <note>
            <rest/>
            <duration>1024</duration>
            <type>whole</type>
          </note>
        </measure>
        <measure number="2">
          <direction>
            <direction-type>
              <words>C#</words>
            </direction-type>
          </direction>
          <note>
            <rest/>
            <duration>1024</duration>
            <type>whole</type>
          </note>
        </measure>
        <measure number="3">
          <direction>
            <direction-type>
              <words>Cm</words>
            </direction-type>
          </direction>
          <note>
            <rest/>
            <duration>1024</duration>
            <type>whole</type>
          </note>
        </measure>
        <measure number="4">
          <direction>
            <direction-type>
              <words>C7</words>
            </direction-type>
          </direction>
          <note>
            <rest/>
            <duration>1024</duration>
            <type>whole</type>
          </note>
        </measure>
        <measure number="5">
          <direction>
            <direction-type>
              <words>Cdim7</words>
            </direction-type>
          </direction>
          <note>
            <rest/>
            <duration>1024</duration>
            <type>whole</type>
          </note>
        </measure>
        <measure number="6">
          <direction>
            <direction-type>
              <words>Cº</words>
            </direction-type>
          </direction>
          <note>
            <rest/>
            <duration>1024</duration>
            <type>whole</type>
          </note>
        </measure>
      </part>
    </score-partwise>
    


    效果图:

  • 相关阅读:
    Sublime Text 3 破解 + 注册 + 汉化 + 教程 + 快捷键大全 + 中文乱码 +编译JAVA
    cocos2dx 翻牌效果
    php中将SimpleXMLElement Object转化为普通数组
    VS2013+lua5.3.1 环境配置
    Jquery相册 fancybox-1.3.4
    JS~字符串长度判断,超出进行自动截取(支持中文)
    JS /jquery 时间戳与日期转换
    php验证身份证号码正确性
    JS身份证验证
    逆向编程一,PE结构拉伸内存
  • 原文地址:https://www.cnblogs.com/del/p/2226726.html
Copyright © 2011-2022 走看看