Strudelify
Losing You cover art

1963 · Let Me Sing

Losing You

Brenda Lee

KeyE majorTempo109 bpm
0:00/0:00
// Losing You — Brenda Lee
// 109 bpm, 12/8, key E major. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(109/6)

const chords = arrange(
  // intro (4 bars)
  [4, "<E C#m A B>"],
  // verse (16 bars)
  [16, "<[E@6 C#m@6] F#m B7 [A@6 E@6] [E@6 C#m@6] A^7 [F#m7@6 B@6] [A#o@6 B@6] [E@6 C#m@6] F#m B7 [A@6 E@6] [E@6 C#m@6] A^7 B E>"],
  // bridge (8 bars)
  [8, "<C G Am Em [F@6 F#m@3 B@3] [E@6 C#m@6] A^7 [A@6 F#m@3 B@3]>"],
  // verse (14 bars)
  [14, "<[E@6 C#m@6] F#m B7 [A@6 E@6] [E@6 C#m@6] A^7 B [E@6 C#m@6] F#m B7 [A@6 E@6] [E@6 C#m@6] A^7 B>"],
  // coda (3 bars)
  [3, "<E [C#m@6 A@6] E>"],
)
const bassline = arrange(
  [4, "<e2 c#2 a2 b2>"],
  [16, "<[e2@6 c#2@6] f#2 b2 e2 [e2@6 c#2@6] a2 [f#2@6 b2@6] [a#2@6 b2@6] [e2@6 c#2@6] f#2 b2 e2 [e2@6 c#2@6] a2 b2 e2>"],
  [8, "<c2 b2 a2 g2 [f2@6 f#2@3 b2@3] [e2@3 d#2@3 c#2@3 b2@3] a2 [b2@6 f#2@3 b2@3]>"],
  [14, "<[e2@6 c#2@6] f#2 b2 e2 [e2@6 c#2@6] a2 b2 [e2@6 c#2@6] f#2 b2 e2 [e2@6 c#2@6] a2 b2>"],
  [3, "<e2 [c#2@6 a2@6] e2>"],
)

// chords · gm_piano
const keys = chord(chords).voicing().s("gm_piano").gain(0.8)
// bass · gm_electric_bass_finger
const bass = note(bassline).s("gm_electric_bass_finger").gain(0.9)
// drums
const drums = s("[bd hh hh] [sd hh hh] [bd hh hh] [sd hh hh]").gain(0.8)

stack(keys, bass, drums)

More by Brenda Lee