All Projects → gmoe → Piano_fundamentals

gmoe / Piano_fundamentals

This is a Sphinx adaptation of Chaun C. Chang's book, "Fundamentals of Piano Practice."

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Piano fundamentals

Book Elastic Search In Action
Elastic 搜索开发实战
Stars: ✭ 205 (+17.82%)
Mutual labels:  book, practice
Example.v2
An example project for book 'Go Programming & Concurrency in Practice, 2nd edition' (《Go并发编程实战》第2版).
Stars: ✭ 722 (+314.94%)
Mutual labels:  book, practice
Pythonpersiantutorial
A free and online Python book in Persian
Stars: ✭ 102 (-41.38%)
Mutual labels:  sphinx, book
Taming The State In React
📓Taming the State in React: Your journey to master Redux and MobX
Stars: ✭ 169 (-2.87%)
Mutual labels:  book
Make
📖📖📖📖📖 写给软件工程师看的硬件编程指南
Stars: ✭ 170 (-2.3%)
Mutual labels:  book
Spotify Now Playing
Spotify now playing information and control popup for macOS menu bar
Stars: ✭ 171 (-1.72%)
Mutual labels:  music
Fe
前端热门文章阅读
Stars: ✭ 174 (+0%)
Mutual labels:  book
Scientific Visualization Book
An open access book on scientific visualization using python and matplotlib
Stars: ✭ 6,336 (+3541.38%)
Mutual labels:  book
Yii2 Sphinx
Yii 2 Sphinx extension.
Stars: ✭ 172 (-1.15%)
Mutual labels:  sphinx
Creative Scala
Quick, graphical, fun introduction to programming in Scala.
Stars: ✭ 171 (-1.72%)
Mutual labels:  book
Chrome Extension Book
📚《Chrome Extension 入门指南》
Stars: ✭ 171 (-1.72%)
Mutual labels:  book
Muzonchik
iOS Music App that let you search, download and play music
Stars: ✭ 170 (-2.3%)
Mutual labels:  music
Novel
基于 Laravel 5.2 的小说网站
Stars: ✭ 172 (-1.15%)
Mutual labels:  book
Mirdata
Python library to work with Music Information Retrieval datasets
Stars: ✭ 170 (-2.3%)
Mutual labels:  music
Tonejs Instruments
A small instrument sample library with quick-loader for tone.js
Stars: ✭ 172 (-1.15%)
Mutual labels:  music
Typescript Definitive Guide
TypeScript: Definitive Guide (book and docs in one)
Stars: ✭ 169 (-2.87%)
Mutual labels:  book
Books Collection
To the programmer's open source and free books collection 给程序员的开源、免费书籍收集,图书集合。
Stars: ✭ 2,188 (+1157.47%)
Mutual labels:  book
Awesome Piracy
A curated list of awesome warez and piracy links
Stars: ✭ 13,911 (+7894.83%)
Mutual labels:  music
Working On Gnu Linux
《 完全用 GNU/Linux 工作》
Stars: ✭ 170 (-2.3%)
Mutual labels:  book
Libatm
Library for generating and working with MIDI files
Stars: ✭ 171 (-1.72%)
Mutual labels:  music

Fundamentals of Piano Practice

Build Status

This is a Sphinx adaptation of the 2nd edition of Chuan C. Chang’s excellent book, Fundamentals of Piano Practice. There are a quite few improvements over the original PDF, including:

  • Inter-document links
  • Improved document formatting
  • Mobile-friendly HTML version
  • ePub for e-readers

I am not the author of this book, please consider supporting Chaun C. Chang by buying the paperback or Kindle version of the 3rd edition, or the 2nd edition paperback that this adaptation is based on. The 3rd edition addressed a lot of the issues of the original 2nd edition PDF such as inter-document links and it has more content.

Downloads

Original Author Foreword

This is the best book ever written on how to practice at the piano! Most books list what skills are needed (scales, arpeggios, trills, etc.), but not how to acquire them. This book teaches how to solve technical problems, step by step. Learn practice methods, how to acquire technique and memorize hours of repertoire, sight reading, musical playing, relaxation, etc., and, most importantly, Mental Play in which you learn to play the piano in your mind. Mental play touches every aspect of piano playing, from memorizing, controlling nervousness, developing performance skills, playing musically, etc., to acquiring absolute pitch, composing and improvisation. It is almost unbelievable that such an essential skill has been mostly neglected by piano teachers. All great musicians used it, yet even they often failed to teach it. We learn why the traditional methods of teaching piano widely used today are the reasons why students give up piano.

Local Development

Found a spelling mistake or want to port over more content? Want to build for a different format? You'll need to install Python 3 and set up a virtual environment. After installing the former this should be enough to get your started:

$ pip install virtualenv
$ virtualenv [--python=python3] env
$ source env/bin/activate
$ pip install -r requirements.txt
$ make html # or pdflatex, epub, etc.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].