var kpg_nrci_targImg=null; var kpg_nrci_targSrc=null; var kpg_nrci_inContext=false; var kpg_nrci_notimage=new Image(); var kpg_nrci_limit=0; function kpg_nrci_dragdropAll(event) { try { var ev=event||window.event; var targ=ev.srcElement||ev.target; if (targ.tagName.toUpperCase()=="A") { // is this IE and are we dragging a link to the image? var hr=targ.href; hr=hr.toUpperCase(); if (hr.indexOf('.JPG')||hr.indexOf('.PNG')||hr.indexOf('.GIF')) { ev.returnValue=false; if (ev.preventDefault) { ev.preventDefault(); } kpg_nrci_inContext=false; return false; } } if (targ.tagName.toUpperCase()!="IMG") return true; ev.returnValue=false; if (ev.preventDefault) { ev.preventDefault(); } kpg_nrci_inContext=false; return false; } catch (er) { //alert(er); } return true; } function kpg_nrci_dragdrop(event) { // I am beginning to doubt if this event ever fires try { var ev=event||window.event; var targ=ev.srcElement||ev.target; ev.returnValue=false; if (ev.preventDefault) { ev.preventDefault(); } ev.returnValue=false; kpg_nrci_inContext=false; return false; } catch (er) { //alert(er); } return true; } function kpg_nrci_context(event) { try { kpg_nrci_inContext=true; var ev=event||window.event; var targ=ev.srcElement||ev.target; kpg_nrci_replace(targ); ev.returnValue=false; if (ev.preventDefault) { ev.preventDefault(); } ev.returnValue=false; kpg_nrci_targImg=targ; } catch (er) { //alert(er); } return false; } function kpg_nrci_contextAll(event) { try { if (kpg_nrci_targImg==null) { return true; } kpg_nrci_inContext=true; var ev=event||window.event; var targ=ev.srcElement||ev.target; if (targ.tagName.toUpperCase()=="IMG") { ev.returnValue=false; if (ev.preventDefault) { ev.preventDefault(); } kpg_nrci_replace(targ); return false; } return true; } catch (er) { //alert(er); } return false; } function kpg_nrc1_mousedown(event) { try { kpg_nrci_inContext=false; var ev=event||window.event; var targ=ev.srcElement||ev.target; if (ev.button==2) { kpg_nrci_replace(targ); return false; } kpg_nrci_targImg=targ; if (kpg_nrci_drag=='Y') { if (ev.preventDefault) { ev.preventDefault(); } } return true; } catch (er) { //alert(er); } return true; } function kpg_nrc1_mousedownAll(event) { try { kpg_nrci_inContext=false; var ev=event||window.event; var targ=ev.srcElement||ev.target; if (targ.style.backgroundImage!=''&&ev.button==2) { targ.oncontextmenu=function(event) { return false;} //iffy - might not work } if (targ.tagName.toUpperCase()=="IMG") { if (ev.button==2) { kpg_nrci_replace(targ); return false; } if (kpg_nrci_drag=='Y') { if (ev.preventDefault) { ev.preventDefault(); } } kpg_nrci_targImg=targ; } return true; } catch (er) { //alert(er); } return true; } function kpg_nrci_replace(targ) { if (kpg_nrci_targImg!=null && kpg_nrci_targImg.src==kpg_nrci_notimage.src) { // restore the old image before hiding this one kpg_nrci_targImg.src=kpg_nrci_targSrc; kpg_nrci_targImg=null; kpg_nrci_targSrc=null; } kpg_nrci_targImg=targ; if (kpg_nrci_extra!='Y') return; var w=targ.width+''; var h=targ.height+''; if (w.indexOf('px')<=0) w="w+'px';" if=""><=0) h="h+'px';" kpg_nrci_targsrc="targ.src;" targ.src="kpg_nrci_notimage.src;" targ.style.width="w;" targ.style.height="h;" kpg_nrci_limit="0;" var="" t="setTimeout(" kpg_nrci_restore()",500);"="" return="" false;="" }="" function="" kpg_nrci_restore()="" {="" if="" (kpg_nrci_incontext)="" {="" if=""><=20) {="" kpg_nrci_limit++;="" var="" t="setTimeout(" kpg_nrci_restore()",500);"="" return;="" }="" }="" kpg_nrci_limit="0;" if="" (kpg_nrci_targimg="=null)" return;="" if="" (kpg_nrci_targsrc="=null)" return;="" kpg_nrci_targimg.src="kpg_nrci_targSrc;" kpg_nrci_targimg="null;" kpg_nrci_targsrc="null;" return;="" }="" sets="" the="" image="" onclick="" event="" need="" to="" check="" for="" dblclick="" to="" see="" if="" there="" is="" a="" right="" double="" click="" in="" ie="" function="" kpg_nrci_action(event)="" {="" try="" {="" document.onmousedown="function(event)" {="" return="" kpg_nrc1_mousedownall(event);}="" document.oncontextmenu="function(event)" {="" return="" kpg_nrci_contextall(event);}="" document.oncopy="function(event)" {="" return="" kpg_nrci_contextall(event);}="" if="" (kpg_nrci_drag="='Y')" document.ondragstart="function(event)" {="" return="" kpg_nrci_dragdropall(event);}="" var="" b="document.getElementsByTagName(" img");"="" for="" (var="" i="0;" i="">< b.length;="" i++)="" {="" b[i].oncontextmenu="function(event)" {="" return="" kpg_nrci_context(event);}="" b[i].oncopy="function(event)" {="" return="" kpg_nrci_context(event);}="" b[i].onmousedown="function(event)" {="" return="" kpg_nrc1_mousedown(event);}="" if="" (kpg_cell="='y')" {="" b[i].onlongpress="function(event)" {="" return="" kpg_nrci_context(event);}="" b[i].ontouchstart="b[i].onclick;" b[i].ontouchstart="function(event)" {="" return="" kpg_nrc1_mousedown(event);}="" b[i].ontouchmove="function(event)" {="" return="" kpg_nrci_context(event);}="" b[i].ontouchend="function(event)" {="" return="" kpg_nrci_context(event);}="" b[i].ontouchcancel="function(event)" {="" return="" kpg_nrci_context(event);}="" set="" the="" styles="" to="" prevent="" actions="" on="" cell="" */="" b[i].style.webkituserselect='none' ;="" b[i].style.mozuserselect='none' ;="" b[i].style.khtmluserselect='none' ;="" b[i].style.msuserselect='none' ;="" b[i].style.ouserselect='none' ;="" b[i].style.userselect='none' ;="" b[i].style.webkittouchcallout='none' ;="" b[i].style.moztouchcallout='none' ;="" b[i].style.khtmltouchcallout='none' ;="" b[i].style.mstouchcallout='none' ;="" b[i].style.otouchcallout='none' ;="" b[i].style.touchcallout='none' ;="" b[i].style.webkituserdrag='none' ;="" b[i].style.mozuserdrag='none' ;="" b[i].style.khtmluserdrag='none' ;="" b[i].style.msuserdrag='none' ;="" b[i].style.ouserdrag='none' ;="" b[i].style.userdrag='none' ;="" b[i].setattribute("unselectable",="" "on");="" }="" if="" (kpg_nrci_drag="='y')" b[i].ondragstart="function(event)" {="" return="" kpg_nrci_dragdrop(event);}="" }="" }="" catch="" (er)="" {="" return="" false;="" }="" }="" if="" (typeof(kpg_nrci_image)="=" 'undefined'="" ||="" kpg_nrci_image="=''" ||="" typeof(kpg_nrci_extra)="=" 'undefined'||="" typeof(kpg_nrci_drag)="=" 'undefined')="" {="" alert("vars="" not="" found:="" "+kpg_nrci_image+","+kpg_nrci_extra);="" }="" else="" {="" kpg_nrci_notimage.src="kpg_nrci_image;" if="" (document.addeventlistener)="" {="" document.addeventlistener("domcontentloaded",="" function(event)="" {="" kpg_nrci_action(event);="" },="" false);="" }="" else="" if="" (window.attachevent)="" {="" window.attachevent("onload",="" function(event)="" {="" kpg_nrci_action(event);="" });="" }="" else="" {="" var="" oldfunc="window.onload;" window.onload="function()" {="" if="" (oldfunc)="" {="" oldfunc();="" }="" kpg_nrci_action('load');="" };="" }="" }="" b.length;="" i++)="" {="" b[i].oncontextmenu="function(event)" {="" return="" kpg_nrci_context(event);}="" b[i].oncopy="function(event)" {="" return="" kpg_nrci_context(event);}="" b[i].onmousedown="function(event)" {="" return="" kpg_nrc1_mousedown(event);}="" if="" (kpg_cell="='Y')" {="" b[i].onlongpress="function(event)" {="" return="" kpg_nrci_context(event);}="" b[i].ontouchstart="b[i].onclick;" b[i].ontouchstart="function(event)" {="" return="" kpg_nrc1_mousedown(event);}="" b[i].ontouchmove="function(event)" {="" return="" kpg_nrci_context(event);}="" b[i].ontouchend="function(event)" {="" return="" kpg_nrci_context(event);}="" b[i].ontouchcancel="function(event)" {="" return="" kpg_nrci_context(event);}="" set="" the="" styles="" to="" prevent="" actions="" on="" cell="" */="" b[i].style.webkituserselect='none' ;="" b[i].style.mozuserselect='none' ;="" b[i].style.khtmluserselect='none' ;="" b[i].style.msuserselect='none' ;="" b[i].style.ouserselect='none' ;="" b[i].style.userselect='none' ;="" b[i].style.webkittouchcallout='none' ;="" b[i].style.moztouchcallout='none' ;="" b[i].style.khtmltouchcallout='none' ;="" b[i].style.mstouchcallout='none' ;="" b[i].style.otouchcallout='none' ;="" b[i].style.touchcallout='none' ;="" b[i].style.webkituserdrag='none' ;="" b[i].style.mozuserdrag='none' ;="" b[i].style.khtmluserdrag='none' ;="" b[i].style.msuserdrag='none' ;="" b[i].style.ouserdrag='none' ;="" b[i].style.userdrag='none' ;="" b[i].setattribute("unselectable",="" "on");="" }="" if="" (kpg_nrci_drag="='Y')" b[i].ondragstart="function(event)" {="" return="" kpg_nrci_dragdrop(event);}="" }="" }="" catch="" (er)="" {="" return="" false;="" }="" }="" if="" (typeof(kpg_nrci_image)="=" 'undefined'="" ||="" kpg_nrci_image="=''" ||="" typeof(kpg_nrci_extra)="=" 'undefined'||="" typeof(kpg_nrci_drag)="=" 'undefined')="" {="" alert("vars="" not="" found:="" "+kpg_nrci_image+","+kpg_nrci_extra);="" }="" else="" {="" kpg_nrci_notimage.src="kpg_nrci_image;" if="" (document.addeventlistener)="" {="" document.addeventlistener("domcontentloaded",="" function(event)="" {="" kpg_nrci_action(event);="" },="" false);="" }="" else="" if="" (window.attachevent)="" {="" window.attachevent("onload",="" function(event)="" {="" kpg_nrci_action(event);="" });="" }="" else="" {="" var="" oldfunc="window.onload;" window.onload="function()" {="" if="" (oldfunc)="" {="" oldfunc();="" }="" kpg_nrci_action('load');="" };="" }="" }="">

Our experienced, professional staff is adept at working with anyone

youngster through adult--at any skill level--beginner through advanced.


Frequently Asked Questions


What is the Yamaha Music Education System (YMES)?
Designed to meet the unique needs and developmental stages of each age group, Yamaha programs develop each student's comprehensive musical ability in an environment that inspires a love of music and a lifetime of active music participation.

Yamaha develops children's musical skills with three fundamental principles: 
1) Timely Education, 2) Group Lessons and 3) an Emphasis on Creativity  

