Generative rules

1087 rules total — 4 shown (capped at 500). ← back to grammar index

rule_idCategoryConceptSummaryBody (excerpt)N att.
R_378_gamakas definition gamaka Gamakas are melodic ornaments delightful to the ear, characteristically employed in vibhāṣā gīti compositions, often with sweet svaras. IF composition_type == 'vibhasha_giti': REQUIRE gamakas with attributes {attractive, numerous, brilliant, shaken, chest_region, smooth, delightful}; gamakas com 2
gamaka_definition_vocal_ornament_inc_shakes definition gamaka Gamaka denotes vocal embellishments including shakes; it is not restricted to shake alone. def is_gamaka(ornament): · return ornament.category == 'vocal_embellishment' # incl. shake but not limited to it 1
gamaka_in_shukacancu_opening relation gamaka In śukacañcu compositions, gamaka appears at the beginning, in association with rāga and combined with tāla. SHUKACANCU_OPENING = {'first_element':'raga_with_gamaka','accompanied_by':'tala'} 1
gamaka_sthita_in_ela validation gamaka In elā, the gamaka must be rendered sthita (slow/steady). def gamaka_in_ela(form, gamaka): · if form == 'ela': assert gamaka.tempo == 'sthita' 1