zoukankan      html  css  js  c++  java
  • MusicXML 3.0 (16) 小音符


    <?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>4</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
          </note>
          <note>
            <pitch>
              <step>D</step>
              <octave>4</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>4</octave>
            </pitch>
            <duration>512</duration>
            <type>half</type>
          </note>
        </measure>
        <measure number="2">
          <note>
            <cue />                   <!-- -->
            <pitch>
              <step>C</step>
              <octave>4</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
          </note>
          <note>
            <cue />                   <!-- -->
            <pitch>
              <step>D</step>
              <octave>4</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
          </note>
          <note>
            <cue />                   <!-- -->
            <pitch>
              <step>E</step>
              <octave>4</octave>
            </pitch>
            <duration>512</duration>
            <type>half</type>
          </note>
        </measure>
      </part>
    </score-partwise>
    


    效果图:

  • 相关阅读:
    mysql自增长字段设置
    查看docker的挂载目录
    centos rpm安装jdk1.8
    mybatis-地区三表生成地区树
    post表单、json接口
    git子模块使用
    解决Windows系统80端口被占用
    交换机基础命令
    JMX协议
    WMI协议
  • 原文地址:https://www.cnblogs.com/del/p/2224064.html
Copyright © 2011-2022 走看看