{"id":24690,"date":"2025-02-01T15:32:19","date_gmt":"2025-02-01T20:32:19","guid":{"rendered":"https:\/\/online.berklee.edu\/takenote\/?p=24690"},"modified":"2025-10-16T08:57:02","modified_gmt":"2025-10-16T13:57:02","slug":"berklee-real-book-a-contemporary-music-milestone-arrives","status":"publish","type":"post","link":"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/","title":{"rendered":"Berklee Real Book: A Contemporary Music Milestone Arrives"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"h-berklee-s-iconic-real-book-returns-with-300-songs-spanning-genres-generations-and-global-traditions\">Berklee\u2019s Iconic Real Book Returns with 300 Songs Spanning Genres, Generations, and Global Traditions<\/h2>\n\n\n\n<p>In February 2025, <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/berkleepress.com\/\" target=\"_blank\">Berklee Press<\/a> will release the much-anticipated <strong><em><a href=\"https:\/\/www.halleonard.com\/product\/50449558\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\">Berklee Real Book<\/a><\/em><\/strong>, a curated collection of more than 300 songs that are staples for gigging musicians and a snapshot of the music that resonates across the Boston campus of Berklee College of Music.<\/p>\n\n\n\n<p>\u201cBerklee is the world\u2019s leader in contemporary music education,\u201d says Berklee Online CEO and co-founder, Debbie Cavalier, who has been overseeing Berklee Press since 1998. \u201cIt\u2019s only fitting that Berklee\u2019s performance division curated this diverse collection of popular music for aspiring musicians for generations to come.\u201d<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-s-a-real-book\"><strong>What\u2019s a Real Book?<\/strong><\/h2>\n\n\n\n<p>A Real Book is a carefully curated collection of lead sheets\u2014musical shorthand for jazz and popular tunes\u2014that musicians use to perform, study, and improvise. This new volume honors Berklee\u2019s commitment to contemporary music education, showcasing a diverse array of musical styles rooted in the African diaspora while embracing global traditions.<\/p>\n\n\n\n<p>\u201cWe\u2019ve got a lot of tunes that aren\u2019t here because they\u2019re the most popular, but because they\u2019re ideal for musicians learning to improvise,\u201d says <a rel=\"noreferrer noopener\" aria-label=\"Jonathan Feist (opens in a new tab)\" href=\"https:\/\/online.berklee.edu\/instructors\/jonathan-feist?campaign_id=7010Z000001ZkQgQAK&amp;pid=&amp;utm_source=takenote&amp;utm_medium=blog&amp;utm_campaign=bol-gen-takenote-link-from-article\" target=\"_blank\">Jonathan Feist<\/a>, editor-in-chief of Berklee Press. \u201cSome are relatively new to us [at Berklee], but most have been ringing in the Berklee campus hallways for decades, from songwriting classes to practice rooms to the Berklee Performance Center.\u201d<br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-licensing-songs-for-the-real-book\"><strong>Licensing Songs for the Real Book<\/strong><\/h2>\n\n\n\n<p>The repertoire was carefully selected based on extensive surveys of Berklee faculty and department chairs, reflecting the songs most commonly taught and performed on campus. Feist describes the process as both intricate and rewarding.<\/p>\n\n\n\n<p>\u201cWe surveyed hundreds of faculty members, compiling a database of nearly 900 songs,\u201d he explains. \u201cThe final list prioritizes tunes that are widely used in high-enrollment classes and ensembles.\u201d<\/p>\n\n\n\n<p>Many of the selections feature educational insights from Berklee faculty about what makes these songs so worthy of study. For instance, Sarah McLachlan\u2019s \u201cAdia\u201d features a note to learners that it\u2019s a good \u201cexample of an odd number of lines in varying sections.\u201d John Coltrane\u2019s \u201cThe Night Has a Thousand Eyes\u201d includes the following note: \u201cExtended form standard usually played with transitions between Latin jazz and swing.\u201d<\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Image Gallery with Zoom<\/title>\n    <style>\n        \/* Page layout *\/\n        body {\n            font-family: Arial, sans-serif;\n            margin: 0;\n            padding: 0;\n            background-color: #fff; \/* Keep the rest of the page white *\/\n        }\n\n        \/* Gallery container with light gray background *\/\n        .gallery-container {\n            background-color: #f5f5f5; \/* Light gray background *\/\n            padding: 20px;\n            margin: 20px auto;\n            max-width: 1200px;\n            border-radius: 10px; \/* Rounded corners for the box *\/\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); \/* Optional shadow for emphasis *\/\n            text-align: center; \/* Center-align text inside this box *\/\n        }\n\n        \/* Header styles inside the gallery container *\/\n        .gallery-container h2 {\n            color: #333;\n            margin: 0 0 10px 0; \/* Add spacing below the header *\/\n        }\n\n        \/* Text below the header *\/\n        .gallery-container p {\n            margin: 0 0 20px 0; \/* Add spacing below the paragraph *\/\n            color: #666;\n        }\n\n        \/* Gallery grid *\/\n        .gallery {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 10px;\n            justify-content: flex-start; \/* Left-align the images *\/\n        }\n\n        \/* Gallery images *\/\n        .gallery img {\n            width: 150px;\n            height: auto;\n            cursor: pointer;\n            border: 2px solid #ddd;\n            border-radius: 5px;\n            transition: transform 0.3s ease;\n        }\n\n        .gallery img:hover {\n            transform: scale(1.05);\n        }\n\n        \/* Modal container *\/\n        .modal {\n            display: none;\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 0, 0, 0.8);\n            justify-content: center;\n            align-items: center;\n        }\n\n        \/* Zoomed image *\/\n        .modal img {\n            max-width: 90%;\n            max-height: 80%;\n            border-radius: 5px;\n        }\n\n        \/* Close button *\/\n        .close-btn {\n            position: absolute;\n            top: 5%;\n            right: 5%;\n            color: white;\n            font-size: 25px;\n            font-weight: bold;\n            cursor: pointer;\n            background: rgba(0, 0, 0, 0.5);\n            padding: 5px 10px;\n            border-radius: 5px;\n        }\n\n        \/* Navigation arrows *\/\n        .nav-arrow {\n            position: absolute;\n            top: 50%;\n            color: white;\n            font-size: 40px;\n            font-weight: bold;\n            cursor: pointer;\n            user-select: none;\n            background: rgba(0, 0, 0, 0.5);\n            padding: 10px 15px;\n            border-radius: 50%;\n            transform: translateY(-50%);\n        }\n\n        .nav-arrow:hover {\n            background: rgba(255, 255, 255, 0.8);\n            color: black;\n        }\n\n        .nav-arrow.left {\n            left: 5%;\n        }\n\n        .nav-arrow.right {\n            right: 5%;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"gallery-container\">\n        <h2>A Glance at Some of the <em>Berklee Real Book<\/em> Notes<\/h2>\n        <p>Click on an image to zoom in and view the instructor notes on select songs.<\/p>\n        <div class=\"gallery\">\n            <img decoding=\"async\" src=\"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2025\/01\/Screen-Shot-2025-01-14-at-2.20.25-PM.png\" alt=\"Image 1\" onclick=\"openModal(0)\">\n            <img decoding=\"async\" src=\"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2025\/01\/Screen-Shot-2025-01-14-at-2.20.06-PM.png\" alt=\"Image 2\" onclick=\"openModal(1)\">\n            <img decoding=\"async\" src=\"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2025\/01\/Screen-Shot-2025-01-14-at-2.19.12-PM.png\" alt=\"Image 3\" onclick=\"openModal(2)\">\n            <img decoding=\"async\" src=\"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2025\/01\/Screen-Shot-2025-01-14-at-2.19.04-PM.png\" alt=\"Image 4\" onclick=\"openModal(3)\">\n            <img decoding=\"async\" src=\"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2025\/01\/Screen-Shot-2025-01-14-at-2.18.55-PM.png\" alt=\"Image 5\" onclick=\"openModal(4)\">\n            <img decoding=\"async\" src=\"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2025\/01\/Screen-Shot-2025-01-14-at-2.18.42-PM.png\" alt=\"Image 6\" onclick=\"openModal(5)\">\n        <\/div>\n    <\/div>\n\n    <!-- Modal -->\n    <div class=\"modal\" id=\"imageModal\">\n        <span class=\"close-btn\" onclick=\"closeModal()\">&times;<\/span>\n        <span class=\"nav-arrow left\" onclick=\"navigate(-1)\">&lt;<\/span>\n        <img decoding=\"async\" id=\"modalImage\" src=\"\" alt=\"Zoomed Image\">\n        <span class=\"nav-arrow right\" onclick=\"navigate(1)\">&gt;<\/span>\n    <\/div>\n\n    <script>\n        \/\/ Array of image sources\n        const imageSources = [\n            \"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2025\/01\/Screen-Shot-2025-01-14-at-2.20.25-PM.png\",\n            \"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2025\/01\/Screen-Shot-2025-01-14-at-2.20.06-PM.png\",\n            \"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2025\/01\/Screen-Shot-2025-01-14-at-2.19.12-PM.png\",\n            \"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2025\/01\/Screen-Shot-2025-01-14-at-2.19.04-PM.png\",\n            \"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2025\/01\/Screen-Shot-2025-01-14-at-2.18.55-PM.png\",\n            \"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2025\/01\/Screen-Shot-2025-01-14-at-2.18.42-PM.png\"\n        ];\n\n        let currentImageIndex = 0;\n\n        \/\/ Open modal and show image\n        function openModal(index) {\n            currentImageIndex = index;\n            const modal = document.getElementById('imageModal');\n            const modalImage = document.getElementById('modalImage');\n            modal.style.display = 'flex';\n            modalImage.src = imageSources[currentImageIndex];\n        }\n\n        \/\/ Close modal\n        function closeModal() {\n            const modal = document.getElementById('imageModal');\n            modal.style.display = 'none';\n        }\n\n        \/\/ Navigate images\n        function navigate(direction) {\n            currentImageIndex = (currentImageIndex + direction + imageSources.length) % imageSources.length;\n            const modalImage = document.getElementById('modalImage');\n            modalImage.src = imageSources[currentImageIndex];\n        }\n    <\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n\n\n\n<p>Berklee College of Music Dean of the Professional Performance Division <a href=\"https:\/\/college.berklee.edu\/professional-performance\/faculty\/sean-k-skeete\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Sean Skeete (opens in a new tab)\">Sean Skeete<\/a> helped Feist with the selection process.&nbsp;<\/p>\n\n\n\n<p>\u201cWe aimed to represent the songs that were heavily used for educational purposes within the community,\u201d says Skeete. \u201cThe selections reflect what students should know, what faculty are using, and a diverse range of styles you might not typically find in one volume. Going through these tunes will prepare them for their careers as musicians.\u201d<\/p>\n\n\n\n<p>This project was realized through Berklee\u2019s long-standing music publishing partnership with Hal Leonard LLC, which legally licensed every song in the collection.&nbsp;<\/p>\n\n\n\n<p>\u201cHal Leonard achieved what I can only describe as an administrative miracle of print music licensing,\u201d says Feist. <br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-nbsp-the-history-of-the-real-book-at-berklee\"><strong>&nbsp;The History of the Real Book at Berklee<\/strong><\/h2>\n\n\n\n<p>The<em> Berklee Real Book<\/em> also represents a full-circle moment in Berklee\u2019s history. The original Real Book itself began at Berklee in the 1970s as an underground project by students who compiled and sold unlicensed lead sheets of bebop and jazz standards. Dubbed \u201cThe Real Book\u201d as a nod to earlier \u201cfake books,\u201d its handwritten font and improved accuracy made it a must-have for musicians, even as it operated outside copyright laws. In 2004, Hal Leonard legitimized the series, securing copyrights and expanding the repertoire while preserving the iconic style of the original volumes.<\/p>\n\n\n\n<p>\u201cWhen I was a student, in some ways, the Real Book was looked upon as the \u2018sacred text\u2019 for an up-and-coming jazz musician,\u201d remembers Berklee College of Music Executive Director <a rel=\"noreferrer noopener\" aria-label=\"Ron Savage (opens in a new tab)\" href=\"https:\/\/college.berklee.edu\/academic-affairs\/people\/ron-savage\" target=\"_blank\">Ron Savage<\/a>, who graduated from Berklee in 1984.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-berklee-s-commitment-to-diversity-in-music-education\"><strong>Berklee\u2019s Commitment to Diversity in Music Education<\/strong><\/h2>\n\n\n\n<p>Notably, this project follows the publication of <a href=\"https:\/\/college.berklee.edu\/people\/terri-lyne-carrington\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"Terri Lyne Carrington (opens in a new tab)\">Terri Lyne Carrington<\/a>\u2019s groundbreaking <em><a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/berkleepress.com\/performance\/new-standards\/?pid=8023&amp;utm_source=takenote&amp;utm_medium=blog&amp;utm_campaign=bol-gen-takenote-article-promotion\" target=\"_blank\">New Standards: 101 Lead Sheets by Women Composers<\/a><\/em>. Curated by the Berklee Institute of Jazz and Gender Justice, the 101 songs Carrington selected address the historic underrepresentation of women composers in Real Books. Her songbook features compositions from legends like Mary Lou Williams, Alice Coltrane, and Lil Hardin Armstrong, as well as emerging voices from Berklee\u2019s own faculty and students.<\/p>\n\n\n\n<p>Carrington\u2019s work exemplifies Berklee\u2019s ongoing commitment to shaping a more inclusive musical landscape\u2014a philosophy that also underpins the <em>Berklee Real Book<\/em>. While <em>New Standards<\/em> expands the canon with a focus on gender equity, the<em> Berklee Real Book<\/em> seeks to reflect the broad diversity of Berklee\u2019s contemporary curriculum. Together, these collections offer a richer and more representative view of the music that shapes Berklee\u2019s unique approach to education.<\/p>\n\n\n\n<p>This evolution is evident in the <em>Berklee Real Book<\/em>\u2019s eclectic repertoire. From Dolly Parton and Alicia Keys to John Coltrane and Antonio Carlos Jobim, the <em>Berklee Real Book <\/em>spans centuries and genres, offering students a robust and dynamic learning tool. As Feist puts it: \u201cIt\u2019s kind of like dipping your toe into a Berklee river, and it\u2019s a subjective list, but what emerges are musical works that are evergreen and worthy of serious academic study.\u201d<br><br>Savage says the two recent books complement each other well.<\/p>\n\n\n\n<p>\u201c<em>New Standards<\/em> and the <em>Berklee Real Book <\/em>combine to usher in a new era of music education,\u201d he says, \u201can era that more fully represents the music of the current generation and those artists who made it great!\u201d<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The brand new <em>Berklee Real Book<\/em> is a collection of more than 300 songs that have shaped the college\u2019s curriculum, complete with insights from Berklee instructors. This release brings the Real Book full circle, tracing its roots back to the 1970s, when enterprising students compiled and distributed it under less-than-legal circumstances.<\/p>\n","protected":false},"author":15,"featured_media":24644,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1,25,9564,9566,9560],"tags":[9538,6015,185,9531,9135,8712,9532,9539,9537,9540,9541,9530,9535,9534,9533,9536],"class_list":["post-24690","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-articles","category-berklee-online-news","category-features-articles","category-songwriting-articles","category-spotlight","tag-alice-coltrane","tag-alicia-keys","tag-berklee-press","tag-berklee-real-book","tag-duke-ellington","tag-ella-fitzgerald","tag-hal-leonard","tag-lil-hardin-armstrong","tag-mary-lou-williams","tag-new-standards","tag-new-standards-101-lead-sheets-by-women-composers","tag-real-book","tag-sarah-mclachlan","tag-satin-doll","tag-sean-skeete","tag-terri-lyne-carrington"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.8 (Yoast SEO v25.8) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Berklee Real Book: A Contemporary Music Milestone Arrives - Berklee Online Take Note<\/title>\n<meta name=\"description\" content=\"The brand new \u201cBerklee Real Book\u201d is a collection of 300+ songs that have shaped the college\u2019s curriculum, complete with insights from Berklee instructors.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Berklee Real Book: A Contemporary Music Milestone Arrives\" \/>\n<meta property=\"og:description\" content=\"The brand new \u201cBerklee Real Book\u201d is a collection of 300+ songs that have shaped the college\u2019s curriculum, complete with insights from Berklee instructors.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/\" \/>\n<meta property=\"og:site_name\" content=\"Berklee Online Take Note\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/berkleeonline\" \/>\n<meta property=\"article:published_time\" content=\"2025-02-01T20:32:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-16T13:57:02+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2024\/12\/berklee_real_book_article_image_2024.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1200\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Berklee Online\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@berkleeonline\" \/>\n<meta name=\"twitter:site\" content=\"@berkleeonline\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Berklee Online\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/\"},\"author\":{\"name\":\"Berklee Online\",\"@id\":\"https:\/\/online.berklee.edu\/takenote\/#\/schema\/person\/e1f752f65b75c24b5695a8e4e4ed54dd\"},\"headline\":\"Berklee Real Book: A Contemporary Music Milestone Arrives\",\"datePublished\":\"2025-02-01T20:32:19+00:00\",\"dateModified\":\"2025-10-16T13:57:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/\"},\"wordCount\":936,\"publisher\":{\"@id\":\"https:\/\/online.berklee.edu\/#org\"},\"image\":{\"@id\":\"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2024\/12\/berklee_real_book_article_image_2024.jpg\",\"keywords\":[\"Alice Coltrane\",\"Alicia Keys\",\"berklee press\",\"Berklee Real Book\",\"Duke Ellington\",\"Ella Fitzgerald\",\"Hal Leonard\",\"Lil Hardin Armstrong\",\"Mary Lou Williams\",\"New Standards\",\"New Standards: 101 Lead Sheets by Women Composers\",\"Real Book\",\"Sarah McLachlan\",\"Satin Doll\",\"Sean Skeete\",\"Terri Lyne Carrington\"],\"articleSection\":[\"Articles\",\"Berklee Online News\",\"Features\",\"Songwriting\",\"Spotlight\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/\",\"url\":\"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/\",\"name\":\"Berklee Real Book: A Contemporary Music Milestone Arrives - Berklee Online Take Note\",\"isPartOf\":{\"@id\":\"https:\/\/online.berklee.edu\/takenote\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2024\/12\/berklee_real_book_article_image_2024.jpg\",\"datePublished\":\"2025-02-01T20:32:19+00:00\",\"dateModified\":\"2025-10-16T13:57:02+00:00\",\"description\":\"The brand new \u201cBerklee Real Book\u201d is a collection of 300+ songs that have shaped the college\u2019s curriculum, complete with insights from Berklee instructors.\",\"breadcrumb\":{\"@id\":\"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/#primaryimage\",\"url\":\"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2024\/12\/berklee_real_book_article_image_2024.jpg\",\"contentUrl\":\"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2024\/12\/berklee_real_book_article_image_2024.jpg\",\"width\":1920,\"height\":1200,\"caption\":\"The Berklee Real Book\u2014available from Berklee Press and Hal Leonard in February of 2025\u2014is shown with its distinctive red cover as well as a glimpse of some of the songs included within.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/online.berklee.edu\/takenote\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Berklee Real Book: A Contemporary Music Milestone Arrives\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/online.berklee.edu\/takenote\/#website\",\"url\":\"https:\/\/online.berklee.edu\/takenote\/\",\"name\":\"Berklee Online Take Note\",\"description\":\"Inspiration for Music Makers\",\"publisher\":{\"@id\":\"https:\/\/online.berklee.edu\/#org\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/online.berklee.edu\/takenote\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"EducationalOrganization\",\"@id\":\"https:\/\/online.berklee.edu\/#org\",\"name\":\"Berklee Online\",\"url\":\"https:\/\/online.berklee.edu\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/online.berklee.edu\/takenote\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2016\/04\/Berklee_Logo_Square_Avatar_Linkedin.png\",\"contentUrl\":\"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2016\/04\/Berklee_Logo_Square_Avatar_Linkedin.png\",\"width\":500,\"height\":500,\"caption\":\"Berklee Online\"},\"image\":{\"@id\":\"https:\/\/online.berklee.edu\/takenote\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/berkleeonline\",\"https:\/\/x.com\/berkleeonline\",\"https:\/\/www.instagram.com\/berkleeonline\/\",\"https:\/\/www.youtube.com\/@Berklee_Online\",\"https:\/\/www.tiktok.com\/@berkleeonline\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/online.berklee.edu\/takenote\/#\/schema\/person\/e1f752f65b75c24b5695a8e4e4ed54dd\",\"name\":\"Berklee Online\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/online.berklee.edu\/takenote\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2019\/01\/cropped-Berklee_Logo_Square_Avatar_Linkedin-150x150.png\",\"contentUrl\":\"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2019\/01\/cropped-Berklee_Logo_Square_Avatar_Linkedin-150x150.png\",\"caption\":\"Berklee Online\"},\"url\":\"https:\/\/online.berklee.edu\/takenote\/author\/staff\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Berklee Real Book: A Contemporary Music Milestone Arrives - Berklee Online Take Note","description":"The brand new \u201cBerklee Real Book\u201d is a collection of 300+ songs that have shaped the college\u2019s curriculum, complete with insights from Berklee instructors.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/","og_locale":"en_US","og_type":"article","og_title":"Berklee Real Book: A Contemporary Music Milestone Arrives","og_description":"The brand new \u201cBerklee Real Book\u201d is a collection of 300+ songs that have shaped the college\u2019s curriculum, complete with insights from Berklee instructors.","og_url":"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/","og_site_name":"Berklee Online Take Note","article_publisher":"https:\/\/www.facebook.com\/berkleeonline","article_published_time":"2025-02-01T20:32:19+00:00","article_modified_time":"2025-10-16T13:57:02+00:00","og_image":[{"width":1920,"height":1200,"url":"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2024\/12\/berklee_real_book_article_image_2024.jpg","type":"image\/jpeg"}],"author":"Berklee Online","twitter_card":"summary_large_image","twitter_creator":"@berkleeonline","twitter_site":"@berkleeonline","twitter_misc":{"Written by":"Berklee Online","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/#article","isPartOf":{"@id":"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/"},"author":{"name":"Berklee Online","@id":"https:\/\/online.berklee.edu\/takenote\/#\/schema\/person\/e1f752f65b75c24b5695a8e4e4ed54dd"},"headline":"Berklee Real Book: A Contemporary Music Milestone Arrives","datePublished":"2025-02-01T20:32:19+00:00","dateModified":"2025-10-16T13:57:02+00:00","mainEntityOfPage":{"@id":"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/"},"wordCount":936,"publisher":{"@id":"https:\/\/online.berklee.edu\/#org"},"image":{"@id":"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/#primaryimage"},"thumbnailUrl":"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2024\/12\/berklee_real_book_article_image_2024.jpg","keywords":["Alice Coltrane","Alicia Keys","berklee press","Berklee Real Book","Duke Ellington","Ella Fitzgerald","Hal Leonard","Lil Hardin Armstrong","Mary Lou Williams","New Standards","New Standards: 101 Lead Sheets by Women Composers","Real Book","Sarah McLachlan","Satin Doll","Sean Skeete","Terri Lyne Carrington"],"articleSection":["Articles","Berklee Online News","Features","Songwriting","Spotlight"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/","url":"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/","name":"Berklee Real Book: A Contemporary Music Milestone Arrives - Berklee Online Take Note","isPartOf":{"@id":"https:\/\/online.berklee.edu\/takenote\/#website"},"primaryImageOfPage":{"@id":"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/#primaryimage"},"image":{"@id":"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/#primaryimage"},"thumbnailUrl":"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2024\/12\/berklee_real_book_article_image_2024.jpg","datePublished":"2025-02-01T20:32:19+00:00","dateModified":"2025-10-16T13:57:02+00:00","description":"The brand new \u201cBerklee Real Book\u201d is a collection of 300+ songs that have shaped the college\u2019s curriculum, complete with insights from Berklee instructors.","breadcrumb":{"@id":"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/#primaryimage","url":"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2024\/12\/berklee_real_book_article_image_2024.jpg","contentUrl":"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2024\/12\/berklee_real_book_article_image_2024.jpg","width":1920,"height":1200,"caption":"The Berklee Real Book\u2014available from Berklee Press and Hal Leonard in February of 2025\u2014is shown with its distinctive red cover as well as a glimpse of some of the songs included within."},{"@type":"BreadcrumbList","@id":"https:\/\/online.berklee.edu\/takenote\/berklee-real-book-a-contemporary-music-milestone-arrives\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/online.berklee.edu\/takenote\/"},{"@type":"ListItem","position":2,"name":"Berklee Real Book: A Contemporary Music Milestone Arrives"}]},{"@type":"WebSite","@id":"https:\/\/online.berklee.edu\/takenote\/#website","url":"https:\/\/online.berklee.edu\/takenote\/","name":"Berklee Online Take Note","description":"Inspiration for Music Makers","publisher":{"@id":"https:\/\/online.berklee.edu\/#org"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/online.berklee.edu\/takenote\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"EducationalOrganization","@id":"https:\/\/online.berklee.edu\/#org","name":"Berklee Online","url":"https:\/\/online.berklee.edu","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/online.berklee.edu\/takenote\/#\/schema\/logo\/image\/","url":"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2016\/04\/Berklee_Logo_Square_Avatar_Linkedin.png","contentUrl":"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2016\/04\/Berklee_Logo_Square_Avatar_Linkedin.png","width":500,"height":500,"caption":"Berklee Online"},"image":{"@id":"https:\/\/online.berklee.edu\/takenote\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/berkleeonline","https:\/\/x.com\/berkleeonline","https:\/\/www.instagram.com\/berkleeonline\/","https:\/\/www.youtube.com\/@Berklee_Online","https:\/\/www.tiktok.com\/@berkleeonline"]},{"@type":"Person","@id":"https:\/\/online.berklee.edu\/takenote\/#\/schema\/person\/e1f752f65b75c24b5695a8e4e4ed54dd","name":"Berklee Online","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/online.berklee.edu\/takenote\/#\/schema\/person\/image\/","url":"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2019\/01\/cropped-Berklee_Logo_Square_Avatar_Linkedin-150x150.png","contentUrl":"https:\/\/online.berklee.edu\/takenote\/wp-content\/uploads\/2019\/01\/cropped-Berklee_Logo_Square_Avatar_Linkedin-150x150.png","caption":"Berklee Online"},"url":"https:\/\/online.berklee.edu\/takenote\/author\/staff\/"}]}},"_links":{"self":[{"href":"https:\/\/online.berklee.edu\/takenote\/wp-json\/wp\/v2\/posts\/24690","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/online.berklee.edu\/takenote\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/online.berklee.edu\/takenote\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/online.berklee.edu\/takenote\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/online.berklee.edu\/takenote\/wp-json\/wp\/v2\/comments?post=24690"}],"version-history":[{"count":0,"href":"https:\/\/online.berklee.edu\/takenote\/wp-json\/wp\/v2\/posts\/24690\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/online.berklee.edu\/takenote\/wp-json\/wp\/v2\/media\/24644"}],"wp:attachment":[{"href":"https:\/\/online.berklee.edu\/takenote\/wp-json\/wp\/v2\/media?parent=24690"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/online.berklee.edu\/takenote\/wp-json\/wp\/v2\/categories?post=24690"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/online.berklee.edu\/takenote\/wp-json\/wp\/v2\/tags?post=24690"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}