From e5e96b76d6b7db6c94a0a50bb6678a77fb0d36cc Mon Sep 17 00:00:00 2001 From: Candid Dauth Date: Wed, 31 Jul 2024 04:23:40 +0200 Subject: [PATCH] Add Bella Ciao --- assets/tuneDescriptions/bella-ciao.md | 15 ++++++++++++ src/defaultTunes.ts | 33 +++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 assets/tuneDescriptions/bella-ciao.md diff --git a/assets/tuneDescriptions/bella-ciao.md b/assets/tuneDescriptions/bella-ciao.md new file mode 100644 index 00000000..7d12b50d --- /dev/null +++ b/assets/tuneDescriptions/bella-ciao.md @@ -0,0 +1,15 @@ +**Sign:** put the fingertips together with straight fingers, building a top of a mountain with both hands + +## Background + +**Musical background:** The song is based on the song [Bella Ciao](https://en.wikipedia.org/wiki/Bella_ciao), a song used by the Italian partisans who resisted against Nazi Germany. The Repi line, Break 1 and the Intro resemble the rhythm of the song. + +**History:** Introduced by RoR Zürich in 2024. + +## Difficulty + +* **Low Surdo:** medium +* **Mid Surdo:** medium +* **Repi:** medium +* **Snare:** hard +* **Tamborim:** medium \ No newline at end of file diff --git a/src/defaultTunes.ts b/src/defaultTunes.ts index a63cc5e2..284e6b08 100644 --- a/src/defaultTunes.ts +++ b/src/defaultTunes.ts @@ -523,6 +523,39 @@ 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" ] }, + 'Bella Ciao': { + categories: ["uncommon", "new", "medium"], + sheet: sheetUrl + "bella-ciao.pdf", + descriptionHtml: tuneDescriptionsHtml.bellaCiao, + patterns: { + Tune: { + loop: true, + ls: repeat(4, "X XX X X XX X "), + ms: repeat(4, " XXXX "), + re: "f X X X X f X X X X f X X f X X f f f X X X ", + sn: repeat(4, "...X..X..X.X..X."), + ta: repeat(4, " XXX X X X ") + }, + "Break 1": { + ls: "X X X X X X X X X ", + ms: "@ls" + }, + "Break 2": { + ls: "X X X X X X XXX XXX X X X X ", + ms: "@ls", + re: " XXX XXX XXX XXX XXX XXX XXX XXX X X X X " + }, + "Intro": { + upbeat: 6, + ls: "r r r r r r r r r r r r r r r r r r r r r r r r r r r r r r r r r r r r r r r r ", + ms: "@ls", + re: "@ls", + sn: "@ls", + ta: "@ls" + } + }, + exampleSong: ["Intro", "Tune", "Tune", "Break 1", "Tune", "Tune", "Break 2", "Tune", "Tune"] + }, 'Bhangra': { categories: [ "common", "onesurdo", "medium" ], speed: 120,