123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
-
-
-
-
-
- phoneme :
- virtual
- length 120
- endphoneme
-
- phoneme @
- vowel flag1 starttype #@ endtype #@
- length 130
-
- ChangeIfDiminished(@-)
- IF nextPh(H) THEN
- FMT(vowel/@_low)
- ENDIF
- FMT(vowel/@_bck)
- endphoneme
-
-
- phoneme V
- vowel flag1 starttype #@ endtype #@
- length 150
- CALL hi/V
- endphoneme
-
-
- phoneme @2
- vowel flag1 starttype #@ endtype #@
- length 150
- FMT(vowel/@_low)
- endphoneme
-
- phoneme @3
- vowel flag1 starttype #@ endtype #@
- length 150
- ChangeIfDiminished(@-)
- FMT(vowel/@_3)
- endphoneme
-
-
-
|