zoukankan      html  css  js  c++  java
  • MusicXML 3.0 (4) 谱号


    <?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>
            <clef>
              <sign>F</sign>
              <line>4</line>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="3">
          <attributes>
            <clef>
              <sign>C</sign>
              <line>3</line>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="4">
          <attributes>
            <clef>
              <sign>percussion</sign>
              <line>2</line>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="5">
          <attributes>
            <clef>
              <sign>TAB</sign>
              <line>2</line>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="6">
          <attributes>
            <clef>
              <sign>G</sign>
              <line>2</line>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="7">
          <attributes>
            <clef>
              <sign>G</sign>
              <line>1</line>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="8">
          <attributes>
            <clef>
              <sign>G</sign>
              <line>2</line>
              <clef-octave-change>-1</clef-octave-change>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="9">
          <attributes>
            <clef>
              <sign>G</sign>
              <line>2</line>
              <clef-octave-change>1</clef-octave-change>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="10">
          <attributes>
            <clef>
              <sign>G</sign>
              <line>2</line>
              <clef-octave-change>2</clef-octave-change>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="11">
          <attributes>
            <clef>
              <sign>F</sign>
              <line>4</line>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="12">
          <attributes>
            <clef>
              <sign>F</sign>
              <line>3</line>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="13">
          <attributes>
            <clef>
              <sign>F</sign>
              <line>4</line>
              <clef-octave-change>-1</clef-octave-change>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="14">
          <attributes>
            <clef>
              <sign>F</sign>
              <line>4</line>
              <clef-octave-change>1</clef-octave-change>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="15">
          <attributes>
            <clef>
              <sign>C</sign>
              <line>3</line>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="16">
          <attributes>
            <clef>
              <sign>C</sign>
              <line>1</line>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="17">
          <attributes>
            <clef>
              <sign>C</sign>
              <line>2</line>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="18">
          <attributes>
            <clef>
              <sign>C</sign>
              <line>4</line>
              <clef-octave-change>1</clef-octave-change>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="19">
          <attributes>
            <clef>
              <sign>C</sign>
              <line>5</line>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="20">
          <attributes>
            <clef>
              <sign>C</sign>
              <line>4</line>
              <clef-octave-change>-1</clef-octave-change>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
      </part>
    </score-partwise>
    


    效果图:

  • 相关阅读:
    dwz tabs table实现翻页及各tabs查询
    DruidDataSource配置
    利用blob对象实现大文件分片上传
    HTML5 File API 全介绍
    JS获取当前网页内容,创建文件并下载,URL.createObjectURL和URL.revokeObjectURL
    使用 CSS 接收用户的点击事情并对相关节点进行操作
    Flex布局
    background: inherit制作倒影、单行居中两行居左超过两行省略
    层叠顺序与堆栈上下文、font-family字体定义顺序的
    简单使用GA监控网站浏览行为
  • 原文地址:https://www.cnblogs.com/del/p/2221520.html
Copyright © 2011-2022 走看看