| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 | 
							-  
 - phoneme @    //  Schwa, can be stressed
 -   vowel   starttype #@  endtype #@
 -   length 140
 -   FMT(vowel/@)
 - endphoneme
 - 
 - 
 - phoneme @:
 -   vowel   starttype #@  endtype #@
 -   length 270
 -   FMT(vowel/@)
 - endphoneme
 - 
 - 
 - phoneme i
 -   vowel starttype #i endtype #i
 -   length 140
 -   IfNextVowelAppend(;)
 -   FMT(vowel/ii_6)
 - endphoneme
 - 
 - 
 - phoneme i:
 -   vowel starttype #i endtype #i
 -   length 270
 -   IfNextVowelAppend(;)
 -   FMT(vowel/i)
 - endphoneme
 - 
 - 
 - phoneme e
 -   vowel starttype #e endtype #e
 -   length 140
 -   FMT(vowel/e)
 - endphoneme
 - 
 - 
 - phoneme e:
 -   vowel starttype #e endtype #e
 -   length 270
 -   FMT(vowel/e)
 - endphoneme
 - 
 - 
 - phoneme E
 -   vowel starttype #e endtype #e
 -   length 140
 -   FMT(vowel/ee_5)
 - endphoneme
 - 
 - 
 - phoneme E:
 -   vowel starttype #e endtype #e
 -   length 270
 -   FMT(vowel/ee_5)
 - endphoneme
 - 
 - 
 - phoneme a
 -   vowel starttype #a endtype #a
 -   length 140
 -   FMT(vowel/a#)
 - endphoneme
 - 
 - 
 - phoneme a:
 -   vowel starttype #a endtype #a
 -   length 270
 -   FMT(vowel/a_6)
 - endphoneme
 - 
 - 
 - phoneme O
 -   vowel starttype #o endtype #o
 -   length 140
 -   FMT(vowel/oo)
 - endphoneme
 - 
 - 
 - phoneme O:
 -   vowel starttype #o endtype #o
 -   length 270
 -   FMT(vowel/oo)
 - endphoneme
 - 
 - 
 - phoneme o
 -   vowel starttype #o endtype #o
 -   length 140
 -   FMT(vowel/o)
 - endphoneme
 - 
 - 
 - phoneme o:
 -   vowel starttype #o endtype #o
 -   length 270
 -   FMT(vowel/o)
 - endphoneme
 - 
 - 
 - phoneme u
 -   vowel starttype #u endtype #u
 -   length 140
 -   FMT(vowel/u_2)
 - endphoneme
 - 
 - 
 - phoneme u:
 -   vowel starttype #u endtype #u
 -   length 270
 -   FMT(vowel/u)
 - endphoneme
 - 
 - 
 - 
 - // Consonants
 - 
 - phoneme s2     // second part of geminated [s:]
 -   import_phoneme consonants/s2
 - endphoneme
 - 
 - 
 
 
  |