{"id":104,"date":"2021-09-14T17:58:32","date_gmt":"2021-09-14T17:58:32","guid":{"rendered":"https:\/\/www.crescendomolto.com\/?page_id=104"},"modified":"2021-09-20T17:05:44","modified_gmt":"2021-09-20T17:05:44","slug":"metodo-suzuki","status":"publish","type":"page","link":"https:\/\/www.crescendomolto.com\/en\/metodo-suzuki\/","title":{"rendered":"Suzuki Method"},"content":{"rendered":"<style>        \n.cardscontainer{\n            margin: auto;\n            width: 100%;\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            grid-gap: 0.5rem;\n            flex-wrap: wrap;          \n        }\n\n@media only screen and (max-width: 720px) {\n\t\t\t.cardscontainer{\n\t\t\t\tgrid-template-columns: 1fr;     \n\t\t\t}\n\t\t}\n        .cardscontainer .card{\n            height: 16rem;\n            position: relative;\n            cursor: pointer;\n            \n        }\n        .cardscontainer .card div{\n            width:100%;\n            height:100%;\n        }\n        .card__back{\n            position: absolute;\n            top: 0;\n            z-index: 1001;\n            background-color: #c3c3c3;\n            display: flex;\n            align-content: center;\n            justify-content: center;\n            align-items: center;\n            overflow: auto;\n        }\n        .card__front{\n            top: 0;\n        }\n\n        .card__hide{           \n            transition: 2s;\n            opacity: 0;       \n            z-index: 1000;     \n        }\n        .card__show{           \n            transition: 2s;\n            opacity: 1;       \n            z-index: 1001; \n        }\n        .card__img{\n            object-fit: cover;\n            width: 100%;\n            height: 100%;\n        }\n        .card__img_text{\n            display: flex;\n            align-items: center;\n            justify-content: space-around;\n            position: absolute;\n            color: white;\n            top: 50%;\n            left: 50%;\n            transform: translate(-50%, -50%);\n            background: #00000085;\n        }\n        .card__img_text>p{\n            margin:0;\n        }\n        .card__back__p{\n            max-height: 100%;\n            margin: 0.5rem;\n\t    font-size: 0.9rem;\n        }\n        .single-featured-image-header{\n            display:none !important;\n        }\n    <\/style>\n    <script>\n        document.addEventListener(\"DOMContentLoaded\", ()=>{\n            let cards = document.querySelectorAll(\".cardscontainer .card\");\n            cards.forEach(card=>{\n                card.addEventListener(\"click\",()=>{\n                    cardToggleVis(card)\n                }) \n                card.addEventListener(\"mouseover\",()=>{\n                    showCardContent(card)\n                })\n                card.addEventListener(\"mouseout\",()=>{\n                    hideCardContent(card);\n                })               \n            })            \n        })\n        function cardToggleVis(card){\n            let card__front = card.querySelector(\".card__front\");\n            if(card__front.classList.contains(\"card_hide\")){\n                hideCardContent(card)\n            }else{\n                showCardContent(card)\n            }\n        }\n        function showCardContent(card){\n            let card__front = card.querySelector(\".card__front\");\n            let card__back = card.querySelector(\".card__back\");\n            card__back.classList.remove(\"card__hide\");\n            card__front.classList.remove(\"card__show\");\n            card__back.classList.add(\"card__show\");\n            card__front.classList.add(\"card__hide\");\n        }\n        function hideCardContent(card){\n            let card__front = card.querySelector(\".card__front\");\n            let card__back = card.querySelector(\".card__back\");\n            card__front.classList.remove(\"card__hide\");\n            card__back.classList.remove(\"card__show\");\n            card__front.classList.add(\"card__show\");\n            card__back.classList.add(\"card__hide\");            \n        }\n    <\/script>\n    <div class=\"cardscontainer\">\n        <div class=\"card\">\n            <div class=\"card__front card__show\">\n                <img decoding=\"async\" class=\"card__img\" src=\"https:\/\/www.crescendomolto.com\/wp-content\/uploads\/2021\/09\/blablablabla_2_colors.jpg\" alt=\"\">\n                <div class=\"card__img_text\">\n                    <p>Mother Tongue Method<\/p> \n                <\/div>\n            <\/div>\n            <div class=\"card__back card__hide\">\n                <p class=\"card__back__p\">\n                    Suzuki realized that children always learned their mother tongue in a very similar way, and with great success. He tried to extrapolate all the common elements in this type of learning to music teaching: early beginning, listening, a lot of repetition, positive environment, respect for the learning rhythm, trust in their abilities, postponement of reading...\n                <\/p>\n            <\/div>\n        <\/div>\n        <div class=\"card\">\n            <div class=\"card__front card__show\">\n                <img decoding=\"async\" class=\"card__img\" src=\"https:\/\/www.crescendomolto.com\/wp-content\/uploads\/2021\/09\/talent_b_N.jpg\" alt=\"\">\n                <div class=\"card__img_text\">\n                    <p>Talent Education<\/p> \n                <\/div>\n            <\/div>\n            <div class=\"card__back card__hide\">\n                <p class=\"card__back__p\">\n                    According Suzuki, talent is not innate, but it is educated if the necessary conditions are surrounding the child. All children can benefit from the activity of learning an instrument.\n                <\/p>\n            <\/div>\n        <\/div>\n        <div class=\"card\">\n            <div class=\"card__front card__show\">\n                <img decoding=\"async\" class=\"card__img\" src=\"https:\/\/www.crescendomolto.com\/wp-content\/uploads\/2021\/09\/ines_playing_cello_b_N.jpg\" alt=\"\">\n                <div class=\"card__img_text\">\n                    <p>First playing, then reading<\/p> \n                <\/div>\n            <\/div>\n            <div class=\"card__back card__hide\">\n                <p class=\"card__back__p\">\n                    In the process of learning language, everyone firsts learns to speak and then to read and write. In the Suzuki method, students are first taught to sing and play and then musical notation is introduced. It is an experiential process: from the practice to the theory.\n                <\/p>\n            <\/div>\n        <\/div>\n        <div class=\"card\">\n            <div class=\"card__front card__show\">\n                <img decoding=\"async\" class=\"card__img\" src=\"https:\/\/www.crescendomolto.com\/wp-content\/uploads\/2021\/09\/madre_hija.png\" alt=\"\">\n                <div class=\"card__img_text\">\n                    <p>The rol of the parents<\/p> \n                <\/div>\n            <\/div>\n            <div class=\"card__back card__hide\">\n                <p class=\"card__back__p\">\n                    Parents have a fundamental role in the Suzuki Method, just as they do in learning the mother tongue.\nThe \"Suzuki triangle\" is formed by the student, the parents and the teacher. At the beginning it is equilateral, with the collaboration of the parents inside and outside the classes; but step by step it will become an isosceles triangle, with more independence from the student.\nParents do not have to have previous knowledge in music, although it is often recommended that they learn a few basic notions of the instrument at the beginning.\n                <\/p>\n            <\/div>\n        <\/div>\n        <div class=\"card\">\n            <div class=\"card__front card__show\">\n                <img decoding=\"async\" class=\"card__img\" src=\"https:\/\/www.crescendomolto.com\/wp-content\/uploads\/2021\/09\/twinkletwinkle_b_n.jpeg\" alt=\"\">\n                <div class=\"card__img_text\">\n                    <p>Common and international repertory<\/p> \n                <\/div>\n            <\/div>\n            <div class=\"card__back card__hide\">\n                <p class=\"card__back__p\">\n                    One of the most beautiful things about the method is that the repertoire of the students is common and international: this means that the student can make music with students of other teachers, even from other countries. It is an internationally extended method, with all the advantages that it brings.\n                <\/p>\n            <\/div>\n        <\/div>\n        <div class=\"card\">\n            <div class=\"card__front card__show\">\n                <img decoding=\"async\" class=\"card__img\" src=\"https:\/\/www.crescendomolto.com\/wp-content\/uploads\/2021\/09\/cellos_b_N.jpg\" alt=\"\">\n                <div class=\"card__img_text\">\n                    <p>Early beginning<\/p> \n                <\/div>\n            <\/div>\n            <div class=\"card__back card__hide\">\n                <p class=\"card__back__p\">\n                    It is an ideal time to start when kids are between 3 and 6, although it is true that it is never too late to enjoy music.\n                <\/p>\n            <\/div>\n        <\/div>\n        <div class=\"card\">\n            <div class=\"card__front card__show\">\n                <img decoding=\"async\" class=\"card__img\" src=\"https:\/\/www.crescendomolto.com\/wp-content\/uploads\/2021\/09\/dragoncito_b_n-e1631650337677.jpg\" alt=\"\">\n                <div class=\"card__img_text\">\n                    <p>Learning through playing<\/p> \n                <\/div>\n            <\/div>\n            <div class=\"card__back card__hide\">\n                <p class=\"card__back__p\">\n                    Repetition is essential, as it is in the process of learning the mother tongue. But here games and creativity become really relevant for the process to remain stimulating and attractive.\n                <\/p>\n            <\/div>\n        <\/div>\n        <div class=\"card\">\n            <div class=\"card__front card__show\">\n                <img decoding=\"async\" class=\"card__img\" src=\"https:\/\/www.crescendomolto.com\/wp-content\/uploads\/2021\/09\/dando_clase_b_N.jpg\" alt=\"\">\n                <div class=\"card__img_text\">\n                    <p>The Suzuki teacher<\/p> \n                <\/div>\n            <\/div>\n            <div class=\"card__back card__hide\">\n                <p class=\"card__back__p\">\n                    Suzuki teachers are players with higher education who have studied the methodology in depth, with an educational vocation and in continuous training.\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-right is-layout-flow wp-block-quote-is-layout-flow\"><p>\u201cTeaching music is not my main purpose. I want to make good citizens. If children hear fine music from the day of their birth and learn to play it, they develop sensitivity, discipline and endurance. They get a beautiful heart.\u201d<\/p><cite><em>Shinichi Suzuki<\/em><\/cite><\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>M\u00e9todo de la lengua materna Suzuki se dio cuenta de que los ni\u00f1os aprend\u00edan el idioma materno siempre de una forma muy similar, y con gran \u00e9xito. Intent\u00f3 extrapolar todos los elementos comunes en este tipo de aprendizaje a la ense\u00f1anza de la m\u00fasica: comienzo temprano, escucha, aprendizaje por repetici\u00f3n, entorno positivo, respeto por el &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.crescendomolto.com\/en\/metodo-suzuki\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> \u00abM\u00e9todo Suzuki\u00bb<\/span><\/a><\/p>","protected":false},"author":1,"featured_media":54,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-104","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>M\u00e9todo Suzuki - Crescendo Molto<\/title>\n<meta name=\"description\" content=\"\u00bfA\u00fan no sabes qu\u00e9 es el M\u00e9todo Suzuki? aqu\u00ed te explico sus objetivos, en qu\u00e9 consiste y por qu\u00e9 lo he elegido para Crescendo Molto\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.crescendomolto.com\/en\/metodo-suzuki\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"M\u00e9todo Suzuki - Crescendo Molto\" \/>\n<meta property=\"og:description\" content=\"\u00bfA\u00fan no sabes qu\u00e9 es el M\u00e9todo Suzuki? aqu\u00ed te explico sus objetivos, en qu\u00e9 consiste y por qu\u00e9 lo he elegido para Crescendo Molto\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.crescendomolto.com\/en\/metodo-suzuki\/\" \/>\n<meta property=\"og:site_name\" content=\"Crescendo Molto\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/crescendomoltoestudiodeviolonchelo\/\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-20T17:05:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.crescendomolto.com\/wp-content\/uploads\/2021\/09\/Dr_suzuki_03.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"720\" \/>\n\t<meta property=\"og:image:height\" content=\"614\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.crescendomolto.com\\\/en\\\/metodo-suzuki\\\/\",\"url\":\"https:\\\/\\\/www.crescendomolto.com\\\/en\\\/metodo-suzuki\\\/\",\"name\":\"M\u00e9todo Suzuki - Crescendo Molto\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.crescendomolto.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.crescendomolto.com\\\/en\\\/metodo-suzuki\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.crescendomolto.com\\\/en\\\/metodo-suzuki\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.crescendomolto.com\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/Dr_suzuki_03.jpg\",\"datePublished\":\"2021-09-14T17:58:32+00:00\",\"dateModified\":\"2021-09-20T17:05:44+00:00\",\"description\":\"\u00bfA\u00fan no sabes qu\u00e9 es el M\u00e9todo Suzuki? aqu\u00ed te explico sus objetivos, en qu\u00e9 consiste y por qu\u00e9 lo he elegido para Crescendo Molto\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.crescendomolto.com\\\/en\\\/metodo-suzuki\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.crescendomolto.com\\\/en\\\/metodo-suzuki\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.crescendomolto.com\\\/en\\\/metodo-suzuki\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.crescendomolto.com\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/Dr_suzuki_03.jpg\",\"contentUrl\":\"https:\\\/\\\/www.crescendomolto.com\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/Dr_suzuki_03.jpg\",\"width\":720,\"height\":614},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.crescendomolto.com\\\/en\\\/metodo-suzuki\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/www.crescendomolto.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"M\u00e9todo Suzuki\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.crescendomolto.com\\\/#website\",\"url\":\"https:\\\/\\\/www.crescendomolto.com\\\/\",\"name\":\"Crescendo Molto\",\"description\":\"Estudio de Violonchelo Suzuki en Madrid\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.crescendomolto.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"M\u00e9todo Suzuki - Crescendo Molto","description":"\u00bfA\u00fan no sabes qu\u00e9 es el M\u00e9todo Suzuki? aqu\u00ed te explico sus objetivos, en qu\u00e9 consiste y por qu\u00e9 lo he elegido para Crescendo Molto","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:\/\/www.crescendomolto.com\/en\/metodo-suzuki\/","og_locale":"en_GB","og_type":"article","og_title":"M\u00e9todo Suzuki - Crescendo Molto","og_description":"\u00bfA\u00fan no sabes qu\u00e9 es el M\u00e9todo Suzuki? aqu\u00ed te explico sus objetivos, en qu\u00e9 consiste y por qu\u00e9 lo he elegido para Crescendo Molto","og_url":"https:\/\/www.crescendomolto.com\/en\/metodo-suzuki\/","og_site_name":"Crescendo Molto","article_publisher":"https:\/\/www.facebook.com\/crescendomoltoestudiodeviolonchelo\/","article_modified_time":"2021-09-20T17:05:44+00:00","og_image":[{"width":720,"height":614,"url":"https:\/\/www.crescendomolto.com\/wp-content\/uploads\/2021\/09\/Dr_suzuki_03.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.crescendomolto.com\/en\/metodo-suzuki\/","url":"https:\/\/www.crescendomolto.com\/en\/metodo-suzuki\/","name":"M\u00e9todo Suzuki - Crescendo Molto","isPartOf":{"@id":"https:\/\/www.crescendomolto.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.crescendomolto.com\/en\/metodo-suzuki\/#primaryimage"},"image":{"@id":"https:\/\/www.crescendomolto.com\/en\/metodo-suzuki\/#primaryimage"},"thumbnailUrl":"https:\/\/www.crescendomolto.com\/wp-content\/uploads\/2021\/09\/Dr_suzuki_03.jpg","datePublished":"2021-09-14T17:58:32+00:00","dateModified":"2021-09-20T17:05:44+00:00","description":"\u00bfA\u00fan no sabes qu\u00e9 es el M\u00e9todo Suzuki? aqu\u00ed te explico sus objetivos, en qu\u00e9 consiste y por qu\u00e9 lo he elegido para Crescendo Molto","breadcrumb":{"@id":"https:\/\/www.crescendomolto.com\/en\/metodo-suzuki\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.crescendomolto.com\/en\/metodo-suzuki\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.crescendomolto.com\/en\/metodo-suzuki\/#primaryimage","url":"https:\/\/www.crescendomolto.com\/wp-content\/uploads\/2021\/09\/Dr_suzuki_03.jpg","contentUrl":"https:\/\/www.crescendomolto.com\/wp-content\/uploads\/2021\/09\/Dr_suzuki_03.jpg","width":720,"height":614},{"@type":"BreadcrumbList","@id":"https:\/\/www.crescendomolto.com\/en\/metodo-suzuki\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/www.crescendomolto.com\/"},{"@type":"ListItem","position":2,"name":"M\u00e9todo Suzuki"}]},{"@type":"WebSite","@id":"https:\/\/www.crescendomolto.com\/#website","url":"https:\/\/www.crescendomolto.com\/","name":"Crescendo Molto","description":"Suzuki Cello studio in Madrid","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.crescendomolto.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"}]}},"_links":{"self":[{"href":"https:\/\/www.crescendomolto.com\/en\/wp-json\/wp\/v2\/pages\/104","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.crescendomolto.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.crescendomolto.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.crescendomolto.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.crescendomolto.com\/en\/wp-json\/wp\/v2\/comments?post=104"}],"version-history":[{"count":43,"href":"https:\/\/www.crescendomolto.com\/en\/wp-json\/wp\/v2\/pages\/104\/revisions"}],"predecessor-version":[{"id":172,"href":"https:\/\/www.crescendomolto.com\/en\/wp-json\/wp\/v2\/pages\/104\/revisions\/172"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.crescendomolto.com\/en\/wp-json\/wp\/v2\/media\/54"}],"wp:attachment":[{"href":"https:\/\/www.crescendomolto.com\/en\/wp-json\/wp\/v2\/media?parent=104"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}