Strudelify
Standing In The Shadows Of Love cover art

1967 · Reach Out

Standing In The Shadows Of Love

Four Tops

KeyB♭ majorTempo114 bpm
0:00/0:00
// Standing In The Shadows Of Love — Four Tops
// 114 bpm, 4/4, key Bb major. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(114/4)

const chords = arrange(
  // chorus (8 bars)
  [8, "<Bbm Bb7sus Gb^7 [F7sus@2 F7@2] Bbm Bb7sus Gb^7 [F7sus@2 F7@2]>"],
  // verse (8 bars)
  [8, "<[Gb@3 Abm7] Db [Gb@3 Abm7] Db [Gb@3 Abm7] Db [Gb@3 Abm7] Db>"],
  // pre-chorus (8 bars)
  [8, "<[Eb7sus@2 Ebm@2] Ebm Bb Bo Bb5!4>"],
  // chorus (8 bars)
  [8, "<Bbm Bb7sus Gb^7 [F7sus@2 F7@2] Bbm Bb7sus Gb^7 [F7sus@2 F7@2]>"],
  // verse (8 bars)
  [8, "<[Gb@3 Abm7] Db [Gb@3 Abm7] Db [Gb@3 Abm7] Db [Gb@3 Abm7] Db>"],
  // pre-chorus (8 bars)
  [8, "<[Eb7sus@2 Ebm@2] Ebm Bb Bo Bb5!4>"],
  // verse (8 bars)
  [8, "<[Gb@3 Abm7] Db [Gb@3 Abm7] Db [Gb@3 Abm7] Db [Gb@3 Abm7] Db>"],
  // pre-chorus (8 bars)
  [8, "<[Eb7sus@2 Ebm@2] Ebm Bb Bo Bb5!4>"],
  // chorus (4 bars)
  [4, "<Bbm Bb7sus Gb^7 [F7sus@2 F7@2]>"],
  // fadeout (8 bars)
  [8, "<Bbm Bb7sus Gb^7 [F7sus@2 F7@2] Bbm Bb7sus Gb^7 [F7sus@2 F7@2]>"],
)
const bassline = arrange(
  [8, "<bb2 ab2 gb2 f2 bb2 ab2 gb2 f2>"],
  [8, "<[gb2@3 ab2] db2 [gb2@3 ab2] db2 [gb2@3 ab2] db2 [gb2@3 ab2] db2>"],
  [8, "<eb2!2 bb2 b2 bb2!4>"],
  [8, "<bb2 ab2 gb2 f2 bb2 ab2 gb2 f2>"],
  [8, "<[gb2@3 ab2] db2 [gb2@3 ab2] db2 [gb2@3 ab2] db2 [gb2@3 ab2] db2>"],
  [8, "<eb2!2 bb2 b2 bb2!4>"],
  [8, "<[gb2@3 ab2] db2 [gb2@3 ab2] db2 [gb2@3 ab2] db2 [gb2@3 ab2] db2>"],
  [8, "<eb2!2 bb2 b2 bb2!4>"],
  [4, "<bb2 ab2 gb2 f2>"],
  [8, "<bb2 ab2 gb2 f2 bb2 ab2 gb2 f2>"],
)

// 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 Four Tops