Skip to content

Commit

Permalink
Fix utests - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-spa committed Oct 16, 2024
1 parent 7c871bb commit 574e57e
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 179 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
<endTuplet/>
<Beam>
<StemDirection>up</StemDirection>
<l1>-4</l1>
<l1>-6</l1>
<l2>-12</l2>
</Beam>
<Chord>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@
<Beam>
<StemDirection>down</StemDirection>
<l1>80</l1>
<l2>76</l2>
<l2>74</l2>
</Beam>
<Chord>
<BeamMode>begin</BeamMode>
Expand Down Expand Up @@ -810,7 +810,7 @@
<voice>
<Beam>
<StemDirection>down</StemDirection>
<l1>32</l1>
<l1>30</l1>
<l2>34</l2>
</Beam>
<Chord>
Expand Down Expand Up @@ -1155,7 +1155,7 @@
<voice>
<Beam>
<StemDirection>down</StemDirection>
<l1>38</l1>
<l1>40</l1>
<l2>42</l2>
</Beam>
<Chord>
Expand Down Expand Up @@ -1228,7 +1228,7 @@
<voice>
<Beam>
<StemDirection>up</StemDirection>
<l1>-6</l1>
<l1>-8</l1>
<l2>-12</l2>
</Beam>
<Chord>
Expand Down Expand Up @@ -1659,7 +1659,7 @@
<voice>
<Beam>
<StemDirection>up</StemDirection>
<l1>-14</l1>
<l1>-16</l1>
<l2>-20</l2>
</Beam>
<Chord>
Expand Down
10 changes: 5 additions & 5 deletions src/importexport/musicxml/tests/data/testLayout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@
</score-part>
</part-list>
<part id="P1">
<measure number="1" width="234.07">
<measure number="1" width="224.87">
<print>
<system-layout>
<system-margins>
<left-margin>50</left-margin>
<right-margin>744.96</right-margin>
<right-margin>0</right-margin>
</system-margins>
<top-system-distance>169.98</top-system-distance>
</system-layout>
Expand All @@ -110,7 +110,7 @@
<line>4</line>
</clef>
</attributes>
<note default-x="134.27" default-y="-10">
<note default-x="129.67" default-y="-10">
<rest measure="yes"/>
<duration>4</duration>
<voice>1</voice>
Expand Down Expand Up @@ -166,7 +166,7 @@
<stem>down</stem>
<staff>2</staff>
</note>
<note default-x="157.59" default-y="-135">
<note default-x="154.19" default-y="-135">
<pitch>
<step>B</step>
<octave>3</octave>
Expand All @@ -183,7 +183,7 @@
</direction-type>
<staff>2</staff>
</direction>
<note default-x="187.98" default-y="-125">
<note default-x="181.18" default-y="-125">
<pitch>
<step>D</step>
<octave>3</octave>
Expand Down
Loading

0 comments on commit 574e57e

Please sign in to comment.