Strudelify

Somewhere over the Rainbow

Frauke

KeyC majorTempo63 bpm
0:00/0:00
// Somewhere over the Rainbow — Frauke
// 63 bpm, 4/4, key C major. Source: midi.
// Generated by strudelify. One cycle = one bar.
// note: Transcription provider: pdmx. https://musescore.com/score/5912643; license: https://creativecommons.org/publicdomain/zero/1.0/
// note: Full arrangement: all 73 bars on a 16-step grid, each part at one level. Source detail keeps the original performance.
setcpm(63/4)

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

// chords · acoustic guitar nylon · "Ukulele (Tabulatur)"
const acoustic_guitar_nylon = note(`<
  A B C B D E F G E G H I G E F G E G E J I G E F G E G E J I G E J I G E J I G E F G E G E J I G E F G E G H I G E F G
  E G E J I G E F G E G E J K
>`.pickRestart({
  A: "[c4,e4,g4,c5] [e4,g4,b4]", B: "[c4,e4,a4] [c4,f4,a4]", C: "[c4,e4,g4,c5] [d4,g4,b4]", D: "[c4,g4,a4] [c4,f4,a4]",
  E: "[c4,e4,g4,c5]!2", F: "[e4,g4,b4]!2", G: "[c4,f4,a4]!2", H: "[d4,e4,g#4,b4]!2", I: "[c4,e4,a4]!2",
  J: "[d4,g4,b4]!2", K: "[c4,e4,g4,c5]",
})).s("gm_acoustic_guitar_nylon").gain(0.3)

stack(acoustic_guitar_nylon)