treble clef >> Every Good Boy Deserves Favours" (for the pitches on the lines) and "FACE in the space" (for the pitches on the spaces between lines). (পাশের চোতা দেখ)
bass clef >> Good Boys Deserve Favours Always" (for the pitches on the lines) and "Any Cow Eats Grass" (for the pitches on the spaces).
সা রে গা মা পা ধা নি সা (c d e f g a b) (মন্দ্র সা স্কেলে)
<score %sound="1"% midi="1">
% set the starting point to lower C
\relative c
{
c d e f g a b c
}</score>
সা রে গা মা পা ধা নি সা (c d e f g a b) (মধ্য সা স্কেলে)
<score %sound="1"% midi="1">
% set the starting point to middle C
\relative c'
{
c d e f g a b c
}</score>
সা রে গা মা পা ধা নি সা (c d e f g a b) (তার সা স্কেলে)
<score %sound="1"% midi="1">
% set the starting point to upper C
\relative c''
{
c d e f g a b c
}</score>
যে স্কেল, তার নিকটবর্তী স্বর দিয়ে শুরু হয়, লক্ষ্য করুন (g a b c) এখানে c' ' স্কেল দিয়ে শুরু হয়েছে, কিন্তু g স্বরটি c' ' এর নিকটবর্তী স্বর যা c' স্কেলে অবস্থিত, c' ' স্কেলে নয়
<score %sound="1"% midi="1">
\relative c''
{
g a b c
}</score>
পরবর্তী অষ্টকে যেতে গেলে ' ও তার ওপরে যেতে গেলে ' ' ব্যবহার করতে হবে এবং নীচের অষ্টকে যেতে গেলে যথাক্রমে , বা ,, ব্যবহার করতে হবে। (এখানে a a, c' f, g g' ' a,, f')
<score %sound="1"% midi="1">
\relative c''
{
a a, c' f, g g'' a,, f'
}</score>