{"id":84,"date":"2017-05-29T13:18:22","date_gmt":"2017-05-29T11:18:22","guid":{"rendered":"http:\/\/neu.danyasegal.com\/?page_id=84\/"},"modified":"2018-02-04T21:03:40","modified_gmt":"2018-02-04T20:03:40","slug":"musica-alta-ripa","status":"publish","type":"page","link":"https:\/\/www.danyasegal.com\/en\/musica-alta-ripa-2\/musica-alta-ripa\/","title":{"rendered":"Musica Alta Ripa"},"content":{"rendered":"<p>[row]<br \/>\n[column lg=&#8221;6&#8243; md=&#8221;12&#8243; sm=&#8221;12&#8243; xs=&#8221;12&#8243; ]<br \/>\n<div class='white' style='background:rgba(0,0,0,0); border:solid 0px rgba(0,0,0,0); border-radius:0px; padding:0px 0px 0px 0px;'>\n<div id='slider_694' class='owl-carousel sa_owl_theme owl-pagination-true autohide-arrows' data-slider-id='slider_694' style='visibility:hidden;'>\n<div id='slider_694_slide01' class='sa_hover_container' style='padding:5% 5%; margin:0px 0%; background-image:url(&quot;https:\/\/www.danyasegal.com\/wp-content\/uploads\/2017\/05\/MAR-1.jpg&quot;); background-position:left top; background-size:100% auto; background-repeat:no-repeat; '><\/div>\n<div id='slider_694_slide02' class='sa_hover_container' style='padding:5% 5%; margin:0px 0%; background-image:url(&quot;https:\/\/www.danyasegal.com\/wp-content\/uploads\/2017\/05\/Hofnarr-neu.jpg&quot;); background-position:left top; background-size:100% auto; background-repeat:no-repeat; '><p>Slide content<\/p><\/div>\n<div id='slider_694_slide03' class='sa_hover_container' style='padding:5% 5%; margin:0px 0%; background-image:url(&quot;https:\/\/www.danyasegal.com\/wp-content\/uploads\/2017\/05\/musica_alta_ripa_Feb_2009-e1496224089522.jpg&quot;); background-position:left top; background-size:100% auto; background-repeat:no-repeat; '><p>Slide content<\/p><\/div>\n<\/div>\n<\/div>\n<script type='text\/javascript'>\n\tjQuery(document).ready(function() {\n\t\tjQuery('#slider_694').owlCarousel({\n\t\t\titems : 1,\n\t\t\tsmartSpeed : 200,\n\t\t\tautoplay : true,\n\t\t\tautoplayTimeout : 5000,\n\t\t\tautoplayHoverPause : true,\n\t\t\tsmartSpeed : 200,\n\t\t\tfluidSpeed : 200,\n\t\t\tautoplaySpeed : 200,\n\t\t\tnavSpeed : 200,\n\t\t\tdotsSpeed : 200,\n\t\t\tloop : true,\n\t\t\tnav : true,\n\t\t\tnavText : ['Previous','Next'],\n\t\t\tdots : true,\n\t\t\tresponsiveRefreshRate : 200,\n\t\t\tslideBy : 1,\n\t\t\tmergeFit : true,\n\t\t\tautoHeight : false,\n\t\t\tmouseDrag : true,\n\t\t\ttouchDrag : true\n\t\t});\n\t\tjQuery('#slider_694').css('visibility', 'visible');\n\t\tsa_resize_slider_694();\n\t\twindow.addEventListener('resize', sa_resize_slider_694);\n\t\tfunction sa_resize_slider_694() {\n\t\t\tvar min_height = '100';\n\t\t\tvar win_width = jQuery(window).width();\n\t\t\tvar slider_width = jQuery('#slider_694').width();\n\t\t\tif (win_width < 480) {\n\t\t\t\tvar slide_width = slider_width \/ 1;\n\t\t\t} else if (win_width < 768) {\n\t\t\t\tvar slide_width = slider_width \/ 1;\n\t\t\t} else if (win_width < 980) {\n\t\t\t\tvar slide_width = slider_width \/ 1;\n\t\t\t} else if (win_width < 1200) {\n\t\t\t\tvar slide_width = slider_width \/ 1;\n\t\t\t} else if (win_width < 1500) {\n\t\t\t\tvar slide_width = slider_width \/ 1;\n\t\t\t} else {\n\t\t\t\tvar slide_width = slider_width \/ 1;\n\t\t\t}\n\t\t\tslide_width = Math.round(slide_width);\n\t\t\tvar slide_height = '0';\n\t\t\tif (min_height == 'aspect43') {\n\t\t\t\tslide_height = (slide_width \/ 4) * 3;\t\t\t\tslide_height = Math.round(slide_height);\n\t\t\t} else if (min_height == 'aspect169') {\n\t\t\t\tslide_height = (slide_width \/ 16) * 9;\t\t\t\tslide_height = Math.round(slide_height);\n\t\t\t} else {\n\t\t\t\tslide_height = (slide_width \/ 100) * min_height;\t\t\t\tslide_height = Math.round(slide_height);\n\t\t\t}\n\t\t\tjQuery('#slider_694 .owl-item .sa_hover_container').css('min-height', slide_height+'px');\n\t\t}\n\t\tvar owl_goto = jQuery('#slider_694');\n\t\tjQuery('.slider_694_goto1').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 0);\n\t\t});\n\t\tjQuery('.slider_694_goto2').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 1);\n\t\t});\n\t\tjQuery('.slider_694_goto3').click(function(event){\n\t\t\towl_goto.trigger('to.owl.carousel', 2);\n\t\t});\n\t\tvar resize_694 = jQuery('.owl-carousel');\n\t\tresize_694.on('initialized.owl.carousel', function(e) {\n\t\t\tif (typeof(Event) === 'function') {\n\t\t\t\twindow.dispatchEvent(new Event('resize'));\n\t\t\t} else {\n\t\t\t\tvar evt = window.document.createEvent('UIEvents');\n\t\t\t\tevt.initUIEvent('resize', true, false, window, 0);\n\t\t\t\twindow.dispatchEvent(evt);\n\t\t\t}\n\t\t});\n\t});\n<\/script>\n<br \/>\n[\/column]<br \/>\n[column lg=&#8221;6&#8243; md=&#8221;12&#8243; sm=&#8221;12&#8243; xs=&#8221;12&#8243; ]<\/p>\n<p><strong>Musica Alta Ripa<\/strong> was founded in 1984. Danya Segal, recorder, violinists Anne R\u00f6hrig and Ursula Bundies, cellist Albert Br\u00fcggen and Harpsichord player Berward Lohr, all leading exponents of their instruments, have joined forces in an ensemble that owes its particular quality to the melding of their individual personalities.<br \/>\nFor some time, its high artistic niveau, richly differentiated interpretations, flexible use of instruments, and attractive repertoire have led MUSICA ALTA RIPA to be invited to perform at distinguished venues and festivals worldwide.<\/p>\n<p>The ensemble has undertaken concert tours through the Near East and Southeast Asia and has performed for example in Milan, London and Bogot\u00e0. Since 1991 the exceptional CDs produced by MUSICA ALTA RIPA have won many awards \u2013 among them the DIAPASON D`OR, the ECHO Klassik and the Cannes Classical Award \u2013 and have established the ensemble\u2019s own particular emphases: Italian chamber cantatas, instrumental music of the late French baroque, chamber music and concertos from the generation of J.S. Bach\u2019s pupils. Since 2000 three large CD projects dedicated to the work of Johann Sebastian Bach have been completed and are available.<\/p>\n<p><a href=\"http:\/\/www.musica-alta-ripa.de\/index.php?id=5\" target=\"_blank\" rel=\"noopener noreferrer\">Best of CDs<\/a><\/p>\n<p>[\/column]<br \/>\n[\/row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[row] [column lg=&#8221;6&#8243; md=&#8221;12&#8243; sm=&#8221;12&#8243; xs=&#8221;12&#8243; ] [\/column] [column lg=&#8221;6&#8243; md=&#8221;12&#8243; sm=&#8221;12&#8243; xs=&#8221;12&#8243; ] Musica Alta Ripa was founded in 1984. Danya Segal, recorder, violinists Anne R\u00f6hrig and Ursula Bundies,<span class=\"more-button\"><a href=\"https:\/\/www.danyasegal.com\/en\/musica-alta-ripa-2\/musica-alta-ripa\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\">Musica Alta Ripa<\/span><\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":86,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-84","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.danyasegal.com\/en\/wp-json\/wp\/v2\/pages\/84","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.danyasegal.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.danyasegal.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.danyasegal.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.danyasegal.com\/en\/wp-json\/wp\/v2\/comments?post=84"}],"version-history":[{"count":3,"href":"https:\/\/www.danyasegal.com\/en\/wp-json\/wp\/v2\/pages\/84\/revisions"}],"predecessor-version":[{"id":697,"href":"https:\/\/www.danyasegal.com\/en\/wp-json\/wp\/v2\/pages\/84\/revisions\/697"}],"up":[{"embeddable":true,"href":"https:\/\/www.danyasegal.com\/en\/wp-json\/wp\/v2\/pages\/86"}],"wp:attachment":[{"href":"https:\/\/www.danyasegal.com\/en\/wp-json\/wp\/v2\/media?parent=84"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}