Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Andoryuuta/27bee337e0fb9bd4b9a4c9b9fd73dfea to your computer and use it in GitHub Desktop.
Save Andoryuuta/27bee337e0fb9bd4b9a4c9b9fd73dfea to your computer and use it in GitHub Desktop.
music xml tied example
<note default-x="268.32" default-y="-20.00">
<pitch>
<step>B</step>
<octave>4</octave>
</pitch>
<duration>3</duration>
<tie type="start"/>
<voice>1</voice>
<type>16th</type>
<stem>down</stem>
<staff>1</staff>
<beam number="1">end</beam>
<beam number="2">backward hook</beam>
<notations>
<tied type="start"/>
</notations>
</note>
<note default-x="289.22" default-y="-20.00">
<pitch>
<step>B</step>
<octave>4</octave>
</pitch>
<duration>12</duration>
<tie type="stop"/>
<voice>1</voice>
<type>quarter</type>
<stem>down</stem>
<staff>1</staff>
<notations>
<tied type="stop"/>
</notations>
</note>
@Andoryuuta
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment