ADVERTISEMENT

Insight Music gambles on teacher-composer Jayson Dedal, releases debut single

Published Mar 2, 2021 02:10 pm
Jason Dedal

Of the billions of dreams cast into the void every day, few make it with the certainty—and confidence—that gifted singer-songwriter Jayson Dedal felt when he did.

The 28-year-old Dedal, who is a real-life MAPEH teacher in a public school in Quezon City, recently signed up with maverick record label Insight Music, which has just produced and released his debut single “Bilyon-Bilyong Panalangin”.

“Bilyon-Bilyong Panalangin” marks Jayson Dedal’s first break as a recording artist under Insight Music, making his first professional affiliation an exceptionally propitious one.

The song also served as one of the official movie soundtracks of the label’s movie production and marketing arm Insight 360 Films’ “Miss Q&A: Para Sa Maganda Lang Ba Ang Love Life?” starring Kakai Bautista and Zoren Legaspi and directed by Lemuel Lorca. The first is expected to be released this summer.

“The movie is about lost dreams and trying to redeem them,” says Cahilig. “So having a song like ‘Bilyon-Bilyong Panalangin’ is—pun intended—a dream match.”

Apart from his day job as a public school teacher, Dedal has been writing songs since college and is an active member of the Filipino Society of Composers, Artists, and Publishers (FILSCAP). However, the opportunity to be a solo artist seemed to elude Dedal until Insight Music recognized his potential.

Indeed, Insight Music President and Chief Creative Director Chris Cahilig took notice of this fresh new talent early on. It was Dedal, after all, who wrote boy band 1:43’s hit songs such as “Pasensya Na” and “Ikaw Lang Talaga,” as well as “Sa Iba Na Lang” by BOU, which eventually became the official movie sound track of “Mia” (2020).

“I have always been incredibly drawn towards Jayson as an artist,” says Cahilig. “His body of work speaks volumes of his gift. And when you listen to what he has to say in ‘Bilyon-Bilyong Panalangin’, you’ll understand why we simply had to make sure that his talent is heard.”

Set against lush instrumentation and fueled by Dedal’s buttery vocals, “Bilyon-Bilyong Panalangin” conveys Dedal’s deep anxieties about an ambiguous future. Does God hear the songwriter’s ‘prayers’ for a better future?

“It’s a personal track, to be sure,” says Dedal. “I wrote it during the lockdown, and it’s the collective result of everything I’ve been worried about—my love life, the future, and my relationship with God.”

Having made peace with his vulnerabilities, Jayson Dedal is even more grateful to Cahilig and Insight Music for giving him the chance to express his creativity, and vent his anxieties, the only way he knows how—through his music.

Cahilig is likewise buoyant about Dedal’s journey in the music industry. “Some people might give a public school teacher one look and put them in a box,” he says. “But if anything, teachers are some of the best storytellers out there, and we’re lucky to have found one as talented and as enthusiastic as Jayson Dedal.”

“Bilyon-Bilyong Panalangin” by Jayson Dedal will be available on Spotify, Apple Music, YouTube Music, and all other streaming platforms on March 5, 2021.

Related Tags

JasonDedal InsightMusic Bilyun-Bilyong Panalangin
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.