Sorry, copyrighted material! If you want these contents for a project, please just ask - if we can, we are always keen to assist.

The Expectations

Info/pic courtesy Roy Spencer

  • Milton James - Vocals
  • Alf Cuffey - Vocals
  • Geoff Wilson - Drums 
  • Geoff "Chiz" Muir - Bass
  • Pete Wrigley - Guitar

Following the break up of The Rumble Fat Band, Geoff (Drums) and Chiz (Bass) were introduced to Milton James and Alf Coughie by Barry Perkins and they formed the Expectations.

A lead guitarist was needed "with image to fit in with the rest of the group" was needed and Pete Wrigley and formerly of The Uptown Line was tracked down and joined. The group was managed by Barry Perkins and Clive Kinder.

Unfortunately the group did not last very long and soon broke up.

 

After the demise of the Expectations I think that Alfred Cuffy formed the New Expectations with his sister Karen on vocals and another vocalist. with Hammond organ and drums. They then became Great Expectations and worked the cabaret circuit for Kennedy St Enterprises with manager Harry Rawden.

I joined on drums at the beginning of 71 and stayed for 6 months and did gigs later with them on and off. The organist was Billy Davies from Eccles. They were a joy to play with, with some good jazzy arrangements. When Billy auditioned me he told me that I had got the job because I was the only drummer that he had found that could play a 6/8 jazz waltz, they needed that for a great song called Matchmaker, it's from Fiddler on the Roof.

I think that Billy later married the girl singer Carol. I think that Alf is still in the business with a Lionel Richie tribute act.

Brian Holden - 29/6/09

Was quite a surprise to read the article by Brian Holden. Nice to see he is still alive and kicking. Some of the facts not quite right but memories fade with time. 

New Expectations were formed around the time stated but the band then had several changes including singers. Carol Cuffey (me) and Alf Cuffey are brother and sister. Carol married Billy Davies the organist and the band went on until around 1978 when it then disbanded. 

The latter band consisted of 3 lead singers Carol, Alf and Steve Davies. The organist was Billy Davies and there were several musician changes during the period. Great Expectations worked out of Kennedy Street Enterprises and made a number of records. As Great Expectations the band travelled a great deal on the continent.

Carol Roxburgh (nee Cuffey) - 27/7/09

Nice to hear that you are still around Carol. Just a few memories of my time with Great Expectations.

When I joined on drums in Jan 71 I had been pro for a short time mostly resident at various clubs including a spell at the Beer Keller in Picadilly (duo with an electric accordionist). When I joined the Expectations I was still a bit green and being from Wigan, I had an accent that stood out.

For this I had my leg pulled by the band but there was no harm meant and I didn't care because I had achieved my ambition and was playing with a good, pro, travelling band.

Shortly after joining we were sent out to Bangkok for a 3 week gig at a big hotel called the Dusit Thani, while there they had a one night special with Billy Eckstine. I was particularly thrilled to meet his drummer Charlie Persip, Charlie was/is one of the great jazz drummers with a long and distinguished recording career he had played with everybody including dizzy gillespe in the early days of bebop. I remember having to use the house drummers kit which I could never get to sound right, I had to try and retune it every night in the space of a couple of minutes, when Charlie played it it sounded brilliant he made it sing, a true pro.

I regreted leaving the band after only 6 months particularly when I heard that they had gone back to Bangkok later. We did some great gigs and had lots of laughs. Of course there were tensions at times as with any band together for 24/7.

When I left the band in the summer of 71 I joined Faith Brown's backing band, at that time she had a good vocal act, we were called Faith Brown and The Shades. That lasted for about a year before I got tired of all the travelling.

One of my great regrets of my playing days is that I have no photos of myself playing or recordings.nothing to show the kids. I remember doing a BBC session for a Radio 1 roadshow in Manchester, even a gig list for 1971, or get in touch anyway, I'd like to keep in touch. Anybody that remembers me infact. I now live on a boat in theMmed (curently Turkey).

Brian Holden - 2/8/09

Hi, i played bass with Milton in Amber World & The Harlem Knockout who also featured Lennie Zacks on tenor (who later joined Sad Cafe).

I've lost touch with Milton and would love tocontact him if anyone has any ideas

Glen Knowles - 26/6/11

 

 


// <![CDATA[
if (typeof jQuery == 'undefined') {
document.write('<scr' + 'ipt type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></scr' + 'ipt>');
}
// ]]>

// <![CDATA[
if (typeof jQuery.ui == 'undefined') {
document.write('<scr' + 'ipt type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js"></scr' + 'ipt>');
}
// ]]>

// <![CDATA[
document.write('<scr' + 'ipt type="text/javascript" src="http://www.manchesterbeat.com/comments/javascript/jquery.cookie.js"></scr' + 'ipt>');
// ]]>

