Strudelify
Don't Say You Love Me cover art

1989 · Hear And Now

Don't Say You Love Me

Billy Squier

KeyF♯ majorTempo88 bpm
0:00/0:00
// Don't Say You Love Me — Billy Squier
// 88 bpm, 4/4, key F# major. Source: mcgill.
// Generated by strudelify. One cycle = one bar.
setcpm(88/4)

const chords = arrange(
  // intro (5 bars)
  [5, "<~ [F#@3 B]!4>"],
  // verse (20 bars)
  [20, "<[F#@3 B]!3 F# B [E@2 B@2] [F#@3 B]!5 F# B [E@2 B@2] [F#@3 B]!2 B [E@2 B@2] [F#@3 B] F#>"],
  // interlude (3 bars)
  [3, "<~ [F#@3 B]!2>"],
  // verse (20 bars)
  [20, "<[F#@3 B]!3 F# B [E@2 B@2] [F#@3 B] F# [F#@3 B]!3 F# B [E@2 B@2] [F#@3 B] F# B [E@2 B@2] [F#@3 B] F#>"],
  // solo (18 bars)
  [18, "<[F#@3 B]!7 F# B [E@2 B@2] [F#@3 B] F# B [E@2 B@2] [F#@3 B]!4>"],
  // bridge (9 bars)
  [9, "<[G#m B E D#] [E@2 B@2] [G#m B E D#] [E@2 B@2] [G#m B E D#] [E@2 B@2] ~!3>"],
  // outro (22 bars)
  [22, "<[F#@3 B]!19 F# B [E@2 B@2]>"],
)
const bassline = arrange(
  [5, "<~ [f#2@3 b2]!4>"],
  [20, "<[f#2@3 b2]!3 f#2 b2 [e2@2 b2@2] [f#2@3 b2]!5 f#2 b2 [e2@2 b2@2] [f#2@3 b2]!2 b2 [e2@2 b2@2] [f#2@3 b2] f#2>"],
  [3, "<~ [f#2@3 b2]!2>"],
  [20, "<[f#2@3 b2]!3 f#2 b2 [e2@2 b2@2] [f#2@3 b2] f#2 [f#2@3 b2]!3 f#2 b2 [e2@2 b2@2] [f#2@3 b2] f#2 b2 [e2@2 b2@2] [f#2@3 b2] f#2>"],
  [18, "<[f#2@3 b2]!7 f#2 b2 [e2@2 b2@2] [f#2@3 b2] f#2 b2 [e2@2 b2@2] [f#2@3 b2]!4>"],
  [9, "<[g#2 b2 e2 d#2] [e2@2 b2@2] [g#2 b2 e2 d#2] [e2@2 b2@2] [g#2 b2 e2 d#2] [e2@2 b2@2] ~!3>"],
  [22, "<[f#2@3 b2]!19 f#2 b2 [e2@2 b2@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 Billy Squier