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.
Woodwinds (Solos: SATB - mix ch - 2.2.2.2 - 4.2.3.0 - timp - org - str) SKU: BR.OB-5361-30 Urtext. Composed by Antonin Dvorak. Edited by Klaus Doge. Choir; Folder. Orchester-Bibliothek (Orchestral Library). The authentic text-critical new edition - complete as sales material (the only edition with a choral score and a historically legitimated piano-vocal score by Josef Zubaty)Awarded the German Music Edition Prize 2005Have a look into <a hre. Romantic period. Set of parts. 230 pages. Duration 85'. Breitkopf and Haertel #OB 5361-30. Published by Breitkopf and Haertel (BR.OB-5361-30). ISBN 9790004337370. 10 x 12.5 inches.Antonin Dvorak penned his Stabat mater op. 58 in the years 1876 and 1877. The first performance took place in Prague on 23 December 1880. The first edition (score and piano vocal score) was published by Simrock (Berlin) in 1881.Breitkopf & Hartel's Urtext edition comprises the complete performance material including the piano vocal score and choral score. Through the arrangement by Josef Zubaty, the piano vocal score offers the sole authentic and historically legitimated music text, the one that Dvorak himself commissioned for the world premiere.The unique stature of Breitkopf's new edition of Dvorak's Stabat mater can easily be nailed down by three superlatives: * It is the only edition with a historically legitimated piano-vocal score. Josef Zubaty's arrangement is the only authentic reduction, and was commissioned by Dvorak himself for the world premiere. (The composer never made a reduction of this work himself.)* It is the only edition with a choral score.* It is thus the first text-critical edition that goes beyond the source findings presented in the Dvorak Complete Edition and which can be used for performances with a material that can be purchased in its entirety. ,,Guter Druck, gutes Papier, ubersichtlicher Notensatz. Wie immer ein Kompliment an und fur B&H! Die sorgsam aufeinander abgestimmten Teile der Neuausgabe erleichtern die Arbeit. Wenn nicht schon Auffuhrungsmaterial vorhanden ist, so sollte unbedingt zu dieser Ausgabe gegriffen werden. (Kurt-Ludwig Forg, Kirchenmusik)The authentic text-critical new edition - complete as sales material (the only edition with a choral score and a historically legitimated piano-vocal score by Josef Zubaty)Awarded the German Music Edition Prize 2005. 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 = '6356559'; 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 Stabat mater Op. 58 $(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 } } ] }); }); Price reduced from $21.95 to $19.75 Stabat mater 4-Part Price reduced from $12.95 to $11.65 Stabat mater 4-Part Price reduced from $9.95 to $8.95 Stabat Mater in G minor 4-Part Price reduced from $3.95 to $3.55 Stabat Mater in G minor 4-Part Price reduced from $28.95 to $26.05 Stabat mater 4-Part Price reduced from $300.95 to $270.85 Stabat mater STB Price reduced from $26.95 to $24.25 Stabat Mater in G minor 4-Part Price reduced from $77.95 to $70.15 Stabat Mater in G minor 4-Part Price reduced from $85.95 to $77.35 Stabat mater STB Price reduced from $26.95 to $24.25 Stabat mater STB Price reduced from $11.95 to $10.75 Stabat mater STB Price reduced from $14.95 to $13.45 Stabat mater STB Price reduced from $14.95 to $13.45 Stabat mater STB Price reduced from $14.95 to $13.45 Stabat mater STB Price reduced from $15.95 to $14.35 Stabat Mater in G minor 4-Part Price reduced from $15.95 to $14.35 Stabat mater 4-Part Price reduced from $15.95 to $14.35 Stabat mater 4-Part Price reduced from $36.95 to $33.25 Stabat mater 4-Part Price reduced from $14.95 to $13.45 Stabat mater STB Price reduced from $275.95 to $248.35 Stabat mater 4-Part Top-selling in 4-Part $(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 } } ] }); }); Price reduced from $39.99 to $35.99 The Lost Birds (An Extinction Elegy) Divisi Price reduced from $24.95 to $22.45 Messa da Requiem 4-Part Price reduced from $21.95 to $19.75 Mass in b minor, BWV 232 SSAATTBB Price reduced from $17.99 to $16.19 Plainscapes 4-Part Price reduced from $14.95 to $13.45 For us a child is born (Uns ist ein Kind geboren) SSATB Price reduced from $21.95 to $19.75 Missa C major, KV 337 'Missa solemnis' 4-Part Price reduced from $2.50 to $2.25 Draw The Circle Wide 4-Part Price reduced from $27.50 to $24.75 The Oxford Easy Anthem Book 4-Part Price reduced from $2.95 to $2.65 Prayer of Thankful Praise 4-Part Price reduced from $3.65 to $3.28 Jersey Boys 4-Part Price reduced from $3.25 to $2.92 What a Friend We Have in Jesus 4-Part Price reduced from $9.95 to $8.95 Requiem, Op. 9 4-Part Price reduced from $3.20 to $2.88 A Wink And A Smile (arr. Kim Brittain) SSAA Price reduced from $3.95 to $3.55 Summer of '69 &ndash; Three Days That Rocked the World 4-Part Price reduced from $4.50 to $4.05 What Was I Made For? SSAA Price reduced from $2.25 to $2.02 God of Our Fathers 4-Part Price reduced from $1.99 to $1.79 We Can't Stop TTBB Price reduced from $3.00 to $2.70 The Wind that Shakes the Barley (TTBB) TTBB 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 //<!-- /* */ // -->
antonin dvorak
antonin dvorak
antonin dvorak
antonin dvorak
antonin dvorak
antonin dvorak
antonin dvorak
antonin dvorak
antonin dvorak
antonin dvorak