Strudelify

the skye boat song

Bear McCreary

KeyG majorTempo160 bpm
0:00/0:00
// the skye boat song — Bear McCreary
// 160 bpm, 3/4, key G major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/353741; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 48 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(160/3)

// Notation: c3@3 lasts 3 steps · ~ is a rest · [...]/2 spreads a riff over 2 bars.
// A part's distinct bars are riffs (A, B, C...) played in order: edit a riff to change every repeat.

// other · piano
const piano = note(`<
  A B C D A E F@2 A B C D A E F@2 B@2 C@2 B A G@2 B@2 C@2 B A B D A B C D A E F@2 A B C D A E F@2
>`.pickRestart({
  A: "g2", B: "e2", C: "a2", D: "d2", E: "c2", F: "g2/2", G: "e2/2",
})).s("gm_piano").gain(0.3)

stack(piano)

More by Bear McCreary