Skip to content

Commit 59ceb28

Browse files
committed
Add updates to Bella Ciao (#58)
1 parent 71ae5ca commit 59ceb28

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

assets/tuneDescriptions/bella-ciao/en.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44

55
**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.
66

7-
**History:** Introduced by RoR Zürich in 2024.
7+
**History:** Introduced by RoR Zürich in 2024, shared and extended (yay!) on the TNM 2024.
88

99
## Difficulty
1010

1111
* **Low Surdo:** medium
1212
* **Mid Surdo:** medium
1313
* **Repi:** medium
1414
* **Snare:** hard
15-
* **Tamborim:** medium
15+
* **Tamborim:** medium
16+
* **Agogô:** easy
17+
* **Shaker:** medium

src/defaultTunes.ts

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -597,12 +597,20 @@ const rawTunes: {[tuneName: string]: RawTune} = {
597597
ls: repeat(4, "X XX X X XX X "),
598598
ms: repeat(4, " XXXX "),
599599
re: "f X X X X f X X X X f X X f X X f f f X X X ",
600-
sn: repeat(4, "...X..X..X.X..X."),
601-
ta: repeat(4, " XXX X X X ")
600+
sn: repeat(2, "...X..X....X..X....X..X..X.X..X."),
601+
ta: repeat(4, " XXX X X X "),
602+
ag: " o o o a a a o o a a a ",
603+
sh: repeat(4, "...X..X....X....")
602604
},
603605
"Break 1": {
604606
ls: "X X X X X X X X X ",
605-
ms: "@ls"
607+
ms: "@ls",
608+
hs: "@ls",
609+
re: "@ls",
610+
sn: "@ls",
611+
ta: "@ls",
612+
ag: "@ls",
613+
sh: "@ls"
606614
},
607615
"Break 2": {
608616
ls: "X X X X X X XXX XXX X X X X ",

0 commit comments

Comments
 (0)