zoukankan      html  css  js  c++  java
  • MusicXML 3.0 (30) 和弦图表


    <?xml version="1.0" 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>Guitar</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>
          <harmony>
            <root>
              <root-step>C</root-step>
            </root>
            <kind>major</kind>
            <frame default-y="25" valign="bottom">
              <frame-strings>6</frame-strings>
              <frame-frets>5</frame-frets>
              <frame-note>
                <string>5</string>
                <fret>3</fret>
              </frame-note>
              <frame-note>
                <string>4</string>
                <fret>2</fret>
              </frame-note>
              <frame-note>
                <string>3</string>
                <fret>0</fret>
              </frame-note>
              <frame-note>
                <string>2</string>
                <fret>1</fret>
              </frame-note>
              <frame-note>
                <string>1</string>
                <fret>0</fret>
              </frame-note>
            </frame>
            <staff>1</staff>
          </harmony>
          <note>
            <rest/>
            <duration>1024</duration>
            <type>whole</type>
          </note>
        </measure>
        <measure number="2">
          <harmony>
            <root>
              <root-step>G</root-step>
            </root>
            <kind>major</kind>
            <frame default-y="25" valign="bottom">
              <frame-strings>6</frame-strings>
              <frame-frets>5</frame-frets>
              <frame-note>
                <string>6</string>
                <fret>3</fret>
              </frame-note>
              <frame-note>
                <string>5</string>
                <fret>2</fret>
              </frame-note>
              <frame-note>
                <string>4</string>
                <fret>0</fret>
              </frame-note>
              <frame-note>
                <string>3</string>
                <fret>0</fret>
              </frame-note>
              <frame-note>
                <string>2</string>
                <fret>0</fret>
              </frame-note>
              <frame-note>
                <string>1</string>
                <fret>1</fret>
              </frame-note>
            </frame>
            <staff>1</staff>
          </harmony>
          <note>
            <rest/>
            <duration>1024</duration>
            <type>whole</type>
          </note>
        </measure>
        <measure number="3">
          <harmony>
            <root>
              <root-step>A</root-step>
            </root>
            <kind>major</kind>
            <frame default-y="25" valign="bottom">
              <frame-strings>6</frame-strings>
              <frame-frets>5</frame-frets>
              <frame-note>
                <string>5</string>
                <fret>0</fret>
              </frame-note>
              <frame-note>
                <string>4</string>
                <fret>2</fret>
              </frame-note>
              <frame-note>
                <string>3</string>
                <fret>2</fret>
              </frame-note>
              <frame-note>
                <string>2</string>
                <fret>1</fret>
              </frame-note>
              <frame-note>
                <string>1</string>
                <fret>0</fret>
              </frame-note>
            </frame>
            <staff>1</staff>
          </harmony>
          <note>
            <rest/>
            <duration>1024</duration>
            <type>whole</type>
          </note>
        </measure>
      </part>
    </score-partwise>
    


    效果图:

  • 相关阅读:
    spring jdbcTemplate使用queryForList示例
    凡事预则立,不立则废:好计划是成功的开始——布利斯定理
    传世智库:初识IPD-集成产品开发
    骑手送外卖获奖1500多万元又被撤销 法律专家:不能一扣了之
    leetcode-----129. 求根到叶子节点数字之和
    leetcode-----128. 最长连续序列
    leetcode-----127. 单词接龙
    leetcode-----126. 单词接龙 II
    leetcode-----125. 验证回文串
    leetcode-----124. 二叉树中的最大路径和
  • 原文地址:https://www.cnblogs.com/del/p/2226835.html
Copyright © 2011-2022 走看看