Skip to content

Commit

Permalink
Add Bella Ciao
Browse files Browse the repository at this point in the history
  • Loading branch information
cdauth committed Jul 31, 2024
1 parent dfee6e1 commit e5e96b7
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
15 changes: 15 additions & 0 deletions assets/tuneDescriptions/bella-ciao.md
Original file line number Diff line number Diff line change
@@ -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
33 changes: 33 additions & 0 deletions src/defaultTunes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e5e96b7

Please sign in to comment.