• MusicXML 3.0 (23) 波音、回音



    <?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>E</step>
              <octave>5</octave>
            </pitch>
            <duration>1024</duration>
            <type>whole</type>
            <notations>
              <ornaments>
                <mordent long="no" />
              </ornaments>
            </notations>
          </note>
        </measure>
        <measure number="2">
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>1024</duration>
            <type>whole</type>
            <notations>
              <ornaments>
                <inverted-mordent long="no" />
              </ornaments>
            </notations>
          </note>
        </measure>
        <measure number="3">
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>1024</duration>
            <type>whole</type>
            <notations>
              <ornaments>
                <mordent long="yes" />
              </ornaments>
            </notations>
          </note>
        </measure>
        <measure number="4">
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>1024</duration>
            <type>whole</type>
            <notations>
              <ornaments>
                <inverted-mordent long="yes" />
              </ornaments>
            </notations>
          </note>
        </measure>
        <measure number="5">
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>1024</duration>
            <type>whole</type>
            <notations>
              <ornaments>
                <turn />
              </ornaments>
            </notations>
          </note>
        </measure>
        <measure number="6">
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>1024</duration>
            <type>whole</type>
            <notations>
              <ornaments>
                <inverted-turn />
              </ornaments>
            </notations>
          </note>
        </measure>
      </part>
    </score-partwise>
    


    效果图:

  • 相关阅读:
    将数据加载时显示的图片和文字提成公共的--实现方法
    JavaScript【面向对象】-静态方法-私有方法-公有方法-特权方法
    强大的JS数组
    sql工作问题总结
    JSON.stringify()的使用--将string转换成json
    JS小技巧
    JS工作积累
    (六)Redis之数据结构之Set
    (五)Redis之List
    (四)Redis之哈希
  • 原文地址:https://www.cnblogs.com/del/p/2225827.html
Copyright © 2020-2023  润新知