• 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>
    


    效果图:

  • 相关阅读:
    mysql 5.7修改密码
    使用zfs进行pg的pitr恢复测试
    什么是构造函数?它和普通函数的区别?
    匿名函数和普通函数的区别
    http缓存机制
    全局变量和局部变量
    什么是web语义化?
    ajax状态值和状态码
    如何理解MVVM?
    如果理解&&运算符和各类数值的布尔值
  • 原文地址:https://www.cnblogs.com/del/p/2225353.html
Copyright © 2020-2023  润新知