Strudelify
That's Old Fashioned (That's The Way Love Should Be) cover art

1962

That's Old Fashioned (That's The Way Love Should Be)

The Everly Brothers

KeyG majorTempo118 bpm
0:00/0:00
// That's Old Fashioned (That's The Way Love Should Be) — The Everly Brothers
// 118 bpm, 4/4, key G major. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(118/4)

const chords = arrange(
  // intro (6 bars)
  [6, "<G C G [Am7@2 D@2] [G@2 C@2] [G@2 D5@2]>"],
  // verse (16 bars)
  [16, "<[G@2 C@2]!3 [G F Em Dm] [C@2 D@2]!2 [G@2 C@2] G [C@2 D@2]!2 [G@2 F# F] E7 A7 D7 [G@2 C@2] [G@2 D7@2]>"],
  // verse (16 bars)
  [16, "<[G@2 C@2]!3 [G F Em Dm] [C@2 D@2]!2 [G@2 C@2] G [C@2 D@2]!2 [G@2 F# F] E7 A7 D7 [G@2 C@2] G>"],
  // bridge (8 bars)
  [8, "<[C@2 D@2] [G@2 Em@2] [C@2 D@2] G [C@2 D@2] [G@2 Em@2] A7 D7>"],
  // verse (16 bars)
  [16, "<[G@2 C@2]!3 [G F Em Dm] [C@2 D@2]!2 [G@2 C@2] G [C@2 D@2]!2 [G@2 F# F] E7 A7 D7 [G@2 C@2] G>"],
  // coda (6 bars)
  [6, "<G C G [Am7@2 D@2] G!2>"],
)
const bassline = arrange(
  [6, "<g2 c2 g2 [a2@2 d2@2] [g2@2 c2@2] [g2@2 d2@2]>"],
  [16, "<[g2@2 c2@2]!3 [g2 f2 e2 d2] [c2@2 d2@2]!2 [g2@2 c2@2] g2 [c2@2 d2@2]!2 [g2@2 f#2 f2] e2 a2 d2 [g2@2 c2@2] [g2@2 d2@2]>"],
  [16, "<[g2@2 c2@2]!3 [g2 f2 e2 d2] [c2@2 d2@2]!2 [g2@2 c2@2] g2 [c2@2 d2@2]!2 [g2@2 f#2 f2] e2 a2 d2 [g2@2 c2@2] g2>"],
  [8, "<[c2@2 d2@2] [g2@2 e2@2] [c2@2 d2@2] g2 [c2@2 d2@2] [g2@2 e2@2] a2 d2>"],
  [16, "<[g2@2 c2@2]!3 [g2 f2 e2 d2] [c2@2 d2@2]!2 [g2@2 c2@2] g2 [c2@2 d2@2]!2 [g2@2 f#2 f2] e2 a2 d2 [g2@2 c2@2] g2>"],
  [6, "<g2 c2 g2 [a2@2 d2@2] g2!2>"],
)

// 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] [sd hh] [bd hh] [sd hh]").gain(0.8)

stack(keys, bass, drums)

More by The Everly Brothers