zoukankan      html  css  js  c++  java
  • MusicXML 3.0 (12) 声部


    <?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>3</beats>
              <beat-type>4</beat-type>
            </time>
            <clef>
              <sign>G</sign>
              <line>2</line>
            </clef>
          </attributes>
          <note>
            <rest/>
            <duration>128</duration>
            <voice>1</voice>
            <type>eighth</type>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>4</octave>
            </pitch>
            <duration>128</duration>
            <voice>1</voice>
            <type>eighth</type>
            <beam>start</beam>
          </note>
          <note>
            <pitch>
              <step>G</step>
              <octave>4</octave>
            </pitch>
            <duration>128</duration>
            <voice>1</voice>
            <type>eighth</type>
            <beam>continue</beam>
          </note>
          <note>
            <pitch>
              <step>C</step>
              <octave>5</octave>
            </pitch>
            <duration>128</duration>
            <voice>1</voice>
            <type>eighth</type>
            <beam>continue</beam>
          </note>
          <note>
            <pitch>
              <step>G</step>
              <octave>4</octave>
            </pitch>
            <duration>128</duration>
            <voice>1</voice>
            <type>eighth</type>
            <beam>continue</beam>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>4</octave>
            </pitch>
            <duration>128</duration>
            <voice>1</voice>
            <type>eighth</type>
            <beam>end</beam>
          </note>
          <backup>
            <duration>768</duration>
          </backup>
          <note>
            <pitch>
              <step>C</step>
              <octave>4</octave>
            </pitch>
            <duration>768</duration>
            <voice>2</voice>
            <type>half</type>
            <dot/>
          </note>
        </measure>
        <measure number="2">
          <note>
            <rest/>
            <duration>128</duration>
            <voice>1</voice>
            <type>eighth</type>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>4</octave>
            </pitch>
            <duration>128</duration>
            <voice>1</voice>
            <type>eighth</type>
            <beam>start</beam>
          </note>
          <note>
            <pitch>
              <step>G</step>
              <octave>4</octave>
            </pitch>
            <duration>128</duration>
            <voice>1</voice>
            <type>eighth</type>
            <beam>continue</beam>
          </note>
          <note>
            <pitch>
              <step>C</step>
              <octave>5</octave>
            </pitch>
            <duration>128</duration>
            <voice>1</voice>
            <type>eighth</type>
            <beam>continue</beam>
          </note>
          <note>
            <pitch>
              <step>G</step>
              <octave>4</octave>
            </pitch>
            <duration>128</duration>
            <voice>1</voice>
            <type>eighth</type>
            <beam>continue</beam>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>4</octave>
            </pitch>
            <duration>128</duration>
            <voice>1</voice>
            <type>eighth</type>
            <beam>end</beam>
          </note>
          <backup>
            <duration>768</duration>
          </backup>
          <note>
            <pitch>
              <step>C</step>
              <octave>4</octave>
            </pitch>
            <duration>768</duration>
            <voice>2</voice>
            <type>half</type>
            <dot/>
          </note>
        </measure>
      </part>
    </score-partwise>
    


    效果图:

  • 相关阅读:
    IOS中NSUserDefaults的用法(轻量级本地数据存储)
    ios:Failed to instantiate the default view controller for UIMainStoryboardFile 'Main'
    NSCocoaErrorDomain Code=3840 "The operation couldn’t be completed. (Cocoa error 3840.)"
    使用AFNetworking 报错提示
    对比iOS网络组件:AFNetworking VS ASIHTTPRequest(转载)
    iOS
    如何理解语言的跨平台性
    R语言演示功能
    R 字符串处理函数
    来自 Google 的 R 语言编码风格指南
  • 原文地址:https://www.cnblogs.com/del/p/2223232.html
Copyright © 2011-2022 走看看