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>
    


    效果图:

  • 相关阅读:
    [MySQL] 怎样使用Mysqlcheck来检查和修复, 优化表
    MySQL 5.6 & 5.7最优配置文件模板
    mysql5.6配置详解
    mysql 复制数据库
    mysql-binlog日志恢复数据库
    Memory Analyzer Tool定位Java heap space内存泄漏
    MySQL Flashback 闪回功能详解
    DisJSet:食物链(POJ 1182)
    BFS:Meteor Shower(POJ 3669)
    DFS:Curling 2.0(POJ 3009)
  • 原文地址:https://www.cnblogs.com/del/p/2225827.html
Copyright © 2011-2022 走看看