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>
    


    效果图:

  • 相关阅读:
    mod_rewrite
    敏捷开发
    转python和ruby的相同点
    ESB总线知识小结
    使用 squid 2.7 for windows 进行无缓存反向代理
    初探K2workflow
    没激情的工作
    多易拍 二次开发
    查看数二进制代码片段
    生成随机数
  • 原文地址:https://www.cnblogs.com/del/p/2221520.html
Copyright © 2011-2022 走看看