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>
    


    效果图:

  • 相关阅读:
    SQL Server Always on 日志收缩
    jq 获取某个元素是否鼠标悬停
    百度地图BMap实现在行政区域内做标注
    2021年终折腾总结
    ssr服务端渲染搭建
    windbg解决服务器cpu过高问题
    【工具】Java实现MD5算法
    【原创】Java创建对象与C++创建对象的比较
    【原创】C# 文件操作详解(二)FileInfo类
    【原创】JavaEE项目问题总结(1)
  • 原文地址:https://www.cnblogs.com/del/p/2223943.html
Copyright © 2011-2022 走看看