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>
    


    效果图:

  • 相关阅读:
    洛谷 P3850 [TJOI2007]书架
    洛谷 P2073 送花
    洛谷 P2343 宝石管理系统
    浅谈 fhq-treap(无旋treap)
    洛谷 P4568 [JLOI2011]飞行路线
    洛谷 T59576 下一个回文树(zhoutbafo)
    求SG函数(两种方法)
    python3+Appium自动化08-数据配置yaml
    python3+Appium自动化07-滑动操作以及滑动方法封装
    python3+Appium自动化06-屏幕截图
  • 原文地址:https://www.cnblogs.com/del/p/2224014.html
Copyright © 2011-2022 走看看