Skip to content

Commit e249e8f

Browse files
committed
Add Keep Moving (#72)
1 parent 5559432 commit e249e8f

File tree

2 files changed

+71
-0
lines changed

2 files changed

+71
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
**Sign:** “Walk” with two fingers on the other hand.
2+
3+
## Background
4+
5+
**History:** This tune was developed in 2024 by a member of Extinction Rebellion.
6+
7+
**Name:** The name has a double meaning. Literally, this tune serves to keep the group moving. By moving along with the music, you stay in the mood and thus come across as very convincing. It also helps keep the atmosphere right for the whole (action) group. A moving rhythm band is contagious, unlike an unmoving one. The second meaning is perhaps the most important. “Keep moving” in the sense of “stay committed, persevere, resist”. Don't give up the fight, together we stand strong to strive for a climate-just world and take the action needed to raise awareness about current issues among a large part of the population. Don’t give up hope! There have already been many victims, but step by step we are creating a world where every human being, every life on this planet counts. Let’s act for climate justice all over the world! Keep moving!
8+
9+
**Musical background:** The music symbolises being in constant motion, with some exceptions. Occasionally, the music stops, emphasising the need for breaks, moments to reflect and (natural) silence.
10+
11+
**Sign:** Symbolises walking, moving.
12+
13+
## Breaks
14+
15+
* **Washing Machine Break** sign: Make bowls of your hands and turn them.
16+
17+
## Difficulty
18+
19+
* **Low Surdo:** easy
20+
* **Mid Surdo:** medium
21+
* **High Surdo:** hard
22+
* **Repi:** hard
23+
* **Snare:** hard
24+
* **Tamb:** hard
25+
* **Agogô:** hard
26+
* **Shaker:** hard

src/defaultTunes.ts

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1589,6 +1589,51 @@ const rawTunes: {[tuneName: string]: RawTune} = {
15891589
},
15901590
exampleSong: [ "Tune", "Break 2", "Tune", "Break 2 Inverted", "Tune" ]
15911591
},
1592+
"Keep Moving": {
1593+
categories: ["new", "tricky"],
1594+
descriptionFilename: "keep-moving",
1595+
patterns: {
1596+
Tune: {
1597+
loop: true,
1598+
ls: " X X X X X X X X X ",
1599+
ms: "XXX XXX XXX X X X XXXX XXX XXX X X X ",
1600+
hs: " X X X XXXXX X X X X XXXXXXX ",
1601+
re: "f XXX f XXX X f XXX f XXX f XXX f XXX X f XXX f XXX ",
1602+
sn: "X..X..X.X..X..X.X..X..X.X...X...X..X..X.X..X..X.X..X..X.X...f ",
1603+
ta: "X XX X X XX X X XX X X XX X XX X X XX X X XX X X ",
1604+
ag: "a o a oa o aa a a o a oa o aa a o a oa o aa a a o a oaooooa ",
1605+
sh: "X..X..X.X..X..X.X..X..X.X...X...X..X..X.X..X..X.X..X..X.X...X "
1606+
},
1607+
"Break 1": {
1608+
ls: "XXX X XXX X XXX X X XXX ",
1609+
ms: "@ls",
1610+
hs: "@ls",
1611+
re: "@ls",
1612+
sn: "X...........................f ",
1613+
ta: "@ls",
1614+
ag: "aaa o aaa o aaa o a ooa "
1615+
},
1616+
"Break 2": {
1617+
ls: " X X X X X X X X ",
1618+
ms: "@ls",
1619+
hs: "@ls",
1620+
re: "XXX XXX XXX XX Xf ",
1621+
sn: "@re",
1622+
ta: "XXX XXX XXX XX XX ",
1623+
ag: "a o a oa o aa a a o a oa o aa "
1624+
},
1625+
"Washing Machine Break": {
1626+
ls: "X X X X X X XXXX X X X X X X XXXX ",
1627+
ms: "@ls",
1628+
hs: "@ls",
1629+
re: "X X X XX X X X X XX X X ",
1630+
sn: "............................................................... ",
1631+
ta: "@re",
1632+
ag: "o o a ao o oo o a ao o a a",
1633+
sh: "@re"
1634+
}
1635+
}
1636+
},
15921637
'Malkhas Akhber': {
15931638
categories: [ "new", "uncommon", "tricky" ],
15941639
sheet: sheetUrl + "malkhas-akhber.pdf",

0 commit comments

Comments
 (0)