How is Yamaha Different from Piano Lessons?  
The Yamaha curriculum is broad compared to traditional private piano lessons. Children sing solfège, play the keyboard, sing songs with lyrics, move to music, play rhythm and keyboard ensembles and participate in music appreciation activities. 

They develop diverse musical skills without prematurely focusing on one instrument or style. This approach allows students to choose their future musical path when they are more physically and mentally mature.  Yamaha students are often leaders in school orchestra, band, and choir programs. 

Will My Child Learn to Play the Piano or Keyboard?  
Yes!  For ages 4 and up, an instrument is required at home (keyboard or piano).  Children enjoy playing the keyboard and can become excellent pianists with Yamaha's holistic approach.  See our Yamaha graduates page to learn more about Yamaha alumni.  

Do We Need to Have a Piano or Keyboard at Home?  
A piano or keyboard at home is required for children ages 4 and up.

Are Student's Required to Practice? 
Yes.  For ages 4 and up, Yamaha's programs require parents to spend time making music at home with their child.  Students receive 'homework' to reinforce the classroom activities.  This serves as a guide for parents as they begin to integrate fun, active music-making into the daily life of the family.  We provide our parents with workshops and tools to support their time outside of the classroom.  

How Do I Know If My Child Is Ready For Yamaha Music Lessons? 
We believe that all children can learn and are ready to begin music training at a young age.  Our programs are carefully designed to meet the unique needs and developmental stages of each age group.  

