zoukankan      html  css  js  c++  java
  • 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>
    


    效果图:

  • 相关阅读:
    bzoj1103[POI2007]大都市meg
    bzoj1098[POI2007]办公楼biu
    bzoj1102[POI2007]山峰和山谷Grz
    POI刷题记录
    语法-指针
    dp-最长公共子序列
    如何判断素数
    C++的map用法
    stl-优先队列
    C++和Java的stack语法
  • 原文地址:https://www.cnblogs.com/del/p/2225742.html
Copyright © 2011-2022 走看看