zoukankan      html  css  js  c++  java
  • MusicXML 3.0 (14) 演奏技法标记


    <?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">
        </score-part>
      </part-list>
      <part id="P1">
        <measure number="1">
          <attributes>
            <divisions>256</divisions>
            <key>
              <fifths>0</fifths>
            </key>
            <clef>
              <sign>G</sign>
              <line>2</line>
            </clef>
          </attributes>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <articulations>
                <staccato />
              </articulations>
            </notations>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <articulations>
                <accent />
              </articulations>
            </notations>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <articulations>
                <tenuto />
              </articulations>
            </notations>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <articulations>
                <strong-accent />
              </articulations>
            </notations>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <articulations>
                <staccatissimo />
              </articulations>
            </notations>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <articulations>
                <scoop />
              </articulations>
            </notations>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <articulations>
                <plop />
              </articulations>
            </notations>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <articulations>
                <falloff />
              </articulations>
            </notations>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <articulations>
                <doit />
              </articulations>
            </notations>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>512</duration>
            <type>half</type>
            <notations>
              <articulations>
                <staccato />
                <accent />
              </articulations>
            </notations>
          </note>
        </measure>
        <measure number="2">
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <fermata>normal</fermata>
            </notations>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <fermata>angled</fermata>
            </notations>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <fermata>square</fermata>
            </notations>
          </note>
        </measure>
        <measure number="3">
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <technical>
                <up-bow />
              </technical>
            </notations>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <technical>
                <down-bow />
              </technical>
            </notations>
          </note>
        </measure>
      </part>
    </score-partwise>
    


    效果图:

  • 相关阅读:
    Premiere&After Effects的实时预览插件开发
    Mac OS平台下应用程序安装包制作工具Packages的使用介绍(补充)
    kattle 发送post请求
    mybatis 动态sql表达式相关应用
    Echarts 之三 —— 地市联动数据统计二
    Echarts 之二——地市联动数据统计
    java 版本EChart使用
    dragsort html拖拽排序
    html iframe 元素之间的调用
    ORACLE lag()与lead() 函数
  • 原文地址:https://www.cnblogs.com/del/p/2223943.html
Copyright © 2011-2022 走看看