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>
    


    效果图:

  • 相关阅读:
    JZOJ 2548. 【NOIP2011模拟9.4】最大正方形
    JZOJ 3532. 【NOIP2013提高组day1】转圈游戏
    网络流模板 dinic
    1433: [ZJOI2009]假期的宿舍
    JZOJ 1285. 奶酪厂
    JZOJ 1284. 病毒
    SpringMVC路径匹配规则源码
    RESTful设计风格下SpringMVC的URI设计性能问题
    递归查询mysql数据库设计
    java定时任务调度
  • 原文地址:https://www.cnblogs.com/del/p/2221520.html
Copyright © 2011-2022 走看看