Ruben Tagalog

Ruben Tagalog (October 18, 1922 – March 5, 1985) was a Filipino actor and musician, famous for his works in the Kundiman style. He was also one of the founders of the singing group Mabuhay Singers. He is known as the Father of Kundiman. He performed for the Japanese during the their occupation of the Philippines.

Ruben Tagalog
Born(1922-10-18)October 18, 1922
La Paz, Iloilo City, Philippine Islands
OriginPhilippines
DiedMarch 5, 1985(1985-03-05) (aged 62)
GenresKundiman
Occupation(s)Actor, singer
InstrumentsVocals, guitar

Later career

He first caught the attention of radio listeners in the 1940s when he hosted his own radio program, Harana ni Ruben Tagalog. His baritone voice filled his songs Ramona, "O Ilaw",Sayang, Azucena, and Nasaan Ka Ngayon with emotion. He revived danzas and balitaws like Nahan Kaya Ikaw, Bakit Ka Lumuluha, Barong Tagalog, Dalagang Pilipina, and Caprichosa. He was the first artist to record Bayan Ko and Ang Pasko ay Sumapit.

In spite of his last name being "Tagalog", he was actually a Visayan from Iloilo and was a speaker of the Visayan language Hiligaynon (Ilonggo). He released at least two Cebuano Visayan albums. "Ruben Tagalog Sings Visayan Songs" and a duet album with Cebuana singer Nora Hermosa called "Duet in Visayan".

In the early 1950s, he became the first to popularize the Tagalog version of the 1933 Visayan Christmas carol "Kasadya Ning Taknaa" as "Ang Pasko Ay Sumapit". The Tagalog lyrics were written by Levi Celerio. He is also famous for performing Panahon 'tang Nagdaan, a kundiman composed by Ambrosio del Rosario.

Death

He died on March 5, 1985 in Orange County, CA. He is laid to rest at Forest Lawn Memorial in CA.

Legacy

Today, after Ruben's death, his legacy is also known as the Philippines Father Of Kundiman or Kundiman King of the Philippines.

Popularity

His posthumous songs were featured on Yesterday and Remember When on DZMM every Sunday, and also featured on Moonlight Serenade every weekdays the following mornings on DZMM.

gollark: Something is very O(n) here and I have about 300 search results for bee.
gollark: Site-3371.
gollark: I mean, postgres has very good caching, so it gets fairly fast if I search for bees multiple times, but whyyyy?
gollark: Yes.
gollark: ```sqlnonlocality=# EXPLAIN ANALYZE SELECT url, ts_rank(fts, query) AS rank, ts_headline(fts::text, query, 'MaxWords=60') FROM pages, websearch_to_tsquery('bee') query WHERE fts @@ query ORDER BY rank LIMIT 1; QUERY PLAN -------------------------------------------------------------------------------------------------------------------------------------------------- Limit (cost=860.79..861.06 rows=1 width=96) (actual time=35935.590..35935.594 rows=1 loops=1) -> Result (cost=860.79..874.83 rows=52 width=96) (actual time=35935.587..35935.589 rows=1 loops=1) -> Sort (cost=860.79..860.92 rows=52 width=178) (actual time=35934.109..35934.111 rows=1 loops=1) Sort Key: (ts_rank(pages.fts, query.query)) Sort Method: top-N heapsort Memory: 25kB -> Nested Loop (cost=0.25..860.53 rows=52 width=178) (actual time=444.148..35932.932 rows=349 loops=1) Join Filter: (pages.fts @@ query.query) Rows Removed by Join Filter: 10272 -> Function Scan on websearch_to_tsquery query (cost=0.25..0.26 rows=1 width=32) (actual time=0.038..0.041 rows=1 loops=1) -> Seq Scan on pages (cost=0.00..728.95 rows=10495 width=142) (actual time=10.189..289.581 rows=10621 loops=1) Planning Time: 0.184 ms Execution Time: 35935.637 ms(12 rows)```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.