zoukankan      html  css  js  c++  java
  • MusicXML 3.0 (11) 和弦


    <?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>3</beats>
              <beat-type>4</beat-type>
            </time>
            <clef>
              <sign>G</sign>
              <line>2</line>
            </clef>
          </attributes>
          <note>
            <pitch>
              <step>G</step>
              <octave>4</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
          </note>
          <note>
            <pitch>
              <step>F</step>
              <octave>4</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
          </note>
          <note>
            <chord/>
            <pitch>
              <step>A</step>
              <octave>4</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
          </note>
          <note>
            <pitch>
              <step>F</step>
              <octave>4</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
          </note>
          <note>
            <chord/>
            <pitch>
              <step>G</step>
              <octave>4</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
          </note>
          <note>
            <chord/>
            <pitch>
              <step>B</step>
              <octave>4</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
          </note>
        </measure>
        <measure number="2">
          <note>
            <pitch>
              <step>E</step>
              <octave>4</octave>
            </pitch>
            <duration>768</duration>
            <type>half</type>
            <dot/>
          </note>
          <note>
            <chord/>
            <pitch>
              <step>G</step>
              <octave>4</octave>
            </pitch>
            <duration>768</duration>
            <type>half</type>
            <dot/>
          </note>
          <note>
            <chord/>
            <pitch>
              <step>C</step>
              <octave>5</octave>
            </pitch>
            <duration>768</duration>
            <type>half</type>
            <dot/>
          </note>
        </measure>
      </part>
    </score-partwise>
    


    效果图:

  • 相关阅读:
    HTML5进阶段内联标签汇总(小篇)
    Html5元素及基本语法
    HTML5中判断横屏竖屏
    用H5+Boostrap做简单的音乐播放器
    html5学习笔记(3)--主题结构元素-1
    css3制作旋转立方体相册
    css3的媒体查询(Media Queries)
    认识和理解css布局中的BFC
    getattr、setattr、hasattr
    Python-有名匿名函数、列表推导式
  • 原文地址:https://www.cnblogs.com/del/p/2222791.html
Copyright © 2011-2022 走看看