zoukankan      html  css  js  c++  java
  • MusicXML 3.0 (15) 倚音


    <?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>
            <grace />                 <!-- -->
            <pitch>
              <step>F</step>
              <octave>5</octave>
            </pitch>
            <duration>128</duration>
            <type>eighth</type>
            <stem>up</stem>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>512</duration>
            <type>half</type>
          </note>
          <note>
            <grace slash="yes" />     <!-- -->
            <pitch>
              <step>F</step>
              <octave>5</octave>
            </pitch>
            <duration>128</duration>
            <type>eighth</type>
            <stem>up</stem>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>512</duration>
            <type>half</type>
          </note>
        </measure>
        <measure number="2">
          <note>
            <grace />                 <!-- -->
            <pitch>
              <step>C</step>
              <octave>5</octave>
            </pitch>
            <duration>128</duration>
            <type>eighth</type>
            <beam>begin</beam>
          </note>
          <note>
            <grace />                 <!-- -->
            <pitch>
              <step>D</step>
              <octave>5</octave>
            </pitch>
            <duration>128</duration>
            <type>eighth</type>
            <beam>end</beam>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>512</duration>
            <type>half</type>
          </note>
          <note>
            <grace />                 <!-- -->
            <pitch>
              <step>C</step>
              <octave>5</octave>
            </pitch>
            <duration>64</duration>
            <type>16th</type>
            <beam>begin</beam>
            <notations>
              <slur type="start" orientation="under" />
            </notations>
          </note>
          <note>
            <grace />                 <!-- -->
            <pitch>
              <step>D</step>
              <octave>5</octave>
            </pitch>
            <duration>64</duration>
            <type>16th</type>
            <beam>end</beam>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>512</duration>
            <type>half</type>
            <notations>
              <slur type="stop" orientation="under" />
            </notations>
          </note>
        </measure>
      </part>
    </score-partwise>
    


    效果图:

  • 相关阅读:
    jmeter中webdriver插件,进行自动化压测
    JMeter对Selenium自动化代码进行压测
    自动化构建jenkins配置
    jmeter压测app
    apk反编译
    eclipse下:selenium+python自动化之Chrome driver
    selenium+eclipse+python环境
    Eclipse 打开时“发现了以元素'd:skin'”开头的无效内容。此处不应含有子元素(转)
    appium系列教程(转载)
    SDK Manager.exe 无法启动,一闪而过的解决办法
  • 原文地址:https://www.cnblogs.com/del/p/2224014.html
Copyright © 2011-2022 走看看