Strudelify
Have You Seen Your Mother, Baby, Standing In The Shadow? cover art

1966 · Flowers

Have You Seen Your Mother, Baby, Standing In The Shadow?

The Rolling Stones

KeyG majorTempo194 bpm
0:00/0:00
// Have You Seen Your Mother, Baby, Standing In The Shadow? — The Rolling Stones
// 194 bpm, 4/4, key G major. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(194/4)

const chords = arrange(
  // intro (4 bars)
  [4, "<G ~ D D7>"],
  // chorus (8 bars)
  [8, "<G!2 D D7 G!2 D D7>"],
  // bridge (8 bars)
  [8, "<B!2 G!2 B D C!2>"],
  // refrain (6 bars)
  [6, "<G!2 D!3 D7>"],
  // chorus (8 bars)
  [8, "<G!2 D D7 G!2 D D7>"],
  // bridge (8 bars)
  [8, "<B!2 G!2 B D C!2>"],
  // refrain (6 bars)
  [6, "<G!2 D!3 D7>"],
  // interlude (20 bars)
  [20, "<G [C@2 G@2] G [C@2 G@2] G [C@2 G@2] G [C@2 G@2] G [C@2 G@2] G [C@2 G@2] G [C@2 G@2] G [C@2 G@2] D!3 D7>"],
  // chorus (8 bars)
  [8, "<G!2 D D7 G!2 D D7>"],
  // bridge (8 bars)
  [8, "<B!2 G!2 B D C!2>"],
  // refrain (6 bars)
  [6, "<G!2 D!3 D7>"],
  // chorus (8 bars)
  [8, "<G!2 D D7 G!2 D D7>"],
  // bridge (8 bars)
  [8, "<B!2 G!2 B D C!2>"],
  // refrain (6 bars)
  [6, "<G!2 D!3 D7>"],
  // outro (9 bars)
  [9, "<D D7 C D!2 C D G D>"],
)
const bassline = arrange(
  [4, "<g2 ~ d2!2>"],
  [8, "<g2!2 d2!2 g2!2 d2!2>"],
  [8, "<b2!2 g2!2 b2 d2 c2!2>"],
  [6, "<b2 g2 d2!4>"],
  [8, "<g2!2 d2!2 g2!2 d2!2>"],
  [8, "<b2!2 g2!2 b2 d2 c2!2>"],
  [6, "<g2!2 d2!4>"],
  [20, "<g2!16 d2!4>"],
  [8, "<g2!2 d2!2 g2!2 d2!2>"],
  [8, "<b2!2 g2!2 b2 d2 c2!2>"],
  [6, "<g2!2 d2!4>"],
  [8, "<g2!2 d2!2 g2!2 d2!2>"],
  [8, "<b2!2 g2!2 b2 d2 c2!2>"],
  [6, "<g2!2 d2!4>"],
  [9, "<d2!2 c2 d2!2 c2 d2 g2 d2>"],
)

// 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 Rolling Stones