At home with our favourite London orchestras (2024)

Support Us Login

'); subMenuHolder = jQuery(".bn-sub-navigation #submenu-" + submenuId); var data = testData[submenuId], hasMain = (typeof data.mainFilters != "undefined" && data.mainFilters.length > 0), hasMore = (typeof data.moreFilters != "undefined" && data.moreFilters.length > 0), hasTrailers = (typeof data.trailers != "undefined" && data.trailers.length > 0); // main filters empty if(!hasMain) return; // TPL var tpl = '', createLink = function(lable, url){ return '' + lable + ''; }, createTrailer = function(trailer){ return '

' + '

' + '

' + '' + '' + '' + '

' + '

' + '' + trailer.text + '' + '

' + '

' + '

'; }, createBanner = function(targeting){ var tg = (targeting) ? 'data-targeting=\'' + JSON.stringify(targeting) + '\'' : ''; var banner_html = '

' + '

' + '

'; banner_html += '

'; return banner_html; }, createMain = function(){ if(!hasMain) return ''; var result = '

'; // create filter list result += '

'; for(var i in data.mainFilters) { if(!data.mainFilters.hasOwnProperty(i)) continue; var item = data.mainFilters[i]; if(item.is_visible == 1){ result += createLink(item.label, item.url,item.is_visible); } } if(hasMore) result += 'more'; result += '

'; // end filter list // create trailers if(hasTrailers) { for(var i1 in data.trailers) { if(!data.trailers.hasOwnProperty(i1)) continue; if(i1 == 2) { result += createBanner(data.targeting); } var trailer = data.trailers[i1]; result += createTrailer(trailer); } } // end trailers result += '

'; result += '

'; return result; }, createExtra = function(){ if(!hasMore) return ''; var result = '

'; for(var i in data.moreFilters) { if(!data.moreFilters.hasOwnProperty(i)) continue; var item = data.moreFilters[i]; if(item.is_visible == 1) { result += createLink(item.label, item.url); } } result += '

'; result += '

