Added music21 and csound examples
This commit is contained in:
101
example.musicxml
Normal file
101
example.musicxml
Normal file
@ -0,0 +1,101 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 4.0 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd">
|
||||
<score-partwise version="4.0">
|
||||
<movement-title>Music21 Fragment</movement-title>
|
||||
<identification>
|
||||
<creator type="composer">Music21</creator>
|
||||
<encoding>
|
||||
<encoding-date>2023-06-27</encoding-date>
|
||||
<software>music21 v.9.1.0</software>
|
||||
</encoding>
|
||||
</identification>
|
||||
<defaults>
|
||||
<scaling>
|
||||
<millimeters>7</millimeters>
|
||||
<tenths>40</tenths>
|
||||
</scaling>
|
||||
</defaults>
|
||||
<part-list>
|
||||
<score-part id="P0c4c819b93d5335473e23baff277bd9f">
|
||||
<part-name />
|
||||
</score-part>
|
||||
</part-list>
|
||||
<!--=========================== Part 1 ===========================-->
|
||||
<part id="P0c4c819b93d5335473e23baff277bd9f">
|
||||
<!--========================= Measure 1 ==========================-->
|
||||
<measure implicit="no" number="1">
|
||||
<attributes>
|
||||
<divisions>10080</divisions>
|
||||
<time>
|
||||
<beats>4</beats>
|
||||
<beat-type>4</beat-type>
|
||||
</time>
|
||||
<clef>
|
||||
<sign>G</sign>
|
||||
<line>2</line>
|
||||
</clef>
|
||||
</attributes>
|
||||
<note>
|
||||
<pitch>
|
||||
<step>D</step>
|
||||
<alter>0</alter>
|
||||
<octave>4</octave>
|
||||
</pitch>
|
||||
<duration>10080</duration>
|
||||
<type>quarter</type>
|
||||
</note>
|
||||
<note>
|
||||
<pitch>
|
||||
<step>E</step>
|
||||
<alter>0</alter>
|
||||
<octave>4</octave>
|
||||
</pitch>
|
||||
<duration>10080</duration>
|
||||
<type>quarter</type>
|
||||
</note>
|
||||
<note>
|
||||
<rest />
|
||||
<duration>10080</duration>
|
||||
<type>quarter</type>
|
||||
</note>
|
||||
<note>
|
||||
<pitch>
|
||||
<step>D</step>
|
||||
<alter>0</alter>
|
||||
<octave>4</octave>
|
||||
</pitch>
|
||||
<duration>5040</duration>
|
||||
<type>eighth</type>
|
||||
</note>
|
||||
<note>
|
||||
<chord />
|
||||
<pitch>
|
||||
<step>E</step>
|
||||
<alter>0</alter>
|
||||
<octave>4</octave>
|
||||
</pitch>
|
||||
<duration>5040</duration>
|
||||
<type>eighth</type>
|
||||
<accidental>natural</accidental>
|
||||
</note>
|
||||
<note>
|
||||
<chord />
|
||||
<pitch>
|
||||
<step>G</step>
|
||||
<alter>0</alter>
|
||||
<octave>4</octave>
|
||||
</pitch>
|
||||
<duration>5040</duration>
|
||||
<type>eighth</type>
|
||||
</note>
|
||||
<note print-object="no" print-spacing="yes">
|
||||
<rest />
|
||||
<duration>5040</duration>
|
||||
<type>eighth</type>
|
||||
</note>
|
||||
<barline location="right">
|
||||
<bar-style>light-heavy</bar-style>
|
||||
</barline>
|
||||
</measure>
|
||||
</part>
|
||||
</score-partwise>
|
||||
Reference in New Issue
Block a user