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>
    


    效果图:

  • 相关阅读:
    ubutun Sogou输入法安装
    git的使用
    比较字符串(包含以及变位词)
    python 与时间有关的操作
    PyBrain库的example之NFQ流程图分析
    python之面向对象(继承)
    C/C++中一些不太注意到的小知识点--[锦集]
    python 有关引用的一些问题
    CMake尝鲜
    vim初探
  • 原文地址:https://www.cnblogs.com/del/p/2222497.html
Copyright © 2011-2022 走看看