Skip to content

Instantly share code, notes, and snippets.

@alastair
Created September 16, 2011 14:03
Show Gist options
  • Save alastair/1222190 to your computer and use it in GitHub Desktop.
Save alastair/1222190 to your computer and use it in GitHub Desktop.
<score>
<measure>
<note pitch="c"/>
<note pitch="c"/>
<note pitch="g"/>
<note pitch="g"/>
</measure>
<measure>
<note pitch="a"/>
<note pitch="a"/>
<note pitch="g" dur="2"/>
</measure>
<sb xml:id="mysb"/> <!-- system break -->
<measure>
<note pitch="f"/>
<note pitch="f"/>
<note pitch="e"/>
<note pitch="e"/>
</measure>
<measure>
<note pitch="d" xml:id="d1"/>
<note pitch="d"/>
<note pitch="c" dur="2"/>
</measure>
</score>
<score>
<measure>
<note pitch="c"/>
<note pitch="c"/>
<note pitch="g"/>
<note pitch="g"/>
</measure>
<measure>
<note pitch="a"/>
<note pitch="a"/>
<note pitch="g" dur="2"/>
</measure>
<sb xml:id="mysb"/> <!-- system break -->
<measure>
<note pitch="f" xml:id="f1"/>
<note pitch="f" xml:id="f2"/>
<note pitch="e"/>
<note pitch="e"/>
</measure>
<measure>
<note pitch="d" xml:id="d1"/>
<note pitch="d"/>
<note pitch="c" dur="2"/>
</measure>
<slur from="f1" to="d1"/>
</score>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment