La Organizacion Romantica de Mexico '91

La Organizacion Romantica de Mexico '91 is a studio album released in 1991 by the Mexican group Los Freddy's.

La Organizacion Romantica de Mexico
Studio album by
Released1991
GenreRomantic music, regional Mexican, rock n roll
Los Freddy's chronology
Vida Nueva (Los Freddy's album)
(1988)
La Organizacion Romantica de Mexico
(1991)
30 AƱos Despues
(1992)

Track listing

No.TitleLength
1."Pero Acuerdate de Mi"3:02
2."Hoy Te Vas"3:01
3."Perdoname"3:36
4."El Gitano del Parian"3:03
5."Vete con El"3:14
6."Tu Mejor Dolor (Tu Condena)"3:57
7."Amor Verdadero"2:55
8."No Te Vayas, No Me Dejes"2:58
9."Mentiras"3:03
10."A Media Cuadra (A Media Calle)"2:57
gollark: PotatOS is even faster thanks to patented Potatron technology.
gollark: Arguably, Ale's code there is horrible.
gollark: The canned meat thingy?
gollark: ```lualocal function setInterval(func, s, ...) assert(type(func) == "function", "bad argument #1 (expected function, got ".. type(func) ..")") s = s or 0 assert(type(s) == "number", "bad argument #2 (expected number, got ".. type(s) ..")") local interval = {} interval.interval = s interval.func = func interval.args = {...} interval.id = genHex() interval.run = true interval.stopped = false interval.pid = spawn(function() while interval.run do sleep(interval.interval) spawn(function() interval.func(unpack(interval.args)) end) end end) interval = setmetatable(interval, { __tostring = function() return string.format("Interval 0x%x [%s]s (%s)", interval.id, s, string.match(tostring(func),"%w+$")) end, }) return intervalend```
gollark: It's included in PotATOS.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.