// <![CDATA[
function cmtx_add_tags(sTag, fTag) {

var frm = document.forms['commentics'];

//remember cursor position
var scrollTop = frm.cmtx_comment.scrollTop;
var scrollLeft = frm.cmtx_comment.scrollLeft;

var obj = document.commentics.cmtx_comment;

obj.focus();

if (document.selection && document.selection.createRange) { // Internet Explorer
sel = document.selection.createRange();
if (sel.parentElement() == obj) {
sel.text = sTag + sel.text + fTag;
}
}

else if (typeof(obj) != 'undefined') { // Firefox
var longueur = parseInt(obj.value.length);
var selStart = obj.selectionStart;
var selEnd = obj.selectionEnd;
obj.value = obj.value.substring(0,selStart) + sTag + obj.value.substring(selStart,selEnd) + fTag + obj.value.substring(selEnd,longueur);
}

else {
obj.value += sTag + fTag;
}

cmtx_text_counter(); //update the counter

//set cursor position
frm.cmtx_comment.scrollTop = scrollTop;
frm.cmtx_comment.scrollLeft = scrollLeft;

frm.cmtx_comment.focus();

}
// ]]>

// <![CDATA[
function cmtx_text_counter() {

}
// ]]>

// <![CDATA[
function cmtx_enable_submit() {

var frm = document.forms['commentics'];


}
// ]]>

// <![CDATA[
function cmtx_enable_preview() {

var frm = document.forms['commentics'];


}
// ]]>

// <![CDATA[
function cmtx_disable_enter_key(e) {
var key;
if (window.event) {
key = window.event.keyCode; //IE
} else {
key = e.which; //Firefox
}
return (key != 13);
}
// ]]>

// <![CDATA[
function cmtx_process_preview() {

var frm = document.forms['commentics'];

frm.cmtx_submit.disabled = true;
frm.cmtx_submit.value = 'Please Wait..';

frm.cmtx_preview.disabled = true;
frm.cmtx_preview.value = 'Please Wait..';

frm.cmtx_sub_def.name = 'cmtx_sub';
frm.cmtx_prev_def.name = 'cmtx_prev';

document.commentics.submit();

return true;

}
// ]]>

// <![CDATA[
function cmtx_process_submit() {

var frm = document.forms['commentics'];

frm.cmtx_submit.disabled = true;
frm.cmtx_submit.value = 'Please Wait..';


frm.cmtx_sub_def.name = 'cmtx_sub';

document.commentics.submit();

return true;

}
// ]]>

// <![CDATA[
function cmtx_open_form() {
document.getElementById("cmtx_open_form").style.display = 'none';
document.getElementById("cmtx_hide_form").style.display = 'inline';
}
// ]]>

// <![CDATA[
jQuery(document).ready(function() {
jQuery('.cmtx_approval_box').delay(2000).fadeOut(2000);
jQuery('.cmtx_success_box').delay(2000).fadeOut(2000);
});
// ]]>
Add a Comment to this page

 

Please note: All comments are moderated and will not appear straight away. Please do not re-send.
Sorry ... but personal messages not related to the purpose of Manchesterbeat may not be added to the site.

Open the form to add your comments

JavaScript must be enabled for certain features to work.

 

[cancel]

 

 

 

* Required information

 

Name: *

Email: * (never displayed)

Website:

Town:

 

 

 

 

Comment: *

 

Question: * What is the next number: 10, 12, 14, ..?

 

Enter answer:

 

 

Notify me of new comments via email.

 

Remember my form inputs on this computer.

 

 

cmtx_text_counter(); cmtx_enable_submit(); cmtx_enable_preview();

 

 

 

 

Comments

0
Hamilton Browne
4 years ago
Great to read all the comments on Great Expectations and Milton James as I was part of both bands. I joined Milton when he decided to form a 4 piece vocal harmony band. I answered his advert (1967) and rehearsed for around 4 months with them until Milton decided to drop 2 guys (they weren’t that good) and we decided to for a Sam & Dave type outfit with a 3 piece band. We had some fantastic gigs touring the UK on both club & University circuits. We stayed together for around 2 years until Milton decided he’d had enough. I decided to reform the Expectations to Great Expectations by recruiting my sister Carol Cuffey & another male vocalist (Les Braine). For 4 years we recorded 4 singles, had hits in Europe, traveled the world, appeared on Opportunity Knocks and did Radio 1 roadshows. I broke the band up to follow a solo career and change my name from Al Cuffey to Hamilton Browne. I was asked to do a show performing as Lionel Richie and from there I spent 7 years performing on P & O cruise ships as we as appearing on Graham Norton show and London Palladium with Lionel himself. As well as many TV shows I am regularly working in Theatres and festivals either with Motown acts such as Detroit Emeralds, Percy Sledge etc or performing with my band at many of the BUTLINS. PONTINS  and WARNER soul weekenders.Right now 2021 (apart from COVID) has been another busy year.
Like Like Reply | Reply with quote | Quote