'; return result; }; tpl += createMain(); if(hasMore) tpl += createExtra(); subMenuHolder.html(tpl); // more button jQuery("#submenu-" + submenuId + " .sub-more").on('click', function() { var t = jQuery(this); var extra = jQuery('#submenu-' + submenuId + ' .sub-col-extra'); t.toggleClass('active'); extra.toggleClass('active'); return false; }); } jQuery('.bn-sub-navigation #submenu-' + submenuId + ' .sub-col-extra').removeClass('active'); jQuery('.bn-sub-navigation #submenu-' + submenuId + ' .sub-more').removeClass('active'); subMenu.show(); subMenuHolder.show(); }; window.updateSubMenuPosition = function(){ mainMenuEndPoint = topNav.position(); mainMenuHeight = topNav.outerHeight(); subMenu.css('position', 'absolute'); subMenu.css('top', mainMenuEndPoint.top + mainMenuHeight); }; //init scroll control var locationPath = document.location.pathname.split('/'); if(locationPath[1] != 'admin') { var block = jQuery('#one-line-nav-block'), navBar = jQuery('#nav-bar'), navLoginButtons = jQuery('#nav-login-buttons'), searchBar = jQuery('.top-nav .search-bar'), scrollPosition = jQuery(window).scrollTop(), windowWidth = jQuery(window).width(), topNav = jQuery(".top-nav"), subMenu = jQuery(".bn-sub-navigation"), subMenuIsDev = false, timeoutHideMenuTime = 300, timeoutHideMenu; block.find('.centered').append(navBar.clone()); block.find('.one-line-nav').append(navLoginButtons.clone()); block.find('.one-line-nav').append(searchBar.clone()); // // sub menu // var mainMenuEndPoint = topNav.position(), mainMenuHeight = topNav.outerHeight(); // subMenu.css('position', 'absolute'); // subMenu.css('top', mainMenuEndPoint.top + mainMenuHeight); window.updateSubMenuPosition(); if(subMenuIsDev) subMenu.addClass('active'); // add arrows jQuery('.with-submenu').append(''); if(windowWidth > 1024) { var openedSubMenuId; jQuery('.b-nav-new a[data-submenu]').hover(function(){ clearTimeout(timeoutHideMenu); var t = jQuery(this), subMenuId = t.data('submenu'); // createSubMenu generateSubmenu(subMenuId); if(t.parents('.one-line-nav').length === 0) window.updateSubMenuPosition(); jQuery('.b-nav-new a[data-submenu=' + openedSubMenuId + ']').removeClass('opened'); openedSubMenuId = subMenuId; jQuery('.b-nav-new a[data-submenu=' + openedSubMenuId + ']').addClass('opened'); subMenu.addClass('active'); // window.updateSubMenuPosition(); if(typeof window.bannerClass !== 'undefined') window.bannerClass.findAndInit(); }, function(){ timeoutHideMenu = setTimeout(function(){ if(!subMenuIsDev) { subMenu.removeClass('active'); subMenu.hide(); jQuery('.b-nav-new a[data-submenu=' + openedSubMenuId + ']').removeClass('opened'); } },timeoutHideMenuTime); }); subMenu.hover(function(){ clearTimeout(timeoutHideMenu); },function(){ timeoutHideMenu = setTimeout(function(){ if(!subMenuIsDev) { subMenu.removeClass('active'); subMenu.hide(); jQuery('.b-nav-new a[data-submenu=' + openedSubMenuId + ']').removeClass('opened'); } },timeoutHideMenuTime); }); } // mobile submenu else { jQuery(document).on('click touchend', '.with-submenu .mobile-arrow', function(){ var t = jQuery(this), li = jQuery(t.parent()), nav = t.parents('.b-nav-new'); if(!li.hasClass('opened')) { var opened = jQuery('.with-submenu.opened', nav); if(opened.length > 0) { jQuery('.b-nav-new .nav-list li a.disabled').removeClass('disabled'); opened.removeClass('opened'); } li.addClass("opened"); jQuery('.b-nav-new .nav-list>li[class!="with-submenu opened"] a[class!="mobile-arrow"]').addClass('disabled'); } else { jQuery('.b-nav-new .nav-list li a.disabled').removeClass('disabled'); li.removeClass('opened'); } return false; }); } // // end sub menu // scrollControl(windowWidth, scrollPosition, block, subMenu, topNav); jQuery(window).scroll(function () { var scrollPosition = jQuery(window).scrollTop(), windowWidth = jQuery(window).width(); scrollControl(windowWidth, scrollPosition, block, subMenu, topNav); }); jQuery(window).resize(function(){ var windowWidth = jQuery(window).width(); if(windowWidth < 1025) { if(block.hasClass("active")) { block.removeClass("active"); block.hide(); } if(subMenu.hasClass("active")) subMenu.removeClass("active"); } }); } }); jQuery(document).ready(function() { //notification display message // + set a localstorage to display only once //check if it is IOS or not var iOS = !!navigator.platform && /iPad|iPhone|iPod/.test(navigator.platform); if (iOS) { //hide the notification for IOS user SINCE it is still does not support Web push. jQuery("#notification-button-mobile").hide(); } if (Modernizr.localstorage) { var countNotification = localStorage.getItem('countNotification'); if (countNotification === null) { countNotification = 0; } if (countNotification <= 1 ){ setTimeout(function() { jQuery("#notification-button-mobile").attr('data-balloon-visible',''); setTimeout(function() { jQuery("#notification-button-mobile").removeAttr('data-balloon-visible'); }, 12000); },2000 ); setTimeout(function() { jQuery("#notification-button").attr('data-balloon-visible',''); setTimeout(function() { jQuery("#notification-button").removeAttr('data-balloon-visible'); }, 12000); },2000 ); } countNotification++; localStorage.setItem('countNotification',countNotification); } else { //Find a alternative solution maybe a Variable. // i dont provide support for notification for old browser though one solution is to use cookies but this would affect speed and this is a BETA test. } });

Get the Best of London Life, Culture and Style

