• MusicXML 3.0 (21) 大反复



    <?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 />
            <duration>1024</duration>
          </note>
        </measure>
        <measure number="2">
          <note>
            <rest />
            <duration>1024</duration>
          </note>
          <barline>
            <bar-style>light-light</bar-style>
          </barline>
        </measure>
        <measure number="3">
          <direction>
            <direction-type>
              <segno />
            </direction-type>
          </direction>
          <note>
            <rest />
            <duration>1024</duration>
          </note>
        </measure>
        <measure number="4">
          <direction>
            <direction-type>
              <segno />
            </direction-type>
          </direction>
          <note>
            <rest />
            <duration>1024</duration>
          </note>
          <direction>
            <direction-type>
              <coda />
            </direction-type>
          </direction>
        </measure>
        <measure number="5">
          <note>
            <rest />
            <duration>1024</duration>
          </note>
        </measure>
        <measure number="6">
          <direction>
            <direction-type>
              <coda />
            </direction-type>
          </direction>
          <note>
            <rest />
            <duration>1024</duration>
          </note>
        </measure>
        <measure number="7">
          <note>
            <rest />
            <duration>1024</duration>
          </note>
          <direction>
            <direction-type>
              <words font-weight="bold">Fine</words>
            </direction-type>
          </direction>
          <barline>
            <bar-style>light-heavy</bar-style>
          </barline>
        </measure>
        <measure number="8">
          <note>
            <rest />
            <duration>1024</duration>
          </note>
        </measure>
        <measure number="9">
          <note>
            <rest />
            <duration>1024</duration>
          </note>
          <direction>
            <direction-type>
              <words font-weight="bold">D.C. al Fine</words>
            </direction-type>
          </direction>
          <barline>
            <bar-style>light-light</bar-style>
          </barline>
        </measure>
      </part>
    </score-partwise>
    


    效果图:

  • 相关阅读:
    C# 视频监控系列(11):H264播放器——封装API[HikPlayM4.dll]
    php框架
    ExtJS带验证码登录框[新增回车提交]
    ant 读取环境变量的值
    Apache Velocity实现模板化
    23种设计模式概述
    android资源下载
    无序hashset与hashmap让其有序
    PermGen space错误解决方法
    设计模式之代理模式(Proxy)
  • 原文地址:https://www.cnblogs.com/del/p/2225742.html
Copyright © 2020-2023  润新知