1087 rules total — 3 shown (capped at 500). ← back to grammar index
| rule_id | Category | Concept | Summary | Body (excerpt) | N att. |
|---|---|---|---|---|---|
ekakala_one_kala_per_svara |
definition | ekakala | Ekakala denotes temporal units of one kalā (mātrā) each, forming the basis of gātravarṇa structure. | def is_ekakala(svara_unit): · return svara_unit.duration_matra == 1 |
2 |
ekakala_in_citra_marga |
assignment | ekakala | In the citra mārga the tāla is ekakala, on account of the use of two-mātrā units. | CITRA_MARGA = {'tala': 'ekakala', 'unit_matras': 2} |
1 |
ekakala_vidhuta_formation |
derivation | ekakala | Ekakala vidhuta is formed through gradual successive ascent of two svaras. | def ekakala_vidhuta(svaras): · assert len(svaras) == 2 and svaras[1] > svaras[0] · return Alankara('ekakala_vidhuta') |
1 |