ADVERTISEMENT

The Pastors of Batangas City

Published Mar 23, 2018 10:00 pm
Dr. Florangel Rosario Braid Dr. Florangel Rosario Braid By Florangel Rosario Braid   Finally, we were able to visit the famed Pastor-Acosta Ancestral House in Batangas City. Last Saturday, a group of us, mostly from the art class of AAP President Fidel Sarmiento, drove out to do a “back to time” outdoor painting at this 127-year-old house. Built in 1883 by Don Alejo Acosta, then a gobernadorcillo, the bahay na bato is now the residence of the fourth generation Pastor-Acosta family – Atty. Tony Acosta and his 8 brothers and sister. It has also become a cultural center in Batangas, visited by dozens of visitors almost daily. A newly built Pastor Park has become a venue for cultural events for local artists. Now nestled within a commercial district, this “turn of the century” ancestral home is still well preserved with its impressive entrada principal, entresuelo, escalera mayor, antesala and main sala, the several cuartos, comedor, balcon interior, oficina, and outside, the azotea y balcon. Tata Medado, Tony’s niece who showed us around said she was born in one of the rooms, all of which have poster beds with beautiful lace work for canopy. These treasures of the past – capiz windows, molave floors, ventanillas, Mongolian antique mirrors, Chinese candelabras, gramophone, chandeliers, and vintage furniture – butaka chairs, and sulihiya lounging chairs – evokes nostalgia in the beholder. Tony Pastor, lawyer and realtor, who has become a favorite visiting artist at Sunshine Place, a senior hub in Makati, had entertained our group several times. At his home, this 89-year old tenor and concert pianist, was in his elements, as he played on his Basendorfen grand piano, and sang for us some of his favorites and ours too – Rogers and Hammerstein’s “Some Enchanted Evening,” Chopin’s I’m Always Chasing Rainbows,” “O Sole Mio,” Mozart, Debussy, and some of our kundimans. In Batangas, he said, we also have a Pastor and Pastor, as he called on his younger brother, Pitoy, 84, to join him in a duet. For my art subject, I chose the oficina, and emphasized the antique ceiling, hanging lamps and molave floor. The others chose the azotea y balcon. At lunch, which consisted of typical Batangas dishes, Tony described his usual routine when he is not traveling to Manila for his mini concerts. Like singing every Sunday at the Parish of the Most Holy Trinity, donated by Dona Manuela Quinio Pastor. As he likes to say, “I was born and grew up in Batangas, a small town with a Christian upbringing – serving mass, singing in the church choir with my brothers, with my father as a conductor.” At lunch, we learned more about this remarkable family. It is outstanding, not only for its having generously shared hits cultural treasures with the community and other Filipinos who have come for a “cultural pilgrimage” but for many things as well. Many may not know that several members of this family are outstanding professionals whose accomplishments have been recognized here and abroad. As we had noted earlier, Don Alejo Acosta was a gobernadorcillo and financier of the revolution under General Miguel Malvar. Tony graduated from the UP Conservatory of Music and took up graduate studies in economics at New York University. He was at that time, the 1960’s, a member of the New York Philharmonic Church group under Leonard Bernstein. He continues to practice law up to this time. Another brother is a well-known surgeon and was the doctor who operated on Marilyn Monroe’s gall bladder. Two nieces of Tony – Marian Pastor Roces and Tata Pastor Medado who are sisters – are known leaders in their fields. Marian, artist, art critic, scholar, and writer, had curated several local museums while Tata, is one of the executives of the Asia Pacific College which had pioneered in the training of human resources in information technology and its application. All the Pastor brothers and sisters  are professionals. It is not often that we see such incredible talent and commitment to building the nation’s cultural and intellectual resources in one family. And the country is fortunate to have the Pastors, and I am sure several others who share a similar passion – the search for excellence as well as service to country.   My email, [email protected]
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.