Skip to content

Commit edba123

Browse files
zacjansheskishoogle
authored andcommitted
Fix Failed Tests
Update ref.mscx files to match updated instruments
1 parent 168a68b commit edba123

File tree

4 files changed

+29
-11
lines changed

4 files changed

+29
-11
lines changed

src/importexport/musicxml/tests/data/testFinaleInstr_ref.mscx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@
13451345
<Drum pitch="35">
13461346
<head>normal</head>
13471347
<line>8</line>
1348-
<voice>0</voice>
1348+
<voice>1</voice>
13491349
<name>Acoustic Bass Drum</name>
13501350
<stem>1</stem>
13511351
<panelRow>1</panelRow>
@@ -1985,7 +1985,7 @@
19851985
<Drum pitch="35">
19861986
<head>normal</head>
19871987
<line>8</line>
1988-
<voice>0</voice>
1988+
<voice>1</voice>
19891989
<name>Acoustic Bass Drum</name>
19901990
<stem>1</stem>
19911991
<panelRow>1</panelRow>

src/importexport/musicxml/tests/data/testImportDrums2_ref.mscx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,14 @@
209209
<panelColumn>5</panelColumn>
210210
</Drum>
211211
<Drum pitch="52">
212-
<head>cross</head>
213-
<line>-4</line>
212+
<head>normal</head>
213+
<noteheads>
214+
<whole>noteheadHeavyXHat</whole>
215+
<half>noteheadHeavyXHat</half>
216+
<quarter>noteheadHeavyXHat</quarter>
217+
<breve>noteheadHeavyXHat</breve>
218+
</noteheads>
219+
<line>-3</line>
214220
<voice>0</voice>
215221
<name>China Cymbal</name>
216222
<stem>1</stem>
@@ -237,7 +243,7 @@
237243
</Drum>
238244
<Drum pitch="55">
239245
<head>cross</head>
240-
<line>-5</line>
246+
<line>-4</line>
241247
<voice>0</voice>
242248
<name>Splash Cymbal</name>
243249
<stem>1</stem>

src/importexport/musicxml/tests/data/testImportDrums_ref.mscx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,14 @@
198198
<panelColumn>5</panelColumn>
199199
</Drum>
200200
<Drum pitch="52">
201-
<head>cross</head>
202-
<line>-4</line>
201+
<head>normal</head>
202+
<noteheads>
203+
<whole>noteheadHeavyXHat</whole>
204+
<half>noteheadHeavyXHat</half>
205+
<quarter>noteheadHeavyXHat</quarter>
206+
<breve>noteheadHeavyXHat</breve>
207+
</noteheads>
208+
<line>-3</line>
203209
<voice>0</voice>
204210
<name>China Cymbal</name>
205211
<stem>1</stem>
@@ -226,7 +232,7 @@
226232
</Drum>
227233
<Drum pitch="55">
228234
<head>cross</head>
229-
<line>-5</line>
235+
<line>-4</line>
230236
<voice>0</voice>
231237
<name>Splash Cymbal</name>
232238
<stem>1</stem>

src/importexport/musicxml/tests/data/testStickingLyrics_ref.mscx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,14 @@
209209
<panelColumn>5</panelColumn>
210210
</Drum>
211211
<Drum pitch="52">
212-
<head>cross</head>
213-
<line>-4</line>
212+
<head>normal</head>
213+
<noteheads>
214+
<whole>noteheadHeavyXHat</whole>
215+
<half>noteheadHeavyXHat</half>
216+
<quarter>noteheadHeavyXHat</quarter>
217+
<breve>noteheadHeavyXHat</breve>
218+
</noteheads>
219+
<line>-3</line>
214220
<voice>0</voice>
215221
<name>China Cymbal</name>
216222
<stem>1</stem>
@@ -237,7 +243,7 @@
237243
</Drum>
238244
<Drum pitch="55">
239245
<head>cross</head>
240-
<line>-5</line>
246+
<line>-4</line>
241247
<voice>0</voice>
242248
<name>Splash Cymbal</name>
243249
<stem>1</stem>

0 commit comments

Comments
 (0)