1087 rules total — 2 shown (capped at 500). ← back to grammar index
| rule_id | Category | Concept | Summary | Body (excerpt) | N att. |
|---|---|---|---|---|---|
kampita_definition_three_shruti_shake |
definition | kampita | Kampita is the alaṅkāra formed by the shake of a three-śruti svara in the lower (chest) heptad, composed of three kalās. | def is_kampita(svara, heptad): · return svara.shrutis == 3 and heptad == 'lower' and svara.shake_kalas == 3 |
3 |
kampita_ninth_prastara_form |
assignment | kampita | Kampita is the alaṅkāra applied to the prastara sarigamapadhanisa (position 9). | PRASTARA_9 = {'sequence': 'sa ri ga ma pa dha ni sa', 'alankara': 'kampita'} |
1 |