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.
Piano Solo - Level 3 - Digital Download SKU: A0.510769 By Glee Cast. By Frank Loesser. Arranged by Mario Stallbaumer. Contemporary. Score. 3 pages. Mario Stallbaumer #6113733. Published by Mario Stallbaumer (A0.510769). With this sheet music, you can play “Baby, It’s Cold Outside” on piano!The full melody is included in the piano part, so it makes for a perfect instrumental (piano solo) cover. The famous duet "Baby, It's Cold Outside" was written in 1944 by Frank Loesser, who regularly performed the song at celebrity parties with his wife, Lynn Garland.In 1949, the song appeared in the film "Neptune's Daughter", and won an Academy Award for Best Original Song!The song is clearly winter-themed (talking about the blizzard outside!), but it doesn’t mention anything holiday-related. Anyway, the song is generally considered a Christmas song.Of course, the song has been covered by countless artists since the 40s.Some of the most memorable recordings include such fantastic duos as Louis Armstrong and Velma Middleton, Ray Charles and Betty Carter, Rod Stewart and Dolly Parton, Idina Menzel and Michael Bublé, Cee Lo Green and Christina Aguilera, Lady Gaga and Joseph Gordon-Levitt, Seth MacFarlane and Sara Bareilles!“Baby, It’s Cold Outside” also appeared in an episode of Glee (“A Very Glee Christmas”, Season 2, Episode 10), where it is performed by members of the Glee Cast (Blaine Anderson/Darren Criss and Kurt Hummel/Chris Colfer).Time for you to play it!Here are the full lyrics to “Baby, It’s Cold Outside”:[VERSE 1]I really can't stay (but baby, it's cold outside)I've got to go away (but baby, it's cold outside)This evening has been (been hoping that you'd drop in)So very nice (i'll hold your hands, they're just like ice)My mother will start to worry (beautiful what's your hurry?)My father will be pacing the floor (listen to the fireplace roar)So really I'd better scurry (beautiful please don't hurry)But maybe just a half a drink more (put some records on while I pour)The neighbors might think (baby, it's bad out there)Say what's in this drink? (no cabs to be had out there)I wish I knew how (your eyes are like starlight now)To break this spell (i'll take your hat, your hair looks swell)I ought to say, no, no, no sir (mind if I move in closer?)At least I'm gonna say that I tried (what's the sense in hurtin' my pride?)I really can't stay (oh baby don't hold out)But baby, it's cold outside[VERSE 2]I simply must go (but baby, it's cold outside)The answer is no (but baby, it's cold outside)Your welcome has been(how lucky that you dropped in)So nice and warm (look out the window at this dawn)My sister will be suspicious (gosh your lips look delicious)My brother will be there at the door (waves upon the tropical shore)My maiden aunts mind is vicious (gosh your lips are delicious)But maybe just a cigarette more (never such a blizzard before)I've gotta get home(but baby, you'd freeze out there)Say lend me a coat(it's up to your knees out there)You've really been grand (i thrill when you touch my hand)But don't you see? (how can you do this thing to me?)There's bound to be talk tomorrow (think o. This product was created by a member of ArrangeMe, Hal Leonard’s global self-publishing community of independent composers, arrangers, and songwriters. ArrangeMe allows for the publication of unique arrangements of both popular titles and original compositions from a wide variety of voices and backgrounds. About Digital Downloads Digital Downloads are downloadable sheet music files that can be viewed directly on your computer, tablet or mobile device. Once you download your digital sheet music, you can view and print it at home, school, or anywhere you want to make music, and you don’t have to be connected to the internet. Just purchase, download and play! PLEASE NOTE: Your Digital Download will have a watermark at the bottom of each page that will include your name, purchase date and number of copies purchased. You are only authorized to print the number of copies that you have purchased. You may not digitally distribute or print more copies than purchased for use (i.e., you may not print or digitally distribute individual copies to friends or students). Reviews (function(){ // window.CQuotient is provided on the page by the Analytics code: var cq = window.CQuotient; if (cq && ('function' == typeof cq.getCQUserId) && ('function' == typeof cq.getCQCookieId) && ('function' == typeof cq.getCQHashedEmail) && ('function' == typeof cq.getCQHashedLogin)) { var recommender = '[["product-to-product"]]'; // removing any leading/trailing square brackets and escaped quotes: recommender=recommender.replace(/\[|\]|"/g,''); var separator = '|||'; var slotConfigurationUUID = 'c05698e72571b3d109adce4ef3'; var contextAUID = '21891675'; 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 = { userId: cq.getCQUserId(), cookieId: cq.getCQCookieId(), emailId: cq.getCQHashedEmail(), loginId: cq.getCQHashedLogin(), anchors: anchorsArray, slotId: slotName, slotConfigId: slotConfigId, slotConfigTemplate: slotConfigTemplate, ccver: '1.03' }; 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 Baby, It's Cold Outside $(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 } } ] }); }); $3.99 Don't Worry Baby Piano $4.99 Don't Worry Baby Piano, Vocal, Guitar $3.95 If I Should Fall Behind Small Ensemble $4.99 A-o-k Piano $1.99 A O K Choir $2.99 Don't Worry Baby TTBB $4.99 Don't Worry 'Bout Me, Baby Piano, Vocal, Guitar $4.99 Let It Snow! Let It Snow! Let It Snow! Piano Solo $4.99 Let It Snow! Let It Snow! Let It Snow! Voice $4.99 Let It Snow! Let It Snow! Let It Snow! Voice $9.99 Let It Snow! Let It Snow! Let It Snow! Piano Solo $4.99 Let It Snow! Let It Snow! Let It Snow! Flute $4.99 Let It Snow! Let It Snow! Let It Snow! Piano Solo $4.99 Let It Snow! Let It Snow! Let It Snow! Clarinet Solo $4.99 Let It Snow! Let It Snow! Let It Snow! Piano $4.99 Let It Snow! Let It Snow! Let It Snow! Piano Solo $4.99 Let It Snow! Let It Snow! Let It Snow! Piano Solo $4.99 Let It Snow! Let It Snow! Let It Snow! Ukulele $2.75 Love Unmeasured, Love of God 4-Part $3.65 Christmas On Broadway (Medley) SSA $2.25 Baby, It's Cold Outside 4-Part $24.99 Thankful (arr. Mark Hayes) Choir $1.99 Thankful (arr. Mark Hayes) Choir Price reduced from $27.95 to $26.55 Kling Glockchen 4-Part $5.95 The Best Of The Bee Gees 3-Part $4.99 Baby, It's Cold Outside Vocal Duet $5.50 ABBA Forever! Choir $2.45 O Yule, Full of Gladness Choir $2.95 Chanukah in Santa Monica 4-Part $3.95 Beautiful: The Carole King Musical (Choral Selections) 3-Part $3.95 Beautiful: The Carole King Musical (Choral Selections) SSA $3.95 Beautiful: The Carole King Musical 3-Part $2.50 Thankful (arr. Mark Hayes) 2-Part $24.99 Beautiful: The Carole King Musical Piano, Vocal, Guitar Price reduced from $14.99 to $6.00 The Best of Carole King Piano Solo $1.70 How Deep Is Your Love 4-Part Price reduced from $127.95 to $121.55 Kling Glockchen Brass Band $7.95 Joy In the Morning Voice Top-selling in Piano Solo $(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 } } ] }); }); $69.95 The Essential Collection for the Church Pianist Piano Solo $126.95 Complete Sonatas for Pianoforte I-III Piano Solo $21.99 The John Rutter Piano Album Piano Solo $4.49 Van Gogh Piano Solo $6.99 Piano for the Young Beginner - Primer A Piano Method $32.95 Peaceful Piano Piano Solo $8.50 Bastien Piano Basics, Level 1, Piano Piano Method $29.90 33 Miniatures for Piano Piano Solo $209.00 Piano Sonata in B minor Piano Solo Price reduced from $69.95 to $66.45 Essential Collection of Contemporary Piano Settings, Vol. 2 Piano Solo $49.99 The Harry Potter Piano Anthology Piano Solo $173.95 Complete Sonatas for Keyboard I-IV Piano Solo $19.99 Alfred's Basic Adult All-in-One Course, Book 1 Piano Method $21.99 Four Early 20th Century Piano Suites by Black Composers Piano Solo $25.99 Brian Crain &ndash; Piano Sheet Music Collection Piano Solo $29.95 Mark Hayes: Hymns for the Intermediate Pianist Piano Solo $15.99 Sacred Classics for Solo Piano Piano Solo $27.99 Philip Glass: The Complete Piano Etudes Piano Method 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 .safe-shopping { margin-top: 2em; margin-bottom: 2em; } @media (min-width: 576px) { .safe-shopping { margin-top: .5em; margin-bottom: .5em; } } .safe-shopping .bbb { width: 120px; } 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; if (cq && ('function' == typeof cq.getCQUserId) && ('function' == typeof cq.getCQCookieId) && ('function' == typeof cq.getCQHashedEmail) && ('function' == typeof cq.getCQHashedLogin)) { var recommender = '[["product-to-product"]]'; // 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 = { userId: cq.getCQUserId(), cookieId: cq.getCQCookieId(), emailId: cq.getCQHashedEmail(), loginId: cq.getCQHashedLogin(), anchors: anchorsArray, slotId: slotName, slotConfigId: slotConfigId, slotConfigTemplate: slotConfigTemplate, ccver: '1.03' }; 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 //<!-- /* */ // -->
john berry, michael sweeney, paul murtha, rick stitzel
john berry, michael sweeney, paul murtha, rick stitzel
john berry, michael sweeney, paul murtha, rick stitzel
various
john berry, michael sweeney, paul murtha, rick stitzel
victor young, ned washington
rick stitzel, john berry, michael sweeney, paul murtha
john berry, michael sweeney, paul murtha, rick stitzel
john berry, michael sweeney, paul murtha, rick stitzel
john berry, michael sweeney, paul murtha, rick stitzel
various
john berry, michael sweeney, paul murtha, rick stitzel