Strudelify
Funny Girl cover art

1964 · Funny Girl - Original Soundtrack Recording

Funny Girl

Barbra Streisand

KeyE♭ majorTempo74 bpm
0:00/0:00
// Funny Girl — Barbra Streisand
// 74 bpm, 4/4, key Eb major. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(74/4)

const chords = arrange(
  // intro (4 bars)
  [4, "<Eb^7 [Eb^7@3 Fm7] Fm7 [Fm7@2 ~@2]>"],
  // verse (8 bars)
  [8, "<Eb^7 [Eb^7@2 Eo Fm7] Fm7 [F#o@2 Gm7@2] [G7@2 Cm7@2] [Cm7@2 F9@2] [F9@2 Ab^7@2] [Am7b5@2 ~@2]>"],
  // verse (8 bars)
  [8, "<[Bb7sus@2 Bb7@2] [F7#11@2 Gm Eo] [Fm7@2 Eo@2] [Fm6 Fm Bb7 Bb6] Gm F#o [Fm11@2 F7sus F7] [F7 B7 Bbaug@2]>"],
  // verse (8 bars)
  [8, "<Eb^7!2 Ab^7 [Ab^7@2 Ao@2] Eb^7!2 Gb^7 C7>"],
  // outro (22 bars)
  [22, "<Fm7 Ab7 Eb^7 F7#11 ~ [Bbo Bb^7 Bo@2] Cm ~ [Cm@2 Eb7@2] [Eb7@2 Ab^7@2] [Ab^7@2 F9@2] [F9@2 ~@2] [~@2 Eb@2] [C9@2 Fm@2] [Fm@2 Bb9sus@2] Eb^7#11!2 Db^7!2 Eb^7#11!3>"],
)
const bassline = arrange(
  [4, "<eb2 [eb2@3 f2] f2 [f2@2 ~@2]>"],
  [8, "<eb2 [eb2@2 e2 f2] f2 [f#2@2 g2@2] [g2@2 c2@2] [c2@2 f2@2] [f2@2 ab2@2] [a2@2 ~@2]>"],
  [8, "<bb2 [f2@2 a#2 e2] [f2@2 e2@2] [f2@2 bb2 ab2] g2 f#2 [f2@2 eb2@2] [f2 b2 bb2@2]>"],
  [8, "<eb2!2 ab2 [ab2@2 a2@2] bb2 eb2 gb2 c2>"],
  [22, "<f2 ab2 bb2 f2 ~ [bb2@2 b2@2] c2 ~ [c2@2 eb2@2] [eb2@2 ab2@2] [ab2@2 f2@2] [f2@2 ~@2] [~@2 g2@2] [c2@2 f2@2] [f2@2 bb2@2] eb2!2 db2!2 eb2!3>"],
)

// 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 Barbra Streisand