zoukankan      html  css  js  c++  java
  • MusicXML 3.0 (4) 谱号


    <?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>
            <rest/>
          </note>
        </measure>
        <measure number="2">
          <attributes>
            <clef>
              <sign>F</sign>
              <line>4</line>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="3">
          <attributes>
            <clef>
              <sign>C</sign>
              <line>3</line>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="4">
          <attributes>
            <clef>
              <sign>percussion</sign>
              <line>2</line>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="5">
          <attributes>
            <clef>
              <sign>TAB</sign>
              <line>2</line>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="6">
          <attributes>
            <clef>
              <sign>G</sign>
              <line>2</line>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="7">
          <attributes>
            <clef>
              <sign>G</sign>
              <line>1</line>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="8">
          <attributes>
            <clef>
              <sign>G</sign>
              <line>2</line>
              <clef-octave-change>-1</clef-octave-change>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="9">
          <attributes>
            <clef>
              <sign>G</sign>
              <line>2</line>
              <clef-octave-change>1</clef-octave-change>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="10">
          <attributes>
            <clef>
              <sign>G</sign>
              <line>2</line>
              <clef-octave-change>2</clef-octave-change>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="11">
          <attributes>
            <clef>
              <sign>F</sign>
              <line>4</line>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="12">
          <attributes>
            <clef>
              <sign>F</sign>
              <line>3</line>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="13">
          <attributes>
            <clef>
              <sign>F</sign>
              <line>4</line>
              <clef-octave-change>-1</clef-octave-change>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="14">
          <attributes>
            <clef>
              <sign>F</sign>
              <line>4</line>
              <clef-octave-change>1</clef-octave-change>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="15">
          <attributes>
            <clef>
              <sign>C</sign>
              <line>3</line>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="16">
          <attributes>
            <clef>
              <sign>C</sign>
              <line>1</line>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="17">
          <attributes>
            <clef>
              <sign>C</sign>
              <line>2</line>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="18">
          <attributes>
            <clef>
              <sign>C</sign>
              <line>4</line>
              <clef-octave-change>1</clef-octave-change>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="19">
          <attributes>
            <clef>
              <sign>C</sign>
              <line>5</line>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
        <measure number="20">
          <attributes>
            <clef>
              <sign>C</sign>
              <line>4</line>
              <clef-octave-change>-1</clef-octave-change>
            </clef>
          </attributes>
          <note>
            <rest/>
          </note>
        </measure>
      </part>
    </score-partwise>
    


    效果图:

  • 相关阅读:
    计算机专业及软件开发推荐书籍
    摘抄Interrupt Architecture in Microsoft Windows CE .NET
    摘抄Multithreaded Programming on the Pocket PC with Visual C++
    摘抄Driver Code Structure
    摘抄Multimedia Streaming on Microsoft Windows CE 3.0
    摘抄Creating a Board Support Package Using the Windows CE .NET CEC Editor
    摘抄 Board Support Package, Boot Loader, and Kernel Startup Sequence
    摘抄The Case of the Missing Ordinal
    摘录Windows CE API机制初探
    摘抄非技术追梦—SQUARE大传
  • 原文地址:https://www.cnblogs.com/del/p/2221520.html
Copyright © 2011-2022 走看看