Should Parents Have a Musical Background?
Parents do not have to have a musical background to support their child's learning.  In the first few years, parents are deeply involved and learn right along with their child.  Parent support and commitment are the most important.

How Long Are the Lessons? 
Classes meet one time per week for 50 minutes (age 3/ Music Wonderland meets for 40 minutes).  Each book lasts for one semester (fall/ spring), and is approximately 18-20 lessons. 

What is the Tuition? 
Classes range from $30 - $35 per lesson.  Students enroll for the semester or year and pay by semester.  A variety of tuition plans are available.   

How Many Children Are in the Class? 
Classes are typically taught to groups of 6-10 children.  This format motivates children and provides an opportunity to develop ensemble skills and cooperation within a supportive community of friends and parents.

What is the Parent's Role? 
Parental attendance facilitates accelerated growth.  The parent/child partnership is active, not passive. Each partnership develops into a mini-ensemble, where co-learning, co-practicing and co-discovering can be enjoyed in class and at home. 


How is Yamaha Different from Other Pre-School or Elementary School-Aged Programs? 
Most music programs share a common goal to introduce children to the joy of music making.  The Yamaha Music School at Riverstone is unique because:      

Teachers   Our faculty has a genuine commitment to teaching beginning musicians and are certified by Yamaha through extensive training and rigorous exams      

