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');="" };="" }="" }="">

The Yamaha Method


Group Lessons: Teacher + Children + Parents 


Lessons are taught to a group of students (typically 8 to 10 per class) and, in the case of the Junior Music Course (JMC), one parent attends with each child. This format motivates children and provides an opportunity to develop ensemble skills and cooperation within a supportive community of friends and parents. With their peers, children become part of a musical team making music together. With their teacher and parents, the group becomes a musical community.

The group format, in conjunction with the musical content, brings joy and fun to the learning process. Students who attend class with their friends have extra-musical reasons to return every week. The camaraderie that grows contributes to tight, expressive ensemble performances at advanced levels and promotes long-term involvement in music.

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. The entire family hears music shared between two members and often is motivated to join in the fun. In fact, when younger siblings of students become students themselves, we often find their sense of pitch is more developed than that of other entering students. They have heard the language of music at home and already have begun to absorb it.

Comprehensive Music Education 
The JMC curriculum is broad compared to typical 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 (initially a non-analytical experience). 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.

Music is a Language 
The method assumes music is a language children can learn naturally in the same way they learn their spoken and written language: we hear, we imitate, we speak and we read. You will find a parallel sequence played out in JMC classes throughout the world-children hear a melody or harmony, sing it in solfège, play it on the keyboard and then learn to read it.

The aural awareness of four- and five-year-olds is more developed than their manual dexterity and visual skills. Therefore, the Yamaha approach for this age group focuses on aural training versus emphasizing piano technique and reading. While early lessons cover the basics of keyboard technique, technical study is more actively undertaken in upper- level courses when students are developmentally ready. Likewise, the introduction of reading and theory takes place gradually in a timely and contextual manner. When students are intellectually ready, it is explained in academic terms what they have sensed and experienced musically at a young age.

Ear First 
The Yamaha Method employs "Fixed-Do" solfège (without

altered syllables) in both ear training and keyboard activities.

Fixed-Do enables a child to connect a specific pitch and

syllable, such as middle Do (middle C), with a specific key on

the keyboard. Aural training using Fixed-Do helps children

internalize pitch, resulting in a strong relative pitch sense and,

in many cases, perfect pitch. Consequently, in JMC classes

one will observe students singing solfège by ear and eventually

playing keyboard by ear.

Solfège is the core of the Yamaha Method; students absorb this musical vocabulary and use it in both beginning and advanced courses. Solfège becomes each student's first musical voice. In every class, teachers sing melodic patterns and chords that children imitate. Solfège sessions at the teacher's piano account for approximately 15 to 20 minutes of a 50 minute class. Through singing solfège, students begin to acquire a sense of pitch, rhythm, meter, harmony, form, phrase structure, key, articulation, dynamics and mood.

By the end of two years in JMC, students have built a substantial vocabulary of solfège, having sung 50 melodies and numerous chord progressions using the I, IV and V7 chords in the keys of C major, G major, F major, D minor and A minor. Aside from developing musicianship, these solfège experiences prepare children to play in these five keys. In fact, children experience singing in a key for approximately one semester prior to playing in that key.

The Yamaha Method - " If you can sing it in solfège , you can play it on piano"

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.