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


    效果图:

  • 相关阅读:
    小程序动态添加input(一)
    vue样式穿透
    小程序判断用户是否授权位置信息
    【超详细】MySQL学习笔记汇总(四)之排序查询
    【超详细】MySQL学习笔记汇总(三)之进阶1、2测试
    【超详细】MySQL学习笔记汇总(二)之条件查询
    【超详细】MySQL学习笔记汇总(一)之基础查询
    【超详细】MakeDown(Typora)+PicGo+Gitee实现图床
    JavaDOC生成文档
    学习Hive遇到的问题
  • 原文地址:https://www.cnblogs.com/del/p/2225742.html
Copyright © 2020-2023  润新知