ব্যবহারকারী:Bodhisattwa/লিলিপন্ড
শিখতেই তো চাই, কিন্তু কে শেখাবে
সম্পাদনা- হিন্দুস্তানী বনাম পশ্চিমী সঙ্গীতের স্বর - https://w.wiki/3e2
- 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).
ধাপে ধাপে এগোই যতটা পারি
সম্পাদনা
<score %sound="1"% midi="1"> % set the starting point to lower C \relative c { c d e f g a b c }</score>
|
<score %sound="1"% midi="1"> % set the starting point to middle C \relative c' { c d e f g a b c }</score>
|
<score %sound="1"% midi="1"> % set the starting point to upper C \relative c'' { c d e f g a b c }</score> |
<score %sound="1"% midi="1"> \relative c'' { g a b c }</score>
|
<score %sound="1"% midi="1"> \relative c'' { a a, c' f, g g'' a,, f' }</score>
|
<score %sound="1"% midi="1"> \relative c'' { a1 a2 a4 a8 a16 a32 a64 a128 }</score>
|
<score %sound="1"% midi="1"> \relative c'' { b8[d c b] a16[g f b] c2 b32[d e g b] }</score> |
<score %sound="1"% midi="1"> \relative c'' { <a d> <a b e> <a e b> }</score>
|
<score %sound="1"% midi="1"> \relative c'' { a\(a d2 e4 f4\) }</score>
|
<score %sound="1"% midi="1"> \relative c'' { g( b d) }</score> |
<score %sound="1"% midi="1"> \relative c'' { bis bisis bes beses }</score>
|
<score %sound="1"% midi="1"> \relative c' { \clef "treble" c1 \clef "french" c1 \clef "bass" c1 \clef "alto" c1 \clef "tenor" c1 \clef "bass" c1 } </score>
|
<score %sound="1"% midi="1"> \relative c'' { << { g g g g } \\ { f' f f f } >> } </score> |
- Multiple staves
<score %sound="1"% midi="1"> \relative c'' { << \new Staff { \clef "treble" c2 e8 c' g'2. f4 e d c4 c, r } \new Staff { \clef "bass" c2 e8 c' g'2. f4 e d c4 c, r } >> } </score>