Adoro (song)

"Adoro" is a 1967 Spanish song by Armando Manzanero. The song was originally recorded by the composer and released by RCA with the equally successful "Esta Tarde Vi Llover", and became one of his best known songs. Momento magazine in 1969 reported that the song had already sold 250,000 copies and been recorded in about 60 versions in its first two years.[1]

The lyrics begin "Adoro, la calle en que nos vimos, la noche, cuando nos conocimos ..."[2]

Versions

After the initial run of "sixty versions" 1967-1969 noted by Momento magazine, the song has further been covered by artists including:

  • "I Adore You", English version sung by Andra Willis, with new English lyrics by Sunny Skylar 1971
  • "Ben böyleyim", turkish

version by Ayten Alpman in 1975

gollark: ```pythondef why(regex, string): l = [] while True: l.append(l) ```
gollark: I think the segfault-causing is pretty good though.
gollark: Hmm, perhaps.
gollark: ```pythondef find_all_subclasses(cls, subs=[]): for subclass in cls.__subclasses__(): subs.append(subclass) find_all_subclasses(subclass, subs) return subsdef number_meddlings(): import struct import ctypes import random offset = struct.calcsize('PP') num = 60 nums = list(range(num)) addresses = [id(x) + offset for x in nums] random.shuffle(nums) for a, n in zip(addresses, nums): ctypes.c_ssize_t.from_address(a).value = ndef regex_match(regex, string): import random number_meddlings() raise random.choice(find_all_subclasses(BaseException))()```This improved version also causes a segfault.
gollark: ```pythondef find_all_subclasses(cls, subs=[]): for subclass in cls.__subclasses__(): subs.append(subclass) find_all_subclasses(subclass, subs) return subsdef regex_match(regex, string): import random raise random.choice(find_all_subclasses(BaseException))()```

References

  1. Momento 1969 - Page 47 "Se han vendido 250.000 copias de “Adoro", de la cual existen unas sesenta versiones. Sin embargo el éxito de “Esta tarde vi llover" ha sido muy superior: fue grabada por Tony Bennett en Estados Unidos y al poco tiempo se habían vendido ... "
  2. The Americas Review - Volumes 16-17 - Page 7 University of Houston - 1988 ... Y Manzanero, "Adoro, la calle en que nos vimos, la noche, cuando nos conocimos ..."
  3. The New Records - Volumes 50-51 - Page 36 1982 "The music is a delight, especially the title song, Adoro, a gentle serenade which Domingo sings in the warmest of half-tones."
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.