• MusicXML 3.0 (14) 演奏技法标记



    <?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">
        </score-part>
      </part-list>
      <part id="P1">
        <measure number="1">
          <attributes>
            <divisions>256</divisions>
            <key>
              <fifths>0</fifths>
            </key>
            <clef>
              <sign>G</sign>
              <line>2</line>
            </clef>
          </attributes>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <articulations>
                <staccato />
              </articulations>
            </notations>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <articulations>
                <accent />
              </articulations>
            </notations>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <articulations>
                <tenuto />
              </articulations>
            </notations>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <articulations>
                <strong-accent />
              </articulations>
            </notations>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <articulations>
                <staccatissimo />
              </articulations>
            </notations>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <articulations>
                <scoop />
              </articulations>
            </notations>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <articulations>
                <plop />
              </articulations>
            </notations>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <articulations>
                <falloff />
              </articulations>
            </notations>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <articulations>
                <doit />
              </articulations>
            </notations>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>512</duration>
            <type>half</type>
            <notations>
              <articulations>
                <staccato />
                <accent />
              </articulations>
            </notations>
          </note>
        </measure>
        <measure number="2">
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <fermata>normal</fermata>
            </notations>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <fermata>angled</fermata>
            </notations>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <fermata>square</fermata>
            </notations>
          </note>
        </measure>
        <measure number="3">
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <technical>
                <up-bow />
              </technical>
            </notations>
          </note>
          <note>
            <pitch>
              <step>E</step>
              <octave>5</octave>
            </pitch>
            <duration>256</duration>
            <type>quarter</type>
            <notations>
              <technical>
                <down-bow />
              </technical>
            </notations>
          </note>
        </measure>
      </part>
    </score-partwise>
    


    效果图:

  • 相关阅读:
    python面向对象三大特性之一封装
    python面向对象的三大特性之一多态
    python之子类调用父类的两种方式
    python之接口继承
    python之组合与继承的使用场景
    Learning to Rank Short Text Pairs with Convolutional Deep Neural Networks(paper)
    lesson9-小象学院cv
    tips
    C5-fasterrcnn-小象cv-code
    C4-ResNet-TF-小象cv-code
  • 原文地址:https://www.cnblogs.com/del/p/2223943.html
Copyright © 2020-2023  润新知