Skip to content

Commit

Permalink
Merge pull request #95 from rettinghaus/test-suite-updates
Browse files Browse the repository at this point in the history
fix validation issues
  • Loading branch information
lpugin authored Jan 23, 2024
2 parents acee549 + c9900b2 commit 877c373
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _tests/beam/beam-023.mei
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<body>
<mdiv>
<score>
<scoreDef meter.count="7" meter.unit="8" meter.form="invis">
<scoreDef meter.count="7" meter.unit="8" meter.visible="false">
<staffGrp>
<staffDef n="1" lines="5" />
</staffGrp>
Expand Down
4 changes: 2 additions & 2 deletions _tests/beam/beam-050.mei
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<body>
<mdiv>
<score>
<scoreDef midi.bpm="120" key.mode="major" key.sig="2f" meter.count="4" meter.unit="4" meter.sym="common">
<scoreDef midi.bpm="120" key.mode="major" keysig="2f" meter.count="4" meter.unit="4" meter.sym="common">
<staffGrp bar.thru="true" symbol="brace">
<staffDef n="1" lines="5" clef.shape="G" clef.line="2">
<instrDef midi.channel="0" midi.instrnum="0" />
Expand All @@ -45,7 +45,7 @@
</staffGrp>
</scoreDef>
<section>
<scoreDef key.sig="0" />
<scoreDef keysig="0" />
<measure metcon="false" n="221">
<staff n="1">
<layer n="1">
Expand Down

0 comments on commit 877c373

Please sign in to comment.