By entering my email I agree to the CultureWhisper Privacy Policy (we won`t share data & you can unsubscribe anytime).

Classical Music

By Claudia Pritchard on 20/5/2020

Magnificent music-making in London can still be enjoyed, with the city's finest players

At home with our favourite London orchestras (2024)

FAQs

What is the most prestigious orchestra in London? ›

The LSO is consistently ranked as one of the world's leading orchestras.

Which is better London symphony or London Philharmonic? ›

The short answer is: there is no difference at all. They are different names for the same thing, that is, a full-sized orchestra of around 100 musicians, intended primarily for a symphonic repertoire. However, if you consider the origins of the words, you may be able to find some differences.

Is the London Philharmonic Orchestra the same as the Royal Philharmonic orchestra? ›

Beecham, unwilling to be answerable to anybody, left the LPO and in 1946 founded a rival orchestra, the Royal Philharmonic Orchestra (RPO). Among the conductors making guest appearances in the early post-war period were Walter, Furtwängler, Victor de Sabata and Sergiu Celibidache.

What is the Big 4 orchestra in London? ›

Their playing. is as good as any orchestras anywhere . London has no fewer than five full time orchestras : the London symphony orchestra, the London Philharmonic, the Philharmonia orchestra, the Royal Philharmonic and the B.B.C. symphony orchestra . We like music!

Who is the highest paid conductor in the world? ›

According to his list, the top earning conductors are as follows:
  • Riccardo Muti at the Chicago Symphony: $3,420,804.
  • Gustavo Dudamel at the Los Angeles Philharmonic: $2,857,103.
  • Michael Tilson Thomas at the San Francisco Symphony: $2,139,720.
  • Andris Nelsons at the Boston Symphony: $1,787,000.

What are the top 5 orchestras? ›

In order of foundation, they are: the New York Philharmonic, Boston Symphony Orchestra, Chicago Symphony Orchestra, Philadelphia Orchestra and Cleveland Orchestra. The term gained currency in the late 1950s and for some years afterwards.

What is difference between Philharmonic and symphony orchestras? ›

Is a philharmonic the same thing? Essentially, a philharmonic and a symphony are the same, the only true difference is the origin of the name. The words originate from the Greek words. Philharmonic means “love of harmony,” while the word symphony means “an agreement of sound.”

What are the two professional orchestras based in London? ›

3.2 Unique to London are the four 'self-governing' symphony orchestras (London Philharmonic Orchestra, London Symphony Orchestra, Philharmonia Orchestra and Royal Philharmonic Orchestra).

How much do the Royal Philharmonic Orchestra get paid? ›

How much does Royal Philharmonic Orchestra pay an hour? The average Royal Philharmonic Orchestra hourly pay ranges from approximately £8 per hour (estimate) for a to £8 per hour (estimate) for a .

How many violins does a philharmonic orchestra have? ›

The smallest and highest-pitched member of the string family, and also the largest section of the orchestra - there can be up to 30 violins playing in the biggest orchestra pieces! But usually there are 16-25 violins in an orchestra.

How much do London Symphony Orchestra players get paid? ›

An entry level symphony orchestra musician (1-3 years of experience) earns an average salary of £46,138. On the other end, a senior level symphony orchestra musician (8+ years of experience) earns an average salary of £79,675.

Is The London concert orchestra good? ›

The LCO is one of the UK's most versatile orchestras. Founded by Raymond Gubbay CBE in 1972, the orchestra has provided audiences with performances of the highest quality in all of the major concert venues across the UK.

Where does the London Philharmonic rehearse? ›

Friends, Benefactors and Thomas Beecham Group members can enjoy exclusive access to attend a private rehearsal at the Royal Festival Hall.

What is the most prestigious music school in London? ›

The Royal College of Music has been ranked the Global No. 1 institution for Performing Arts for the third year running and earned the inaugural top spot for Music in the QS World University Rankings by Subject.

What is the most prestigious Philharmonic? ›

Undoubtedly the finest orchestra in the world, the Vienna Philharmonic is self-governed and has never had a principal conductor. Rather than elect a chief maestro, the orchestra chooses which conductors to invite on a concert-by-concert basis, and its members decide as a group whether or not to invite them back.

References

Top Articles
Latest Posts
Article information

Author: Reed Wilderman

Last Updated:

Views: 6208

Rating: 4.1 / 5 (52 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Reed Wilderman

Birthday: 1992-06-14

Address: 998 Estell Village, Lake Oscarberg, SD 48713-6877

Phone: +21813267449721

Job: Technology Engineer

Hobby: Swimming, Do it yourself, Beekeeping, Lapidary, Cosplaying, Hiking, Graffiti

Introduction: My name is Reed Wilderman, I am a faithful, bright, lucky, adventurous, lively, rich, vast person who loves writing and wants to share my knowledge and understanding with you.