El Ritmo de la Vida
El Ritmo de la Vida is an album from Puerto Rican Christian singer Julissa It was released on August 14, 2007.
El Ritmo de la Vida | ||||
---|---|---|---|---|
Studio album by | ||||
Released | August 14, 2007 | |||
Genre | Contemporary Christian music, Pop | |||
Producer | Mike Rivera | |||
Julissa chronology | ||||
|
Track listing
- "El Ritmo De La Vida" - 04:35
- "Mi Plegaria" - 04:09
- "Tu Amor" - 04:01
- "Pegada A Ti" - 04:22
- "Su Mirada De Amor" - 04:02
- "Que Hubiera Sido De Mi" - 04:17
- "De Beber" - 03:58
- "Mejor Asi" - 04:31
- "Olor Fragante" - 04:07
- "El Ritmo De La Vida" (Remix) - 04:36
Awards
The album was nominated for a Dove Award for Spanish Language Album of the Year at the 39th GMA Dove Awards.
Notes
gollark: Now to watch all the tests fail.
gollark: You know what, I'll ignore this ENTIRELY for now muahahahaha.
gollark: This is in a 130 line function which *kind of* explains what it's doing, but apiaristically.
gollark: It *seemed* like it was just inserting things, but it may also be moving everything after this into the children of the other thingy?
gollark: ```nim var emNode = newDoublyLinkedNode(emToken) for childNode in token.children.nodes: if childNode.value == opener.value.token: emToken.children.head = childNode.next if childNode.next != nil: childNode.next.prev = nil childNode.next = emNode emNode.prev = childNode if childNode.value == closer.value.token: emToken.children.tail = childNode.prev if childNode.prev != nil: childNode.prev.next = nil childNode.prev = emNode emNode.next = childNode```
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.