Unavailable

Second Eve for SSAATTBB Choir is currently 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.

Try these next steps

About this arrangement

Choir Secular SSAATTBB choir a cappella (SATB choir) SKU: PE.EP72296 2008. Composed by Ola Gjeilo. Choral Works (inc. Oratorios). Edition Peters. Modern. Choral Octavo. 16 pages. Duration 00:05:40. Edition Peters #98-EP72296. Published by Edition Peters (PE.EP72296). ISBN 9790577002514. 270 x 195mm inches. English.SSAATTBB a cappellaSecond Eve is the first composition by Ola Gjeilo to be published by Edition Peters.Composer Notes:In some of my pieces, the text is somewhat more the servant of the music than the other way around, and Second Eve is one of those works. The music is mainly inspired by a breathtaking photograph taken by one of my favorite photographers, Jake Rajs, featured in the book These United States (Rizzoli). It is a picture of Alaska's Mount McKinley, the highest mountain peak in the US, and I was looking at this photo throughout the writing process, making sure that the energy and atmosphere of the music corresponded with the feeling I got from looking at the picture.The Sancta Maria text seemed to kind of fit into what I was looking for in this piece, expressing something mystical, and kind of regal, which Mt. McKinley is in every possible way.Second Eve was commissioned by, dedicated to, and later premiered by the Riverside City College Chamber Choir and conductor John Byun in Riverside, California, October 2008. (Ola Gjeilo)About the Composer:Ola Gjeilo (pronounced Yay-lo) was born in Norway in 1978, and moved to the United States in 2001 to begin his composition studies at the Juilliard School in New York City.Ola's concert works are performed all over the world, and his debut recording as a pianist-composer, the lyrical crossover album Stone Rose, was released in 2007, followed by its 2012 sequel, Piano Improvisations. Many of Ola's choral works are featured on Phoenix Chorale/Charles Bruffy's CD on the Chandos label, Northern Lights (2012), which is devoted entirely to his music for choir.He especially enjoys writing music for choir, orchestra/symphonic winds, and the piano, while as a pianist, his main passion is improvisation, either solo or over his own ensemble works.Presently a full-time composer based in the US, Ola is. 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 &amp;&amp; ('function' == typeof cq.getCQUserId) &amp;&amp; ('function' == typeof cq.getCQCookieId) &amp;&amp; ('function' == typeof cq.getCQHashedEmail) &amp;&amp; ('function' == typeof cq.getCQHashedLogin)) { isCQ = true; } if (dc &amp;&amp; ('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 = '19840001'; 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 &lt; 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 &amp;&amp; slotRecommendationType == 'DATA_CLOUD_RECOMMENDATION') { // Set DC variables for API call dcIndividualId = dc.getDCUserId(); dcUrl = dc.getDCPersonalizationPath(); if (dcIndividualId &amp;&amp; dcUrl &amp;&amp; dcIndividualId != '' &amp;&amp; dcUrl != '') { // console.log("Fetching CDP Recommendations"); var productRecs = {}; productRecs[recommender] = getCDPRecs(dcUrl, dcIndividualId, recommender); cb(productRecs); } } else if (isCQ &amp;&amp; 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 &amp;&amp; 0 &lt; arr.length) { var filteredProductIds = ''; for (i = 0; i &lt; arr.length; i++) { filteredProductIds = filteredProductIds + 'pid' + i + '=' + encodeURIComponent(arr[i].id) + '&amp;'; } filteredProductIds = filteredProductIds.substring(0, filteredProductIds.length - 1);//to remove the trailing '&amp;' var formData = 'auid=' + encodeURIComponent(contextAUID) + '&amp;scid=' + slotConfigurationUUID + '&amp;' + 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&lt;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 Second Eve for SSAATTBB Choir $(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 $6.95 to $6.25 Contrition for SSAATTBB Choir and Soprano Solo SSAATTBB Price reduced from $2.95 to $2.65 Still SSAATTBB Price reduced from $45.00 to $40.50 Tundra (SATB Full Score and Parts) SSAATTBB Price reduced from $8.95 to $8.05 Water Lilies for SSAATTBB Choir SSAATTBB Price reduced from $45.00 to $40.50 Sacred Heart (Full Score and Instrumental Parts) SSAATTBB Price reduced from $6.95 to $6.25 Dark &amp; Luminous Night (Vocal Score) SSAATTBB Price reduced from $3.20 to $2.88 Wintertide SSAATTBB Price reduced from $3.30 to $2.97 Across the Vast, Eternal Sky (Vocal Score) SSAATTBB Price reduced from $6.95 to $6.25 My Heart Danceth for SSAATTBB Choir SSAATTBB Price reduced from $3.20 to $2.88 Sacred Heart (Vocal Score) SSAATTBB Price reduced from $6.10 to $5.49 Luminous Night of the Soul (Vocal Score) SSAATTBB Price reduced from $4.95 to $4.45 Tota Pulchra Es 4-Part Price reduced from $5.95 to $5.35 Silent Night for SSAATTBB Choir SSAATTBB Price reduced from $3.10 to $2.79 Ecce Novum (SATB) Divisi Price reduced from $4.95 to $4.45 Christmas Carols, Volume 2 SSAATTBB Price reduced from $3.95 to $3.55 Forklaring 4-Part Price reduced from $5.50 to $4.95 Jingle Bells (Arranged for SSAATTBB Choir) SSAATTBB Price reduced from $4.50 to $4.05 Flame for SSAATTBB Choir Divisi Price reduced from $6.95 to $6.25 Love Endureth for SSAATTBB Choir SSAATTBB Price reduced from $3.20 to $2.88 Wintertide/Solrenning S&amp;aelig;le SSAATTBB Top-selling in SSAATTBB $(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 $3.25 to $2.92 Serenade to Music SSAATTBB Price reduced from $21.00 to $18.90 Awakening SSAATTBB Price reduced from $2.25 to $2.02 Cell Phone Turn Off SSAATTBB Price reduced from $16.50 to $14.85 A Place of Hope SSAATTBB Price reduced from $1.95 to $0.80 Regina Caeli SSAATTBB Price reduced from $11.99 to $10.79 Te Deum SSAATTBB Price reduced from $9.95 to $8.95 Regina Caeli - Vittoria SSAATTBB Price reduced from $7.95 to $7.15 Dark Night of the Soul (Vocal Score) SSAATTBB Price reduced from $21.95 to $19.75 Mass in b minor, BWV 232 SSAATTBB Price reduced from $6.10 to $5.49 Luminous Night of the Soul (Vocal Score) SSAATTBB Price reduced from $207.95 to $187.15 Elijah, op. 70 4-Part Price reduced from $4.50 to $4.05 Christus Vincit SSAATTBB Price reduced from $131.95 to $118.75 Mass b minor, BWV 232 4-Part Price reduced from $3.55 to $3.19 Terrai maris et caeli SSAATTBB Price reduced from $2.40 to $2.16 Hold Fast to Dreams SSAATTBB Price reduced from $80.95 to $72.85 Doktor Faust K 303 SSAATTBB Price reduced from $2.50 to $2.25 Gabriel’s Message SSAATTBB Price reduced from $3.25 to $2.92 Alleluia SSAATTBB 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 &amp; 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)})(); &amp;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 &amp;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 &amp;&amp; ('function' == typeof cq.getCQUserId) &amp;&amp; ('function' == typeof cq.getCQCookieId) &amp;&amp; ('function' == typeof cq.getCQHashedEmail) &amp;&amp; ('function' == typeof cq.getCQHashedLogin)) { isCQ = true; } if (dc &amp;&amp; ('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 &lt; 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 &amp;&amp; slotRecommendationType == 'DATA_CLOUD_RECOMMENDATION') { // Set DC variables for API call dcIndividualId = dc.getDCUserId(); dcUrl = dc.getDCPersonalizationPath(); if (dcIndividualId &amp;&amp; dcUrl &amp;&amp; dcIndividualId != '' &amp;&amp; dcUrl != '') { // console.log("Fetching CDP Recommendations"); var productRecs = {}; productRecs[recommender] = getCDPRecs(dcUrl, dcIndividualId, recommender); cb(productRecs); } } else if (isCQ &amp;&amp; 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 &amp;&amp; 0 &lt; arr.length) { var filteredProductIds = ''; for (i = 0; i &lt; arr.length; i++) { filteredProductIds = filteredProductIds + 'pid' + i + '=' + encodeURIComponent(arr[i].id) + '&amp;'; } filteredProductIds = filteredProductIds.substring(0, filteredProductIds.length - 1);//to remove the trailing '&amp;' var formData = 'auid=' + encodeURIComponent(contextAUID) + '&amp;scid=' + slotConfigurationUUID + '&amp;' + 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&lt;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 //<!-- /* */ // -->

Related sheet music

Northern Lights

Northern Lights

ola gjeilo

Loading...
Eclipse

Eclipse

ola gjeilo

Loading...
Aurora

Aurora

ola gjeilo

Loading...
Dreaming

Dreaming

ola gjeilo

Loading...
Polar

Polar

ola gjeilo

Loading...
Ola Gjeilo

Ola Gjeilo

ola gjeilo

Loading...
Shadows

Shadows

ola gjeilo

Loading...
Clarity

Clarity

ola gjeilo

Loading...
Advance Democracy

Advance Democracy

benjamin britten

Loading...
Still

Still

ola gjeilo

Loading...
Aeon

Aeon

ola gjeilo

Loading...
Meridian

Meridian

ola gjeilo

Loading...