zoukankan      html  css  js  c++  java
  • MusicXML 3.0 (28) 乐器分组


    <?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>
        <part-group type="start" number="1">
          <group-symbol>bracket</group-symbol>
        </part-group>
        <score-part id="P1">
          <part-name>i1</part-name>
        </score-part>
        <score-part id="P2">
          <part-name>i2</part-name>
        </score-part>
        <part-group type="stop" number="1"/>
        <part-group type="start" number="2">
          <group-symbol>line</group-symbol>
        </part-group>
        <score-part id="P3">
          <part-name>i3</part-name>
        </score-part>
        <score-part id="P4">
          <part-name>i4</part-name>
        </score-part>
        <part-group type="stop" number="2"/>
        <score-part id="P5">
          <part-name>i5</part-name>
        </score-part>
        <part-group type="start" number="2">
          <group-symbol>brace</group-symbol>
        </part-group>
        <score-part id="P6">
          <part-name>i6</part-name>
        </score-part>
        <score-part id="P7">
          <part-name>i7</part-name>
        </score-part>
        <part-group type="stop" number="1"/>
      </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/>
            <duration>1024</duration>
            <type>whole</type>
          </note>
        </measure>
      </part>
      <part id="P2">
        <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/>
            <duration>1024</duration>
            <type>whole</type>
          </note>
        </measure>
      </part>
      <part id="P3">
        <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/>
            <duration>1024</duration>
            <type>whole</type>
          </note>
        </measure>
      </part>
      <part id="P4">
        <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/>
            <duration>1024</duration>
            <type>whole</type>
          </note>
        </measure>
      </part>
      <part id="P5">
        <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/>
            <duration>1024</duration>
            <type>whole</type>
          </note>
        </measure>
      </part>
      <part id="P6">
        <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/>
            <duration>1024</duration>
            <type>whole</type>
          </note>
        </measure>
      </part>
      <part id="P7">
        <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/>
            <duration>1024</duration>
            <type>whole</type>
          </note>
        </measure>
      </part>
    </score-partwise>
    


    效果图:

  • 相关阅读:
    如何将已有的本地Git 库推送到远端仓库?
    2017(秋)软工作业: (4)用户体验分析
    微信公众号UX分析—— 学生作业小结
    2017(秋)软工作业: (3)用户体验分析
    珞珈旧时光
    用scp这个命令来通过ssh传输文件
    课堂讨论:分析软件
    2017(秋)软工作业: (2)硬币游戏—— 代码分析与改进
    地铁口的零钱箱:
    Swagger .Net配置
  • 原文地址:https://www.cnblogs.com/del/p/2226554.html
Copyright © 2011-2022 走看看