zoukankan      html  css  js  c++  java
  • MusicXML 3.0 (18) 房子


    <?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>
          <barline location="left">
            <ending number="1" type="start" />
          </barline>
          <note>
            <rest />
            <duration>1024</duration>
          </note>
          <barline location="right">
            <ending number="1" type="stop" />
          </barline>
        </measure>
        <measure number="2">
          <barline location="left">
            <ending number="1,2" type="start" />
          </barline>
          <note>
            <rest />
            <duration>1024</duration>
          </note>
          <barline location="right">
            <ending number="1,2" type="stop" />
          </barline>
        </measure>
        <measure number="3">
          <barline location="left">
            <ending number="2" type="start" />
          </barline>
          <note>
            <rest />
            <duration>1024</duration>
          </note>
          <barline location="right">
            <ending number="2" type="stop" />
          </barline>
        </measure>
        <measure number="4">
          <barline location="left">
            <ending number="2" type="start" />
          </barline>
          <note>
            <rest />
            <duration>1024</duration>
          </note>
          <barline location="right">
            <ending number="2" type="discontinue" />
          </barline>
        </measure>
        <measure number="5">
          <barline location="left">
            <ending number="3" type="start" />
          </barline>
          <note>
            <rest />
            <duration>1024</duration>
          </note>
          <barline location="right">
            <ending number="3" type="stop" />
          </barline>
        </measure>
        <measure number="6">
          <barline location="left">
            <ending number="3" type="start" />
          </barline>
          <note>
            <rest />
            <duration>1024</duration>
          </note>
          <barline location="right">
            <ending number="3" type="discontinue" />
          </barline>
        </measure>
      </part>
    </score-partwise>
    


    效果图:

  • 相关阅读:
    POJ 3254 Corn Fields
    【Android】手机号码获取问题
    iOS自动自动隐藏软键盘
    cocos2d-x教程1 hello world
    ORA-02396: exceeded maximum idle time, please connect again的原因
    [置顶] WebService调用工具(AXIS2)
    经典union的使用
    Android Developers:按需求加载视图
    android手机关于google play商店闪退的解决办法
    [置顶] 两主机搭建MySQL主从复制后,show slave status显示:Last_IO_Error: error connecting to master ……
  • 原文地址:https://www.cnblogs.com/del/p/2225353.html
Copyright © 2011-2022 走看看