Skip to content

Commit

Permalink
Add a test case back
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDavidNewman committed Sep 6, 2021
1 parent 57463a6 commit 11d7610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/textnote_tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function textDynamics(options: TestOptions): void {
const voice = score.voice(
[
f.TextDynamics({ text: 'sfz', duration: '4' }),
f.TextDynamics({ text: 'sfz', duration: '4' }),
f.TextDynamics({ text: 'rfz', duration: '4' }),
f.TextDynamics({ text: 'mp', duration: '4' }),
f.TextDynamics({ text: 'ppp', duration: '4' }),

Expand Down

0 comments on commit 11d7610

Please sign in to comment.