Skip to content

Instantly share code, notes, and snippets.

@KunstDerFuge
Created August 30, 2022 23:40
Show Gist options
  • Save KunstDerFuge/790cc85bd4e2f526100b0a12a2557c83 to your computer and use it in GitHub Desktop.
Save KunstDerFuge/790cc85bd4e2f526100b0a12a2557c83 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE score-partwise PUBLIC "-//Recordare//DTD MusicXML 3.1 Partwise//EN" "http://www.musicxml.org/dtds/partwise.dtd">
<score-partwise version="3.1">
<movement-title>Music21 Fragment</movement-title>
<identification>
<creator type="composer">Music21</creator>
<encoding>
<encoding-date>2022-08-30</encoding-date>
<software>music21 v.7.3.3</software>
</encoding>
</identification>
<defaults>
<scaling>
<millimeters>7</millimeters>
<tenths>40</tenths>
</scaling>
</defaults>
<part-list>
<score-part id="P9bb85ac36d6cf77b564e141756030371">
<part-name />
</score-part>
</part-list>
<!--=========================== Part 1 ===========================-->
<part id="P9bb85ac36d6cf77b564e141756030371">
<!--========================= Measure 1 ==========================-->
<measure number="1">
<attributes>
<divisions>10080</divisions>
<time>
<beats>4</beats>
<beat-type>4</beat-type>
</time>
<clef>
<sign>F</sign>
<line>4</line>
</clef>
</attributes>
<note>
<pitch>
<step>C</step>
<octave>3</octave>
</pitch>
<duration>5040</duration>
<type>eighth</type>
<stem>down</stem>
<beam number="1">begin</beam>
</note>
<note>
<pitch>
<step>E</step>
<octave>3</octave>
</pitch>
<duration>5040</duration>
<type>eighth</type>
<stem>down</stem>
<beam number="1">continue</beam>
</note>
<note>
<pitch>
<step>G</step>
<octave>3</octave>
</pitch>
<duration>5040</duration>
<type>eighth</type>
<stem>down</stem>
<beam number="1">continue</beam>
</note>
<note>
<pitch>
<step>C</step>
<octave>4</octave>
</pitch>
<duration>5040</duration>
<type>eighth</type>
<stem>down</stem>
<beam number="1">end</beam>
</note>
<attributes>
<clef>
<sign>G</sign>
<line>2</line>
</clef>
</attributes>
<note>
<pitch>
<step>E</step>
<octave>4</octave>
</pitch>
<duration>5040</duration>
<type>eighth</type>
<stem>up</stem>
<beam number="1">begin</beam>
</note>
<note>
<pitch>
<step>G</step>
<octave>4</octave>
</pitch>
<duration>5040</duration>
<type>eighth</type>
<stem>up</stem>
<beam number="1">continue</beam>
</note>
<note>
<pitch>
<step>C</step>
<octave>5</octave>
</pitch>
<duration>5040</duration>
<type>eighth</type>
<stem>up</stem>
<beam number="1">continue</beam>
</note>
<note>
<pitch>
<step>G</step>
<octave>4</octave>
</pitch>
<duration>5040</duration>
<type>eighth</type>
<stem>up</stem>
<beam number="1">end</beam>
</note>
</measure>
<!--========================= Measure 2 ==========================-->
<measure number="2">
<attributes>
<clef>
<sign>F</sign>
<line>4</line>
</clef>
</attributes>
<note>
<pitch>
<step>E</step>
<octave>4</octave>
</pitch>
<duration>5040</duration>
<type>eighth</type>
<stem>down</stem>
<beam number="1">begin</beam>
</note>
<note>
<pitch>
<step>C</step>
<octave>4</octave>
</pitch>
<duration>5040</duration>
<type>eighth</type>
<stem>down</stem>
<beam number="1">end</beam>
</note>
<note>
<pitch>
<step>G</step>
<octave>3</octave>
</pitch>
<duration>5040</duration>
<type>eighth</type>
<stem>down</stem>
<beam number="1">begin</beam>
</note>
<note>
<pitch>
<step>E</step>
<octave>3</octave>
</pitch>
<duration>5040</duration>
<type>eighth</type>
<stem>down</stem>
<beam number="1">end</beam>
</note>
<note>
<pitch>
<step>C</step>
<octave>3</octave>
</pitch>
<duration>10080</duration>
<type>quarter</type>
</note>
<note print-object="no" print-spacing="yes">
<rest />
<duration>10080</duration>
<type>quarter</type>
</note>
<barline location="right">
<bar-style>light-heavy</bar-style>
</barline>
</measure>
</part>
</score-partwise>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment