Earlier quoted context omitted.
> ... and the notes on the sheet music have these numbers. I grew up with a piano in the house, have had sheet music for loads of instruments (played sax, piano, guitar, family had trumpet/clarinet/misc in house too). Have taken music theory classes, performed in bands in middle/high schools and college. I've never seen sheet music have 'fingering' info ever. Can someone point me to examples of what is being referred…
When I was young and learning piano my teacher would use pencil to write in the suggested finger number above notes. Thumb=1 pinky=5. This was a good reminder when reading the sheet music of where on the keyboard my hands should be positioned. Image search returns some examples: https://ddg.gg/?q=piano+sheet+music+fingering&ia=images&iax=...
Fundamentals of Piano Practice
121–130 of 201 posts
Re: Fundamentals of Piano Practice
#122Does this book cover how to figure out finger numbering for sheet music that doesn't have finger numbering? By finger numbering I mean the standard scheme where thumb=1, index=2, ..., pinky=5, and the notes on the sheet music have these numbers. This is the biggest mystery to me. I understand there is not a One True Canonical Fingering for a given sequence of notes. But some fingerings make the music much easier than…
> ... and the notes on the sheet music have these numbers. I grew up with a piano in the house, have had sheet music for loads of instruments (played sax, piano, guitar, family had trumpet/clarinet/misc in house too). Have taken music theory classes, performed in bands in middle/high schools and college. I've never seen sheet music have 'fingering' info ever. Can someone point me to examples of what is being referred…
I’d contend finger numbering is more about learning the notes of a piece easily for beginners rather than about actual fingering.
Re: Fundamentals of Piano Practice
#123Have to chime-in here as a piano player since age 7 (so been going for ~28 now), who about 2 years ago got very serious about Jazz. I have stumbled across this book many times, I have read it. It's the single most controversial book that I've read about piano technique and playing that I've found. The author, is not even a player himself (!!!). There's a great summary of reviews about the book here ( https://www.pian…
I would also second that advice too! My wife taught her some basics but we got a private teacher for her about a year ago, that has supercharged her ability.
She does a 40 minute lesson once a week. The teacher writes notes on what she is to practice and learn. She practices her work for about an hour a day, and spends maybe another 30 minutes figuring out songs she likes (the Harry Potter theme is her current interest).
I would recommend doing the same to anyone else, a private teacher is the way to go.
As a side note, she didn't just start from zero, we've had her in some form of music and rhythm class since she was 9 months old. She has a good ear for music, timing and instruction, to the point where she used to surprise other parents/teachers with how attentive she was.
Also I make sure to have the classical radio on every morning and evening to further train her ear ;)
Re: Fundamentals of Piano Practice
#124Earlier quoted context omitted.
How is this a piano hack ? This is the basics of how to learn any song. What's the alternative approach? Repeatedly play the entire song making mistakes at the crux, but insisting on playing the easy parts and pushing through the difficult ones?
That is how many people practice. Beginning to end every time. Maybe slowly, but muddle through the hard parts and blast through the easy parts. Maybe, maybe, replay a measure where you made a mistake a couple of times until you get it right exactly once and then continue. This deliberate one-measure-until-it’s-perfect isn’t something many folks learn on their own.
Re: Fundamentals of Piano Practice
#125Earlier quoted context omitted.
> Do not try to practice the whole piece at once. Split it into pieces This has been my biggest ever piano hack. I now practice bar-by-bar and don't move on until I'm happy, and its taken my practice to a whole new level
I’m a little surprised to hear this as being somewhat unique to this book. I took lessons for years and this was a standard technique my teacher encouraged.
Re: Fundamentals of Piano Practice
#126Re: Fundamentals of Piano Practice
#127Have to chime-in here as a piano player since age 7 (so been going for ~28 now), who about 2 years ago got very serious about Jazz. I have stumbled across this book many times, I have read it. It's the single most controversial book that I've read about piano technique and playing that I've found. The author, is not even a player himself (!!!). There's a great summary of reviews about the book here ( https://www.pian…
Re: Fundamentals of Piano Practice
#128Have to chime-in here as a piano player since age 7 (so been going for ~28 now), who about 2 years ago got very serious about Jazz. I have stumbled across this book many times, I have read it. It's the single most controversial book that I've read about piano technique and playing that I've found. The author, is not even a player himself (!!!). There's a great summary of reviews about the book here ( https://www.pian…
I had to laugh out loud when I read that the author openly admits to not being a pianist or a piano teacher... but a physicist. It reminds me a lot of physicists I know who approach every problem with the assumption that they can do it better than people who have been trying to solve the problem long before. On occasion, they are right, but this clearly appears to be one of those other times.
Re: Fundamentals of Piano Practice
#129Does this book cover how to figure out finger numbering for sheet music that doesn't have finger numbering? By finger numbering I mean the standard scheme where thumb=1, index=2, ..., pinky=5, and the notes on the sheet music have these numbers. This is the biggest mystery to me. I understand there is not a One True Canonical Fingering for a given sequence of notes. But some fingerings make the music much easier than…
>Wish some HN coder genius would write a program that given sheet music as input, outputs the top 1-3 recommended fingerings for that music with explanations for which rules were applied. While I am NOT claiming to be "some coder genius", a program that does exactly this is something on my "projects to-do" list. My partner (who's improving her piano skills) keeps crying out for more sheet music with fingerings... Is…
Re: Fundamentals of Piano Practice
#130Does this book cover how to figure out finger numbering for sheet music that doesn't have finger numbering? By finger numbering I mean the standard scheme where thumb=1, index=2, ..., pinky=5, and the notes on the sheet music have these numbers. This is the biggest mystery to me. I understand there is not a One True Canonical Fingering for a given sequence of notes. But some fingerings make the music much easier than…
An optimal fingering for n notes played one at a time by an F fingered hand can be found in nF^2 time, or I believe n(F^F)^2 if you allow F note chords. "Optimal" in the sense of minimizing a cost function defined in terms of state transitions: c(t, f, t', f') is the cost of playing note t with finger f, followed by note t' with finger f'. E.g. c(a3, 1, b3, 2) Side rant -
Having grown up on violin, but learning piano as an adult, (and as a programmer), it kills me to index fingers from 1 (thumb) to 5 (pinky). Violin doesn't use the thumb, so the pointer to pinky are 1->4! Worse, as a Suzuki violinist, I hear (to some approximation) the number of the finger I'm thinking about while playing. Worse yet, I read bass by "adding two" notes to treble, so I get a nice off-by-two to think about with my off-by-one.
I should, uh, probably get a teacher.