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>
    


    效果图:

  • 相关阅读:
    MFC tab页面中获到其它页面的数据
    sqlite数据库中"Select * From XXX能查到数据,但是Select DISTINCT group From xxx Order By group却查不出来
    关闭程序出现崩溃(exe 已触发了一个断点及未加载ucrtbased.pdb)
    springboot 通用Mapper使用
    springBoot 发布war包
    springCloud Zuul网关
    springboot hystrix turbine 聚合监控
    springBoot Feign Hystrix Dashboard
    springBoot Ribbon Hystrix Dashboard
    springBoot Feign Hystrix
  • 原文地址:https://www.cnblogs.com/del/p/2222497.html
Copyright © 2011-2022 走看看