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>
    


    效果图:

  • 相关阅读:
    详述JavaScript实现继承的几种方式
    理解javascript函数调用和“this”
    React-Native 组件开发方法
    React Native 中 component 生命周期
    React-Native 样式指南
    React Native 之flex布局
    转每天一个linux命令(5):rm 命令
    [Python爬虫] 在Windows下安装PhantomJS和CasperJS及入门介绍(上)
    转每天一个linux命令(4):mkdir命令
    转每天一个linux命令(3):pwd命令
  • 原文地址:https://www.cnblogs.com/del/p/2224014.html
Copyright © 2011-2022 走看看