← all rules · grammar index
R_4p0_029
Jhombada = forme textuelle-melodique: repetition de la moitie du 1er pied puis 2e moitie avec alliteration; refrain (4e pied) chante a la fin de chaque pied
Body (pseudocode)
DEFINE Jhombada(feet[4]):
step1: sing(half(feet[0])) + repeat(half(feet[0]))
step2: sing(second_half(feet[0])) with alliteration_between_halves
refrain_rule: append(feet[3]) AFTER each feet[i] for i IN 0..3
RETURN song_form('Jhombada')
Inputs / output
→ song_form
Evidence (2)
- « Where half of the (first) foot is sung in repetition and then the second half... and there is alliteration between the two »
- « the foot that is the fourth one is sung at the end of each of all the feet, that is called jhombada »
Other rules in category definition