Skip to content

Commit

Permalink
Add Antitek
Browse files Browse the repository at this point in the history
  • Loading branch information
cdauth committed Aug 8, 2024
1 parent 8042634 commit bdcf4d8
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
15 changes: 15 additions & 0 deletions assets/tuneDescriptions/antitek.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
This tune is very easy to learn and yet groovy. It can be played very fast.

**Sign:** place your hands as if you were holding a telescope over one eye and rotate your hands as if to zoom in and out.

## Background

*To be written.*

## Difficulty

* **Surdos:** easy
* **Repi:** easy
* **Snare:** easy
* **Tamborim:** medium
* **Agogô:** easy
49 changes: 49 additions & 0 deletions src/defaultTunes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,55 @@ const rawTunes: {[tuneName: string]: RawTune} = {
},
exampleSong: [ "Intro", "Tune", "Tune", "Tune", "Tune", "No-Cent-For-Axel-Break", "Tune", "Tune", "Tune", "Tune", "Tension Break", "Tune", "Tune", "Tune", "Tune" ]
},
'Antitek': {
categories: ["uncommon", "new", "easy", "onesurdo"],
sheet: sheetUrl + "antitek.pdf",
descriptionHtml: tuneDescriptionsHtml.antitek,
patterns: {
Tune: {
loop: true,
ls: "X X X X X X X X ",
ms: "@ls",
hs: "@ls",
re: "r X r X r X r X r X r X r XXr X ",
sn: "....X.......X.......X.......X...",
ta: "X X X X XX ",
ag: "o a a o a a o a a o a ",
sh: "................................"
},
"Break 1": {
ls: "X X X X ",
ms: "@ls",
hs: "@ls",
re: "@ls",
sn: "@ls",
ta: "@ls",
ag: "@ls",
sh: "@ls"
},
"Break 2": {
ls: "XXX XXX XXX XXX ",
ms: "@ls",
hs: "@ls",
re: "@ls",
sn: "@ls",
ta: "@ls",
ag: "@ls",
sh: "@ls"
},
"Call Break": {
ls: " X X X X X X XXX X X X X X XXX ",
ms: "@ls",
hs: "@ls",
re: "X X X X X X XXX X X X X X X X X X XXX ",
sn: " X X X X X X XXX X XXX ",
ta: " X XXX ",
ag: " X XXX ",
sh: " X XXX "
}
},
exampleSong: ["Tune", "Tune", "Break 1", "Tune", "Tune", "Break 2", "Tune", "Tune", "Call Break", "Tune", "Tune"]
},
'Bella Ciao': {
categories: ["uncommon", "new", "medium"],
sheet: sheetUrl + "bella-ciao.pdf",
Expand Down

0 comments on commit bdcf4d8

Please sign in to comment.