1087 rules total — 3 shown (capped at 500). ← back to grammar index
| rule_id | Category | Concept | Summary | Body (excerpt) | N att. |
|---|---|---|---|---|---|
prayoga_gandhari_complete_sequence |
assignment | prayoga | When gāndhārī is sung as complete (sampūrṇa), the prayoga is mā-dhā-ri-gā. | if jati == 'gandhari' and is_sampurna: prayoga = 'ma dha ri ga' |
1 |
prayoga_audavita_tenfold |
classification | prayoga | According to those knowledgeable in prayoga (performance), audavita is tenfold. | AUDAVITA = {'classification_by_prayoga': '10_fold'} |
1 |
prayoga_definition_alapa_gamaka_akara |
definition | prayoga | Prayoga is the ālāpa that takes the form of gamaka-ālapti, devoid of syllables, rendered with ākāra alone (per Sārṅgadeva). | def is_prayoga(alapa): · return alapa.form == 'gamaka_alapti' and alapa.syllables == [] and alapa.rendered_with == 'akara' |
1 |