{"id":2119650,"date":"2025-10-28T02:36:20","date_gmt":"2025-10-28T02:36:20","guid":{"rendered":"https:\/\/celebrity.land\/en\/?p=2119650"},"modified":"2025-10-28T02:36:20","modified_gmt":"2025-10-28T02:36:20","slug":"cherry-street-music-to-present-three-chamber-music-events-at-newtons-allen-center","status":"publish","type":"post","link":"https:\/\/celebrity.land\/en\/cherry-street-music-to-present-three-chamber-music-events-at-newtons-allen-center\/","title":{"rendered":"Cherry Street Music To Present Three Chamber Music Events At Newton\u2019s Allen Center"},"content":{"rendered":"<p><\/p>\n<div>\n<p>Cherry Street Music, the signature music series of Newton\u2019s Allen Center, will present three chamber music events this fall, beginning with an open rehearsal by The Lydian String Quartet on Thursday, November 13, followed by An Afternoon of Boston Brilliance on Sunday, November 23, and Stefan Jackiw and Friends on Thursday, December 18.<\/p>\n<aside>\n<\/aside>\n<p>The Naumburg Award\u2013winning Lydian String Quartet, recently named Ensemble-in-Residence at The Allen Center, will inaugurate its first open rehearsal of the 2025\u201326 season on November 13. The interactive session will feature movements from Beethoven\u2019s String Quartets, Op. 18 No. 4 and Op. 127, offering audiences a behind-the-scenes look at the ensemble\u2019s creative process. Founded in 1980, the Quartet\u2014comprising Clara Lyon, Julia Glenn, <a rel=\"nofollow\" target=\"_blank\" target=\"newwinddow\" href=\"https:\/\/www.broadwayworld.com\/people\/Mark-Berger\/\">Mark Berger<\/a>, and Joshua Gordon\u2014has earned international acclaim for its virtuosity, adventurous programming, and expansive repertoire.<\/p>\n<p>On November 23, An Afternoon of Boston Brilliance will bring together violinist Alexander Velinzon, violist Cathy Basrak, cellist and Cherry Street Music Artistic Director Allison Eldredge, and pianist Max Levinson for an intimate performance featuring works by Amy Beach, Mozart, and <a rel=\"nofollow\" target=\"_blank\" target=\"newwinddow\" href=\"https:\/\/www.broadwayworld.com\/people\/Robert-Schumann\/\">Robert Schumann<\/a>.<\/p>\n<p>The series concludes December 18 with Stefan Jackiw and Friends, led by internationally acclaimed violinist Stefan Jackiw, joined by pianist Kevin Ahfat and clarinetist Yoonah Kim. The program will include Prokofiev\u2019s Violin Sonata in D, duos by Schubert and Mozart, and Walter Rabl\u2019s Piano Quartet, performed by Jackiw, Kim, Ahfat, and Eldredge.<\/p>\n<p>    <!-- End Ezoic - Article Insertion 1 - under_page_title --><\/p>\n<div class=\"nobreak\">\n<p>The Allen Center, operated by the Newton Cultural Alliance, serves as a cornerstone for arts and culture in West Newton. Since its restoration in 2021, the Center has expanded its programming under Eldredge\u2019s artistic direction, presenting concerts, residencies, and educational events that highlight both regional and international artistry.<\/p>\n<\/div>\n<p><!-- Ezoic - incontent_41 - incontent_41 --><\/p>\n<p><!-- End Ezoic - incontent_41 - incontent_41 --><\/p>\n<p><a rel=\"nofollow\" target=\"_blank\" href=\"https:\/\/bway.world\/2025awardsros\"><\/a><\/p>\n<aside>\n<\/aside>\n<p><\/p><\/div>\n<p><script>\n!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?\nn.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;\nn.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;\nt.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}\n(window,document,'script','https:\/\/connect.facebook.net\/en_US\/fbevents.js');\nfbq('init','128124764529976');\nfunction uuidv4(){\n  if (window.crypto && crypto.getRandomValues) {\n    return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(\/[xy]\/g,c=>{\n      const r=crypto.getRandomValues(new Uint8Array(1))[0]&15, v=c==='x'?r:(r&0x3|0x8); return v.toString(16);\n    });\n  }\n  return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(\/[xy]\/g,c=>{\n    const r=Math.random()*16|0, v=c==='x'?r:(r&0x3|0x8); return v.toString(16);\n  });\n}\nconst fbEventId = uuidv4();\nconst topicParams = {\n  show_name: \"\",\n      region: \"Boston\"\n};\nfbq('track','PageView',{}, {eventID: fbEventId});\nfbq('trackCustom','TheatreTopicView', topicParams, {eventID: fbEventId});\nfunction getCookie(n){return document.cookie.split('; ').find(r=>r.startsWith(n+'='))?.split('=')[1]||'';}\nfunction toHex(buf){return Array.from(new Uint8Array(buf)).map(b=>b.toString(16).padStart(2,'0')).join('');}\nasync function sha256Hex(str){ const enc=new TextEncoder(); const data=enc.encode(str.toLowerCase().trim()); const hash=await crypto.subtle.digest('SHA-256', data); return toHex(hash); }\n(async function sendToCapi(){\n  const fbp = getCookie('_fbp') || null;\n  const fbc = getCookie('_fbc') || null;\n  const emailCookie = getCookie('email') || '';\n  let hashedEmail = null;\n  if (emailCookie) {\n    try { hashedEmail = await sha256Hex(emailCookie); } catch(e){ hashedEmail = null; }\n  }\n  \/\/ Inject the server-detected IP (IPv6 preferred) and UA\n  const clientIp = \"213.180.203.115\";\n  const clientUA = \"Mozilla\/5.0 (compatible; YandexBot\/3.0; +http:\/\/yandex.com\/bots)\";\n  const payload = {\n    event_id: fbEventId,\n    event_source_url: window.location.href,\n    action_source: 'website',\n    user_data: {\n      fbp: fbp,\n      fbc: fbc\n    },\n    events: [\n      { name:'PageView', params:{} },\n      { name:'TheatreTopicView', params: topicParams }\n    ]\n  };\n  if (hashedEmail) payload.user_data.em = hashedEmail;\n  if (clientIp)    payload.user_data.client_ip_address = clientIp;   \/\/ Meta CAPI will accept IPv6 or IPv4\n  if (clientUA)    payload.user_data.client_user_agent  = clientUA;\n  const url=\"\/meta_capi.php\";\n  const body = JSON.stringify(payload);\n  if (!hashedEmail && navigator.sendBeacon) {\n    navigator.sendBeacon(url, new Blob([body], {type:'application\/json'}));\n  } else {\n    fetch(url, { method:'POST', headers:{'Content-Type':'application\/json'}, body });\n  }\n})();\n<\/script><\/p>\n<p><em> \u2018 The preceding article may include information circulated by third parties \u2019 <\/em><\/p>\n<p><em> \u2018 Some details of this article were extracted from the following source www.broadwayworld.com \u2019 <\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Cherry Street Music, the signature music series of Newton\u2019s Allen Center, will present three chamber music events this fall, beginning with an open rehearsal by The Lydian String Quartet on Thursday, November 13, followed by An Afternoon of Boston Brilliance on Sunday, November 23, and Stefan Jackiw and Friends on Thursday, December 18. The Naumburg [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":2098092,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_jetpack_memberships_contains_paid_content":false,"jnews-multi-image_gallery":[],"jnews_single_post":[],"jnews_primary_category":[],"jnews_social_meta":[],"footnotes":""},"categories":[25179],"tags":[],"class_list":["post-2119650","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-music"],"jetpack_featured_media_url":"https:\/\/celebrity.land\/en\/wp-content\/uploads\/2025\/10\/I-EAT-BOYS-Will-Premiere-In-A-One-Night-Staged-Reading.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/posts\/2119650","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/comments?post=2119650"}],"version-history":[{"count":1,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/posts\/2119650\/revisions"}],"predecessor-version":[{"id":2119651,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/posts\/2119650\/revisions\/2119651"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/media\/2098092"}],"wp:attachment":[{"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/media?parent=2119650"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/categories?post=2119650"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/celebrity.land\/en\/wp-json\/wp\/v2\/tags?post=2119650"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}