All of You (Cole Porter song)

From Wikipedia, the free encyclopedia

"All of You" is a popular song written by Cole Porter and published in 1954.

It was introduced by Don Ameche in the 1955 Broadway musical Silk Stockings and featured in the 1957 film version as well, when it was sung by Fred Astaire.


\version "2.22.0"

\header { tagline = "" }

global = {
  \time 4/4
  \key es \major
  \set Score.tempoHideNote = ##t
  \tempo "Ballad" 4=120
  \set chordChanges = ##t
}

chordNames = \transpose c c, \chordmode {
  \global
  s2. |
  as1:m6 |
  es1:maj7 |
  f1:m7.5- |
  bes1:7.9- |
  as1:m6 |
  es1:maj7 |
  as1:m7 |
  des1:7 |
}

melody = \relative c' {
  \partial 2. es4 f g |
  \bar ".|:"
  as2. g4 |
  g2. bes,4 |
  ces2. as'4 |
  as2. f4 |
  as2. g4 |
  g2. bes,4 |
  ces2. bes'4 |
  bes2.
}

\score {
  <<
    \new ChordNames \chordNames
    \new Staff {
      \global
      \melody
      \addlyrics { I love the looks of you, the lure of you, The sweet of you, the pure of you,  }
    }
  >>
  \layout { }
}

\score {
  \unfoldRepeats
  <<
    \new ChordNames \chordNames
    \new Staff {
      \global
      \melody
    }
  >>
  \midi { }
}
First eight measures of All of You[1]

In film

References

Related Articles

Wikiwand AI