Skip to content

Commit

Permalink
Manually fix remaining examples
Browse files Browse the repository at this point in the history
  • Loading branch information
infojunkie committed Nov 14, 2023
1 parent 7c4fc56 commit 9a49606
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/data/examples/accordion-middle-element.musicxml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<direction>
<direction-type>
<accordion-registration>
<accordion-middle/>
<accordion-middle>1</accordion-middle>
</accordion-registration>
</direction-type>
</direction>
Expand Down
2 changes: 1 addition & 1 deletion test/data/examples/circular-arrow-element.musicxml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<notations>
<technical>
<arrow default-x="0" default-y="15" placement="above">
<circular-arrow>anti-clockwise</circular-arrow>
<circular-arrow>anticlockwise</circular-arrow>
</arrow>
</technical>
</notations>
Expand Down
2 changes: 1 addition & 1 deletion test/data/examples/interchangeable-element.musicxml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<beats>3</beats>
<beat-type>4</beat-type>
<interchangeable>
<time-relation>equals</time-relation>
<beats>6</beats>
<beat-type>8</beat-type>
<time-relation>equals</time-relation>
</interchangeable>
</time>
<clef>
Expand Down
1 change: 1 addition & 0 deletions test/data/examples/inversion-element.musicxml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<numeral>
<numeral-root text="IV">4</numeral-root>
</numeral>
<kind use-symbols="yes">major-sixth</kind>
<inversion>1</inversion>
</harmony>
<note>
Expand Down
4 changes: 2 additions & 2 deletions test/data/examples/voice-element.musicxml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<stem default-y="18">up</stem>
<beam number="1">begin</beam>
<notations>
<tuplet type="start" number="1" bracket="none" placement="above"/>
<tuplet type="start" number="1" bracket="no" placement="above"/>
<slur type="start" number="1" bezier-x="27" bezier-y="22" default-x="13" default-y="22" placement="above"/>
</notations>
</note>
Expand Down Expand Up @@ -108,7 +108,7 @@
<stem default-y="-65">down</stem>
<beam number="1">begin</beam>
<notations>
<tuplet type="start" number="1" bracket="none" placement="below"/>
<tuplet type="start" number="1" bracket="no" placement="below"/>
</notations>
</note>
<note default-x="122">
Expand Down

0 comments on commit 9a49606

Please sign in to comment.