Unavailable
We can no longer provide this arrangement through Sheet Music Stores. The listing stays online so you can learn about the piece and explore alternatives.
2 oboes, 2 clarinets, 2Bahorn, clarinet, 2 bassoons, 4 horn, double bass (Oboes (2), Clarinets (2), Basset horn (2), Horns (4), Bassoons (2), Double bass) - Level 5 SKU: BA.BA05331-22 Composed by Wolfgang Amadeus Mozart. Edited by Daniel N. Leeson and Neal Zaslaw. This edition: urtext edition. In a folder. Barenreiter Urtext. Gran Partita. Set of parts. K. 361 (370a). 9/9/11/11/11/12/11/12/11/11/7/7/5/5/9 pages. Duration 24 minutes. Baerenreiter Verlag #BA05331-22. Published by Baerenreiter Verlag (BA.BA05331-22). ISBN 9790006498956. 31 x 24.3 cm inches. Key: B-flat major.With its two oboes, two clarinets, two basset horns (clarinets 3 and 4), two bassoons, four horns and double bass, the"Gran Partita"is not only unique in Mozarts oeuvre but the largest work of the classic period scored for solo instruments. Although by definition a divertimento, it stands alongside the great genres of instrumental music - sonata, string quartet and symphony - with a richness of tone-colour and a density of texture unheard of in the wind ensemble repertoire of its time. Our edition presents the work for the first time with the Urtext from the New Mozart Edition. About Barenreiter Urtext Orchestral Parts Why musicians love to play from Bärenreiter Urtext Orchestral Parts - Urtext editions as close as possible to the composer’s intentions - With alternate versions in full score and parts - Orchestral parts in an enlarged format of 25.5cm x 32.5cm - With cues, rehearsal letters, and page turns where players need them - Clearly presented divisi passages so that players know exactly what they have to play - High-quality paper with a slight yellow tinge which does not glare under lights and is thick enough that reverse pages do not shine through<img src="/on/demandware.static/-/Library-Sites-sheetmusicplusSharedLibrary/default/v5a9cf97c70688ff08d7c302f53331695c6fdde03/images/Landing/Publisher/Baerenreiter/Baerenreiter_ohne_www_60px.jpg" < p> &nbsp; Reviews (function(){ // window.CQuotient is provided on the page by the Analytics code: var cq = window.CQuotient; var dc = window.DataCloud; var isCQ = false; var isDC = false; if (cq && ('function' == typeof cq.getCQUserId) && ('function' == typeof cq.getCQCookieId) && ('function' == typeof cq.getCQHashedEmail) && ('function' == typeof cq.getCQHashedLogin)) { isCQ = true; } if (dc && ('function' == typeof dc.getDCUserId)) { isDC = true; } if (isCQ || isDC) { var recommender = '[["product-to-product"]]'; var slotRecommendationType = 'RECOMMENDATION'; // removing any leading/trailing square brackets and escaped quotes: recommender = recommender.replace(/\[|\]|"/g, ''); var separator = '|||'; var slotConfigurationUUID = 'c05698e72571b3d109adce4ef3'; var contextAUID = '2452787'; var contextSecondaryAUID = ''; var contextAltAUID = ''; var contextType = ''; var anchorsArray = []; var contextAUIDs = contextAUID.split(separator); var contextSecondaryAUIDs = contextSecondaryAUID.split(separator); var contextAltAUIDs = contextAltAUID.split(separator); var contextTypes = contextType.split(separator); var slotName = 'product-recommendations-m'; var slotConfigId = 'product-carousel-recommendations'; var slotConfigTemplate = 'slots/recommendation/pdp.isml'; if (contextAUIDs.length == contextSecondaryAUIDs.length) { for (i = 0; i < contextAUIDs.length; i++) { anchorsArray.push({ id: contextAUIDs[i], sku: contextSecondaryAUIDs[i], type: contextTypes[i], alt_id: contextAltAUIDs[i] }); } } else { anchorsArray = [{id: contextAUID, sku: contextSecondaryAUID, type: contextType, alt_id: contextAltAUID}]; } var urlToCall = '/on/demandware.store/Sites-sheetmusicplus-Site/default/CQRecomm-Start'; var params = null; if (isCQ) { params = { userId: cq.getCQUserId(), cookieId: cq.getCQCookieId(), emailId: cq.getCQHashedEmail(), loginId: cq.getCQHashedLogin(), anchors: anchorsArray, slotId: slotName, slotConfigId: slotConfigId, slotConfigTemplate: slotConfigTemplate, ccver: '1.03' }; } // console.log("Recommendation Type - " + slotRecommendationType + ", Recommender Selected - " + recommender); if (isDC && slotRecommendationType == 'DATA_CLOUD_RECOMMENDATION') { // Set DC variables for API call dcIndividualId = dc.getDCUserId(); dcUrl = dc.getDCPersonalizationPath(); if (dcIndividualId && dcUrl && dcIndividualId != '' && dcUrl != '') { // console.log("Fetching CDP Recommendations"); var productRecs = {}; productRecs[recommender] = getCDPRecs(dcUrl, dcIndividualId, recommender); cb(productRecs); } } else if (isCQ && slotRecommendationType != 'DATA_CLOUD_RECOMMENDATION') { if (cq.getRecs) { cq.getRecs(cq.clientId, recommender, params, cb); } else { cq.widgets = cq.widgets || []; cq.widgets.push({ recommenderName: recommender, parameters: params, callback: cb }); } } }; function cb(parsed) { var arr = parsed[recommender].recs; if (arr && 0 < arr.length) { var filteredProductIds = ''; for (i = 0; i < arr.length; i++) { filteredProductIds = filteredProductIds + 'pid' + i + '=' + encodeURIComponent(arr[i].id) + '&'; } filteredProductIds = filteredProductIds.substring(0, filteredProductIds.length - 1);//to remove the trailing '&' var formData = 'auid=' + encodeURIComponent(contextAUID) + '&scid=' + slotConfigurationUUID + '&' + filteredProductIds; var request = new XMLHttpRequest(); request.open('POST', urlToCall, true); request.setRequestHeader('Content-type', 'application/x-www-form-urlencoded'); request.onreadystatechange = function() { if (this.readyState === 4) { // Got the product data from DW, showing the products now by changing the inner HTML of the DIV: var divId = 'cq_recomm_slot-' + slotConfigurationUUID; document.getElementById(divId).innerHTML = this.responseText; //find and evaluate scripts in response: var scripts = document.getElementById(divId).getElementsByTagName('script'); if (null != scripts) { for (var i=0;i<scripts.length;i++) {//not combining script snippets on purpose var srcScript = document.createElement('script'); srcScript.text = scripts[i].innerHTML; srcScript.asynch = scripts[i].asynch; srcScript.defer = scripts[i].defer; srcScript.type = scripts[i].type; srcScript.charset = scripts[i].charset; document.head.appendChild( srcScript ); document.head.removeChild( srcScript ); } } } }; request.send(formData); request = null; } }; })(); Recommended Products Based on Serenade for 2 Oboes, 2 Clarinets, 2 Bassett Horns (4 Clarinets), 4 Horns, 2 Bassoons and Double Bass B flat major KV 361 (370a) 'Gran Partita' $(document).ready(function () { $('.product-carousel').slick({ infinite: true, dots: false, arrows: true, slidesToShow: 5, slidesToScroll: 5, speed: 300, prevArrow: "", nextArrow: "", responsive: [ { breakpoint: 1024, settings: { slidesToShow: 3, slidesToScroll: 3, dots: false } }, { breakpoint: 600, settings: { slidesToShow: 2, slidesToScroll: 2 } }, { breakpoint: 480, settings: { slidesToShow: 1, slidesToScroll: 1 } } ] }); }); $41.95 Serenade for two Oboes, 2 Clarinets, 2 Horns and 2 Bassoons E flat major KV 375 Bassoon $37.95 Serenade for two Clarinets, two Horns and two Bassoons E flat major KV 375 Bassoon $22.95 Six Notturni (Canzonette) for 2 Sopranos and Bass accompanied by 3 Bassett Horns i.e. 2 Clarinets and Bassett Horn K. 346 (439a), 436, 437, 438, 439, 549 Clarinet $20.95 Serenade E flat major, KV 375 Bassoon $18.95 Symphony, No. 5 B flat major, KV 22 Oboe $18.95 Symphony, No. 1 E flat major, KV 16 Oboe $27.95 Symphony F major, KV 76(42a) Bassoon $29.95 Symphony F major, KV 75 Oboe $18.95 Symphony, No. 4 D major, KV 19 Oboe $56.95 Symphony, No. 19 E flat major, KV 132 Oboe $33.95 Symphony, No. 10 G major, KV 74 Oboe $9.95 Symphony, No. 5 B flat major, KV 22 Double Bass $4.95 Symphony, No. 1 E flat major, KV 16 Double Bass $33.95 Symphony, No. 15 G major, KV 124 Oboe $19.95 Symphony, No. 13 F major, KV 112 Oboe $24.95 Symphony, No. 17 G major, KV 129 Oboe $24.95 Symphony, No. 16 C major, KV 128 Oboe $8.95 Symphony, No. 11 D major, KV 84 (73Q) Bassoon $8.95 Symphony, No. 45 D major, KV 95 (73n) Bassoon $8.95 Symphony, No. 47 D major, KV 97 (73m) Bassoon Top-selling in Bassoon $(document).ready(function () { $('.product-carousel').slick({ infinite: true, dots: false, arrows: true, slidesToShow: 5, slidesToScroll: 5, speed: 300, prevArrow: "", nextArrow: "", responsive: [ { breakpoint: 1024, settings: { slidesToShow: 3, slidesToScroll: 3, dots: false } }, { breakpoint: 600, settings: { slidesToShow: 2, slidesToScroll: 2 } }, { breakpoint: 480, settings: { slidesToShow: 1, slidesToScroll: 1 } } ] }); }); $50.00 Suite for Wind Quintet Woodwind Quintet $47.95 Septet in E-flat Major, Op. 20 Bassoon $45.95 Concerto in F major Bassoon $22.95 This Is Berk Woodwind Quintet Price reduced from $53.96 to $48.56 Concertino for fagott och strakorkester - Partitur String Orchestra Price reduced from $52.50 to $47.25 Music for Three, Volume 7 - String Trio or Wind Trio (2 Violins & Cello Set of 3 Parts) Bassoon Price reduced from $52.50 to $47.25 Intermediate Music for Three, Volume 1 - Set of 3 Parts for String Trio (Violin, Viola, Cello) Bassoon $41.95 Serenade for two Oboes, 2 Clarinets, 2 Horns and 2 Bassoons E flat major KV 375 Bassoon Price reduced from $140.00 to $126.00 Symphony No. 4 Concert Band Price reduced from $44.70 to $40.23 Scales and Exercises, 2nd Part Bassoon Solo Price reduced from $95.00 to $85.50 Winter Milky Way Concert Band Price reduced from $92.95 to $83.65 Turandot K 273 SSAATB $34.95 Nonet No. 2 Chamber Music Price reduced from $75.00 to $67.50 Music for Three, Volume 2 - Piano Quartet (Violin, Viola, Cello, Keyboard - Set of 4 Parts) 4-Part $60.00 Quintet No. 4 For Winds Woodwind Quintet $58.95 Septet for Clarinet, Bassoon, Horn, Violin, Viola, Violoncello and Double Bass Bassoon $50.00 Quintet No. 4 For Winds Woodwind Quintet $50.00 Traveler Bassoon Don't miss out! Access exclusive content and coupons, and be the first to know about new releases. SIGN UP Trustpilot Stay Connected With Us Flexible Payment Options .my-account-links span { font-size: 14px; font-family: Euclid,sans-serif; font-weight: 600; margin-bottom: 0; line-height: 2.5em; color: #1e2527; margin-top: 1.9em; } .my-account-links li a { font-size: 13px; } My Account My Account My Account My Digital Library Easy Rebates Affiliates .customer-service-links span { font-size: 14px; font-family: Euclid,sans-serif; font-weight: 600; margin-bottom: 0; line-height: 2.5em; color: #1e2527; margin-top: 1.9em; } .customer-service-links li a { font-size: 13px; } Customer Service Customer Service Order Status Return Policy Help Digital Downloads FAQs Institutional Accounts Purchase Orders Contact Us .quick-links span { font-size: 14px; font-family: Euclid,sans-serif; font-weight: 600; margin-bottom: 0; line-height: 2.5em; color: #1e2527; margin-top: 1.9em; } .quick-links li a { font-size: 13px; } Quick Links Quick Links Shopping Cart Gift Certificates Teacher Resource Center .about-links span { font-size: 14px; font-family: Euclid,sans-serif; font-weight: 600; margin-bottom: 0; line-height: 2.5em; color: #1e2527; margin-top: 1.9em; } .about-links li a { font-size: 13px; } Company Company About Us Press Center Take Note Blog Privacy Policy Terms & Conditions Our Partners var yotpo_app_key = "iNxv92WsloPVJoLU4y4J1LaGfDxSKtSdbB9O6y9y"; (function e(){var e=document.createElement("script");e.type="text/javascript",e.async=true,e.src="//staticw2.yotpo.com/iNxv92WsloPVJoLU4y4J1LaGfDxSKtSdbB9O6y9y/widget.js";var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)})(); &nbsp; © 1997-2024 Sheet Music Plus 7777 W. Bluemound Rd.Milwaukee, WI 53213United States Get 15% off order of $50 or more, and 20% off orders of $100 or more! Simply enter the code GLZKEZ6 in the Promo Code field on the chopping cart page and click Apply to receive your discount. Details: Cannot be combined with other coupon or promo codes. Customer must enter coupon code during Checkout to receive discount. Cannot be applied to previous or pending purchases. Taxes and shipping are not included when determining the minimum order amount. Does not apply to the purchase of Gift Certificates, hymnals, show kits, or products from these manufacturers: Acoustica, AirTurn, Alpine Hearing Protection, Antares, Apogee, Aquarius, Audient, Augustine Guitar Strings, Avid, Axe Heaven... Minimum order amounts are listed in USD. Offer ends at 11:59pm PDT on May 13, 2022. Sheet Music Plus reserves the right to cancel or change this offer at any time. Close Product Added to Cart &times; The item has been added to your cart. (function(){ // window.CQuotient is provided on the page by the Analytics code: var cq = window.CQuotient; var dc = window.DataCloud; var isCQ = false; var isDC = false; if (cq && ('function' == typeof cq.getCQUserId) && ('function' == typeof cq.getCQCookieId) && ('function' == typeof cq.getCQHashedEmail) && ('function' == typeof cq.getCQHashedLogin)) { isCQ = true; } if (dc && ('function' == typeof dc.getDCUserId)) { isDC = true; } if (isCQ || isDC) { var recommender = '[["product-to-product"]]'; var slotRecommendationType = 'RECOMMENDATION'; // removing any leading/trailing square brackets and escaped quotes: recommender = recommender.replace(/\[|\]|"/g, ''); var separator = '|||'; var slotConfigurationUUID = '16f786c0658720dfd7fc23214f'; var contextAUID = ''; var contextSecondaryAUID = ''; var contextAltAUID = ''; var contextType = ''; var anchorsArray = []; var contextAUIDs = contextAUID.split(separator); var contextSecondaryAUIDs = contextSecondaryAUID.split(separator); var contextAltAUIDs = contextAltAUID.split(separator); var contextTypes = contextType.split(separator); var slotName = 'cart-modal-product-recommendations'; var slotConfigId = 'Add to Cart Modal Recommendations'; var slotConfigTemplate = 'slots/recommendation/cartModel.isml'; if (contextAUIDs.length == contextSecondaryAUIDs.length) { for (i = 0; i < contextAUIDs.length; i++) { anchorsArray.push({ id: contextAUIDs[i], sku: contextSecondaryAUIDs[i], type: contextTypes[i], alt_id: contextAltAUIDs[i] }); } } else { anchorsArray = [{id: contextAUID, sku: contextSecondaryAUID, type: contextType, alt_id: contextAltAUID}]; } var urlToCall = '/on/demandware.store/Sites-sheetmusicplus-Site/default/CQRecomm-Start'; var params = null; if (isCQ) { params = { userId: cq.getCQUserId(), cookieId: cq.getCQCookieId(), emailId: cq.getCQHashedEmail(), loginId: cq.getCQHashedLogin(), anchors: anchorsArray, slotId: slotName, slotConfigId: slotConfigId, slotConfigTemplate: slotConfigTemplate, ccver: '1.03' }; } // console.log("Recommendation Type - " + slotRecommendationType + ", Recommender Selected - " + recommender); if (isDC && slotRecommendationType == 'DATA_CLOUD_RECOMMENDATION') { // Set DC variables for API call dcIndividualId = dc.getDCUserId(); dcUrl = dc.getDCPersonalizationPath(); if (dcIndividualId && dcUrl && dcIndividualId != '' && dcUrl != '') { // console.log("Fetching CDP Recommendations"); var productRecs = {}; productRecs[recommender] = getCDPRecs(dcUrl, dcIndividualId, recommender); cb(productRecs); } } else if (isCQ && slotRecommendationType != 'DATA_CLOUD_RECOMMENDATION') { if (cq.getRecs) { cq.getRecs(cq.clientId, recommender, params, cb); } else { cq.widgets = cq.widgets || []; cq.widgets.push({ recommenderName: recommender, parameters: params, callback: cb }); } } }; function cb(parsed) { var arr = parsed[recommender].recs; if (arr && 0 < arr.length) { var filteredProductIds = ''; for (i = 0; i < arr.length; i++) { filteredProductIds = filteredProductIds + 'pid' + i + '=' + encodeURIComponent(arr[i].id) + '&'; } filteredProductIds = filteredProductIds.substring(0, filteredProductIds.length - 1);//to remove the trailing '&' var formData = 'auid=' + encodeURIComponent(contextAUID) + '&scid=' + slotConfigurationUUID + '&' + filteredProductIds; var request = new XMLHttpRequest(); request.open('POST', urlToCall, true); request.setRequestHeader('Content-type', 'application/x-www-form-urlencoded'); request.onreadystatechange = function() { if (this.readyState === 4) { // Got the product data from DW, showing the products now by changing the inner HTML of the DIV: var divId = 'cq_recomm_slot-' + slotConfigurationUUID; document.getElementById(divId).innerHTML = this.responseText; //find and evaluate scripts in response: var scripts = document.getElementById(divId).getElementsByTagName('script'); if (null != scripts) { for (var i=0;i<scripts.length;i++) {//not combining script snippets on purpose var srcScript = document.createElement('script'); srcScript.text = scripts[i].innerHTML; srcScript.asynch = scripts[i].asynch; srcScript.defer = scripts[i].defer; srcScript.type = scripts[i].type; srcScript.charset = scripts[i].charset; document.head.appendChild( srcScript ); document.head.removeChild( srcScript ); } } } }; request.send(formData); request = null; } }; })(); Continue Shopping Go to Cart //<!-- /* */ // -->
wolfgang amadeus mozart
wolfgang amadeus mozart
wolfgang amadeus mozart, eugene egorov
wolfgang amadeus mozart, malcolm escott
wolfgang amadeus mozart, donald sosin
wolfgang amadeus mozart
wolfgang amadeus mozart
wolfgang amadeus mozart
wolfgang amadeus mozart
wolfgang amadeus mozart, artsongtranspositions.com
wolfgang amadeus mozart, glauco fernandes
wolfgang amadeus mozart, marie-claire jamet