Skip to content

Commit

Permalink
Correct Pekurinen Break 3
Browse files Browse the repository at this point in the history
  • Loading branch information
cdauth committed Sep 27, 2021
1 parent fb0572c commit 315875f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/defaultTunes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1707,12 +1707,12 @@ const rawTunes: {[tuneName: string]: RawTune} = {
sh: '@re'
},
'Break 3': {
ls: ' X X X X X X ',
ms: ' XXX XXX X ',
ls: ' X X X X X X ',
ms: ' XXX XXX XXX XXX XXX XXX X ',
hs: '@ms',
re: '@ms',
sn: '@ms',
ta: 'X X X X X ',
ta: 'X X X X X X X X X X X X X ',
ag: '@ms',
sh: '@ms'
},
Expand Down

0 comments on commit 315875f

Please sign in to comment.