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 61befa0
Showing 1 changed file with 33 additions and 0 deletions.
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 61befa0

Please sign in to comment.