Fun and Rewarding   Children can have fun and achieve a high level of music proficiency     

Play  Performance opportunities are available in a wide variety of settings, from casual Saturday afternoon performance clubs and semester recitals to annual All-School Concerts and national or international concerts  

Curriculum    Materials include Yamaha books, CD's, DVD's and other materials that combine decades of experience with the most recent research in music education.

International History   We are part of a vibrant international network of Yamaha education centers in over 50 countries. More than 6 million students over 50 years have learned to play using the Yamaha method.  

How is Yamaha Different from the Suzuki Method?  
The Yamaha curriculum and the Suzuki Method both began in post World War II Japan.  They share some core concepts, such as teaching music like a language (introducing music in a manner similar to native language acquisition, or 'mother tongue approach'), timely education (training at a young age) and a belief that all children can learn. 

Some general differences include:

Group or Private Lesson
Yamaha:  emphasis on an immersion into the musical community through group classes, ensembles, parents, teachers, friends and concerts.  

Suzuki:  while the musical community is valued, the emphasis is on the individual lesson. 

Early Emphasis on Comprehensive Musicianship or Instrument Technique
Yamaha:  systematic and comprehensive training model includes singing, ear training, movement and music appreciation.  In the beginning, the keyboard is a tool to confirm a broad range of musical abilities.  While private lessons are an important part of the curriculum, they are added later when the student is more physically and mentally mature. 

Suzuki:  students acquire fundamental musical skills.  However, there is an early emphasis is on specific instrument technique (violin, etc); during the lessons, time and effort is spent on holding the instrument, bowing, and producing a sound.  

Curriculum Materials and Assessment
Yamaha:  broad range of materials:  method books and workbooks, CD's and DVD's in a variety of musical styles; integrated use of repertoire and tools to develop the child's musicianship.  As they advance through the curriculum, students may take the Yamaha and/ or ABRSM Grade Exam.  

Suzuki:  in general, students learn musical concepts and instrument technique with a reliance on listening to and playing a single piece, rather than multiple pieces and styles.  

Congratulation to FORTISSIMO students who passed the ABRSM piano grade exam: Queena Liu ( ABRSM 1), Cynthia Wang ( ABRSM 3), Maggie Huang ( ABRSM 5), and Madeline Huang ( ABRSM 5). Congratulation to FORTISSIMO student for achieving State level award  Queena Liu - Primary music composition - Award of Merit. Music therapy services and music lesson for special need students by a licensed music therapist/ teacher available at Fortissimo now.