"Desafinado" (a Portuguese word usually rendered into English as either "Out of Tune" or "Off Key") is a 1959 bossa nova song and jazz standard composed by Antônio Carlos Jobim with lyrics (in Portuguese) by Newton Mendonça.


\version "2.22.0"

\header { tagline = "" }

global = {
  \time 4/4
  \key f \major
  \set Score.tempoHideNote = ##t
  \tempo "Medium Bossa" 4=145
  \set chordChanges = ##t
}

chordNames = \transpose c c, \chordmode {
  \global
  f1:maj7 |
  f1:maj7 |
  g1:7.5- |
  g1:7.5- |
  g1:m7 |
  c1:7 |
  a1:m7.5- |
  d1:7.9- |
}

melody = \relative c' {
  \bar ".|:"
  r8 c4 d8 e f4 e8~ |
  e d4 cis8~ cis d4 f8~ |
  f des4 des8~ des2~ |
  des1 |
  r8 d4 e8 f g4 f8~ |
  f e4 dis8~ dis e4 c'8~ |
  c es,4 es8~ es2~ |
  es1 |
}

\score {
  <<
    \new ChordNames \chordNames
    \new Staff {
      \global
      \melody
      \addlyrics{
        Se vo -- cê dis -- ser que~eu de -- sa -- fi -- no,~a -- mor __
        Sai -- ba que~is -- to,~em mim, pro -- vo -- ca~i -- men -- sa dor __
      }
      \addlyrics{
        Love is like a ne -- ver -- en -- ding mel -- o -- dy __
        Po -- ets have com -- pared it to a sym -- pho -- ny __
      }
    }
  >>
  \layout { }
}

\score {
  \unfoldRepeats
  <<
    \new ChordNames \chordNames
    \new Staff {
      \global
      \melody
    }
  >>
  \midi { }
}
First eight measures of Desafinado

Background

"Desafinado" was a response to critics who claimed that the bossa nova genre was created for singers who cannot sing. The song has more than one English-language adaptation. Jon Hendricks, along with The Richmond Organisation (credited under the pseudonym "Jessie Cavanaugh"), created lyrics that employ consonance to reframe the concept as a love song about lovers who have fallen "slightly out of tune". Hendricks's lyrics were recorded by Ella Fitzgerald on her 1962 single, and by Perry Como on his 1963 album, The Songs I Love. Gene Lees's English version, which (though not a direct translation) is more closely aligned with Mendonça's original, appears on some recordings.

Chart performance

The version by Stan Getz and Charlie Byrd (from the album Jazz Samba) was a major hit in 1962, reaching number 15 and number 4 on Billboard′s pop and easy-listening charts, respectively; their definitive rendering also reached number 11 in the UK. In Canada the song was co-charted with the Grammy nominated version by Pat Thomas where they reached No. 14.

Stan Getz and Charlie Byrd

Chart performance for "Desafinado" by Stan Getz and Charlie Byrd
Chart (1962)Peak position
Canada CHUM Chart14
UK Singles (The Official Charts Company)11
US Billboard Easy Listening4
US Billboard Hot 10015

Accolades

The song was voted by the Brazilian edition of Rolling Stone as the 14th greatest Brazilian song. The 1959 João Gilberto album Chega de Saudade contained the song and was inducted into the Latin Grammy Hall of Fame in 2001.

Other recordings

See also

External links