Disable All Advertising
Image
EAN-139781495019029   EAN-13 barcode 9781495019029
Product NameSinger's Musical Theatre Anthology - Volume 6: Tenor Book Only
LanguageEnglish
CategoryBook / Magazine / Publication
Amazon.comA Buy on Amazon ~ 1495019020
Price New12.20 US Dollars    (curriencies)
Price Used12.43 US Dollars    (curriencies)
Width0.64 inches    (convert)
Height12 inches    (convert)
Length9 inches    (convert)
Page Count256
BindingPaperback
Published08/01/2015
FeaturesSeries: Vocal Collection Publisher: Hal Leonard Format: Softcover Composer: Various Editor: Richard Walters Inventory #HL 00145260 ISBN: 9781495019029 UPC: 888680065034 Width: 9.0" Length: 12.0" 256 pages
Long Description(Vocal Collection). The world's most trusted source for great theatre literature for singing actors! Each song is in its original key and has been chosen particular for each voice tpe. The selection of songs comes from classic through contemporary shows and the book includes notes about each show and song. Contents: THE 25TH ANNUAL PUTNAM COUNTY SPELLING BEE: My Unfortunate Erection * ALADDIN: Proud of Your Boy * BABY: I Chose Right * BIG FISH: Stranger * THE BRIDGES OF MADISON COUNTY: Wondering * It All Fades Away * BRING IT ON THE MUSICAL: Enjoy the Trip * CARRIE: Dreamer in Disguise * CATCH ME IF YOU CAN: Someone Else's Skin * ELEGIES: When the Earth Stopped Turning * FALSETTOS: The Games I Play * FAR FROM HEAVEN: I Never Knew * FIRST DATE: In Love with You * A FUNNY THING HAPPENED ON THE WAY TO THE FORUM: I'm Calm * A GENTLEMAN'S GUIDE TO LOVE AND MURDER: Foolish to Think * Sibella * HONEYMOON IN VEGAS: Isn't That Enough? * IF/THEN: You Don't Need to Love Me * THE LAST FIVE YEARS: If I Didn't Believe in You * THE LITTLE MERMAID: Her Voice * A MAN OF NO IMPORTANCE: The Streets of Dublin * MEMPHIS: Memphis Lives in Me * NEWSIES THE MUSICAL: Santa Fe (Broadway Version) * NEXT TO NORMAL: I'm Alive * There's a World * ONCE: Leave * Say It to Me Now * PIPPIN: With You * SWEENEY TODD: The Contest * VIOLET: Last Time I Came to Memphis * Let It Sing * WONDERLAND: One Knight.
Similar Items9780634064432: The 16-Bar Theatre Audition: 100 Songs Excerpted For Succesful Auditions (Vocal Collection-Baritone/Bass)
9780634064418: The 16-Bar Theatre Audition: 100 Songs Excerpted For Successful Auditions (Vocal Collection-Mezzo Soprano/Belter)
9780634061851: The Singer's Musical Theatre Anthology - Volume 3: Tenor Accompaniment CDs (Singer's Musical Theatre Anthology (Accompaniment))
9780634061844: The Singer's Musical Theatre Anthology - Volume 2: Tenor Accompaniment CDs (Singer's Musical Theatre Anthology (Accompaniment))
9780634060113: The Singer's Musical Theatre Anthology - Volume 2: Soprano Accompaniment Cds (Singer's Musical Theatre Anthology (Accompaniment))
9780634049354: The Sweet Smell of Success Vocal Selections
9780634047695: The Contemporary Singing Actor Men's Edition Volume 2 Revised Edition
9780634047671: The Contemporary Singing Actor: Women's Voices Volume 2 Third Edition
9780634009778: The Singer's Musical Theatre Anthology - Volume 3: Baritone/Bass Book Only (Singer's Musical Theatre Anthology (Songbooks))
9780634009761: The Singer's Musical Theatre Anthology: Tenor (Singer's Musical Theatre Anthology, Vol. 3)
View 26 more similar items
Created01-31-2016 4:58:04am
Modified10-06-2017 12:06:07am
MD54a6a7280db24de4e3ab7c7c82c9f2484
SHA256a92fb849044a96daf56b4f660dc3393a307736dd04ec3692d71980f55074c329
Search Googleby EAN or by Title
Query Time0.1545041

An article of interest

Making use of the tools we offer

Data Feed API v2 - Access and Data Layout

This describes how to use version 2.x of the data feed. Version 1.x of the feed is no longer supported in any way.

Accessing the data requires your account to have an active data feed. This switch can be turned on or off on the data feed page. This is also where you will be able to view your KEYCODE which is required to make calls to the feed.

You must always pass these...

When looking up data...

When updating data...

To download the list of categories...

The feed return data structure...

All fieds are returned regardless of the result. Check the status code before trying to make use of any of the data returned. As long as the code you send is valid (not an error) the barcode field will hold a link to a baccode graphic. If you get a 404 error because we can't find the product, you may still get valid data in the company section so you may want to check the company name field.

status
    find     the find value you sent in your request
    code     200 = success, 404 = not found, 400 and 500 = error
    message     details about the code
    version     feed version number
product
    modified     YYYY-MM-DD HH:MM:SS (24 hour time)
    ean13     13 digit EAN-13 code
    upca     12 digit UPC-A code (may be n/a)
    upce     8 digit UPC-E code (may be n/a)
    product     the name of the product
    description     size, weight, count, color, etc.
    category_no     numeric category code
    category_text     text version of the category
    url     a link to the product page (not on our site)
    image     a link to an image of the product (on our site)
    has_long_desc     does this product have a long description (1/0)
    barcode     a link to a barcode image (on our site)
    locked     is this data locked from updates (1/0)
company
    name     company name
    logo     a link to a company logo (on our site)
    url     a link to the company's official web site
    address     the company's mailing address
    phone     the company's phone number (digits only)
    locked     is this data locked from updates (1/0)

You will need to make requests for the content of the long description in a separate call get=long_desc to the GET or POST request. In this case, you will only get back the long description. The return structure of the long description data looks like this...

status
    find     the find value you sent in your request
    code     200 = success, 404 = not found, 400 and 500 = error
    message     details about the code
    version     feed version number
product
    modified     YYYY-MM-DD HH:MM:SS (24 hour time)
    long_desc     the long description for the product
    locked     is this data locked from updates (1/0)