zoukankan      html  css  js  c++  java
  • MusicXML 3.0 (5) 附点、休止符


    <?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>
            <pitch>
              <step>C</step>
              <octave>5</octave>
            </pitch>
            <duration>384</duration>
            <type>quarter</type>
            <dot />
          </note>
          <note>
            <pitch>
              <step>D</step>
              <octave>5</octave>
            </pitch>
            <duration>128</duration>
            <type>eighth</type>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>512</duration>
            <type>half</type>
          </note>
        </measure>
        <measure number="2">
          <note>
            <pitch>
              <step>C</step>
              <octave>5</octave>
            </pitch>
            <duration>448</duration>
            <type>quarter</type>
            <dot />
            <dot />
          </note>
          <note>
            <pitch>
              <step>D</step>
              <octave>5</octave>
            </pitch>
            <duration>64</duration>
            <type>16th</type>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>512</duration>
            <type>half</type>
          </note>
        </measure>
        <measure number="3">
          <note>
            <pitch>
              <step>C</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
           </note>
          <note>
            <rest/>
            <duration>128</duration>
            <type>eighth</type>
          </note>
          <note>
            <pitch>
              <step>D</step>
              <octave>5</octave>
            </pitch>
            <duration>128</duration>
            <type>eighth</type>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>512</duration>
            <type>half</type>
          </note>
        </measure>
        <measure number="4">
          <note>
            <rest/>
            <duration>256</duration>
            <type>quarter</type>
          </note>
          <note>
            <pitch>
              <step>C</step>
              <octave>5</octave>
            </pitch>
            <duration>128</duration>
            <type>eighth</type>
            <beam>begin</beam>
           </note>
          <note>
            <pitch>
              <step>D</step>
              <octave>5</octave>
            </pitch>
            <duration>128</duration>
            <type>eighth</type>
            <beam>end</beam>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>512</duration>
            <type>half</type>
          </note>
        </measure>
        <measure number="5">
          <note>
            <rest/>
            <duration>512</duration>
            <type>half</type>
          </note>
          <note>
            <pitch>
              <step>C</step>
              <octave>5</octave>
            </pitch>
            <duration>128</duration>
            <type>eighth</type>
            <beam>begin</beam>
           </note>
          <note>
            <pitch>
              <step>D</step>
              <octave>5</octave>
            </pitch>
            <duration>128</duration>
            <type>eighth</type>
            <beam>end</beam>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>128</duration>
            <type>eighth</type>
          </note>
          <note>
            <rest/>
            <duration>128</duration>
            <type>eighth</type>
          </note>
        </measure>
      </part>
    </score-partwise>
    


    效果图:

  • 相关阅读:
    linux命令-ps
    solr参数说明
    CAP原理和BASE思想
    java多线程文件上传服务器
    swift的简介
    浅谈对【OSI七层协议】的理解
    手写简易WEB服务器
    JVM知识整理和学习(转载并修改)
    多线程学习笔记六
    多线程学习笔记五
  • 原文地址:https://www.cnblogs.com/del/p/2222497.html
Copyright © 2011-2022 走看看