From bdcf4d85bfa68fa31aaa014ac709aa000594561d Mon Sep 17 00:00:00 2001 From: Candid Dauth Date: Fri, 9 Aug 2024 01:19:57 +0200 Subject: [PATCH] Add Antitek --- assets/tuneDescriptions/antitek.md | 15 +++++++++ src/defaultTunes.ts | 49 ++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 assets/tuneDescriptions/antitek.md diff --git a/assets/tuneDescriptions/antitek.md b/assets/tuneDescriptions/antitek.md new file mode 100644 index 00000000..91eab0b9 --- /dev/null +++ b/assets/tuneDescriptions/antitek.md @@ -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 \ No newline at end of file diff --git a/src/defaultTunes.ts b/src/defaultTunes.ts index 5915b592..40d3a0ff 100644 --- a/src/defaultTunes.ts +++ b/src/defaultTunes.ts @@ -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",