zoukankan      html  css  js  c++  java
  • 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>
    


    效果图:

  • 相关阅读:
    SharpReader的效率:支持meme聚合
    RSS阅读器:从订阅到发现之旅?
    关于word使用WildCards进行查找和替换
    Cannot resolve plugin org.apache.maven.plugins:mavencleanplugin:2.5
    MyBatis
    python matplotlib中axes与axis subplot的区别是什么?
    MyBatis中settings属性配置详解
    IDEA中 Project 和 Module 的区别
    Pycharm 运行程序后如何 如何查看变量的值(不通过debug的方式)
    查看oracle是否正常、表空间 (AIX)
  • 原文地址:https://www.cnblogs.com/del/p/2225827.html
Copyright © 2011-2022 走看看