Browse Source

ru: fixes for 'л' and 'ль' (especially at the end of word)

master
Valdis Vitolins 7 years ago
parent
commit
096877d92b
1 changed files with 30 additions and 10 deletions
  1. 30
    10
      phsource/ph_russian

+ 30
- 10
phsource/ph_russian View File

@@ -43,21 +43,41 @@ endphoneme


phoneme l

liquid rfx
ipa ɭ
lengthmod 7
length 40
FMT(l^/l_rfx)
length 80
IF nextPh(isPause) THEN
FMT(l/l_,120)
ELSE
FMT(l/l_,120)
ENDIF
endphoneme

phoneme l^
liquid rfx pzd
ipa ɭ
// lengthmod 7
length 80
// FMT(l^/l^)
FMT(l^/l_rfx)
phoneme l^ // From Latvian ļ
liquid
ipa ʎ
lengthmod 7
Vowelout len=60 lenadd rate
length 80

NextVowelStarts
VowelStart(l^/j2@)
VowelStart(l^/j2a)
VowelStart(l^/j2e)
VowelStart(l^/j2i)
VowelStart(l^/j2o)
VowelStart(l^/j2u)
EndSwitch

IF prevPh(isPause) THEN
FMT(l^/_l^)
ELSEIF nextPh(isPause) THEN
FMT(l^/l^_,120)
ENDIF

FMT(l^/l^)

endphoneme

phoneme s

Loading…
Cancel
Save