| int n_st; | int n_st; | ||||
| int option; | int option; | ||||
| int group_tone; | int group_tone; | ||||
| int group_tone_emph; | |||||
| int group_tone_comma; | int group_tone_comma; | ||||
| int ph_start=0; | int ph_start=0; | ||||
| int st_start; | int st_start; | ||||
| if(option == 0) | if(option == 0) | ||||
| { | { | ||||
| group_tone = tr->langopts.tunes[clause_type]; | group_tone = tr->langopts.tunes[clause_type]; | ||||
| group_tone_emph = tr->langopts.tunes[5]; | |||||
| group_tone_comma = tr->langopts.tunes[1]; | group_tone_comma = tr->langopts.tunes[1]; | ||||
| } | } | ||||
| else | else | ||||
| { | { | ||||
| group_tone = tr->punct_to_tone[option][clause_type]; | group_tone = tr->punct_to_tone[option][clause_type]; | ||||
| group_tone_emph = tr->punct_to_tone[option][5]; // emphatic form of statement | |||||
| group_tone_comma = tr->punct_to_tone[option][1]; // emphatic form of statement | group_tone_comma = tr->punct_to_tone[option][1]; // emphatic form of statement | ||||
| } | } | ||||