How to Pronounce T + Dark L

Tagged With: Dark L

The T and Dark L combination is common, appearing in words like ‘little’.  What should you do with your tongue to make these sounds next to each other?  Learn in this video.

YouTube blocked? Click here to see the video.

Video Text:

I recently received an email: Rachel, one sound that I’ve always had trouble reproducing convincingly is TL. This is the sound in words like mental, title, brittle, capital, and bottle. The word Seattle is especially difficult for me to say correctly. It would be great if you could make a video on how to produce this sound. Also, is the TL in the words I listed even pronounced the same? It seems like there’s something different going on.

You’re exactly right that the Ts in all those words are not pronounced the same. When it comes to wondering how to pronounce a T, I will put a link on my website to a video that someone else has made that I think is a very good explanation for that. But let’s talk about the pronunciation of these words. Mental. Mental is the one word out of the ones you listed where I would actually say a tt sound for the T. Mental. He is mental. So, tt, to make that, your tongue, tt, has to pull away from your teeth and let air out. It then goes into the dark L because this L is ending a syllable. Ment- al. So, the jaw has to drop and the tongue has to bunch up a little to make that vowel-like sound before the tongue moves to make the L. Mental. Mental. So the tongue pulls away, fattens up a little bit, and then finishes up by curling to make the L. Mental. Now, as I’ve said in previous blog entries about the dark L, the tongue does not always necessarily move up into that position to finish off the L. Mental, mental. You will definitely hear native speakers pronounce it that way. Mental. So in that case, the tongue simply pulls back from the teeth to fatten up to make that vowel-like sound, mental, and leave it at that.

The word title. In this case, the second T is pronounced as a D, -tle, -tle, which means the vocal cords need to keep producing sound through that movement. In this word more so than in the word mental, the movement of the tongue feels very sharp to me. Title. For the D it’s in position here. -tle. And it pulls back very quickly to make that ul sound for the dark L, before the tip of the tongue moves back in. So the tip of the tongue is pressing there for the D, it comes away to make that vowel-like sound, and it moves back up to make the final part of the dark L sound.

Title is the same as the rest of the words you listed: brittle, capital, bottle, where it is a D sound going into a dark L sound. And this is also true of the word Seattle.

Video:

How to Pronounce T + Dark L的更多相关文章

  1. Think you can pronounce these 10 words correctly? You might be

    Think you can pronounce these 10 words correctly?  You might be surprised! Share Tweet Share Tagged ...

  2. How to Pronounce Word vs. World

    How to Pronounce Word vs. World Share Tweet Share Tagged With: Comparison, Dark L What is the differ ...

  3. How to Pronounce AR, ORN, etc.

    How to Pronounce AR, ORN, etc. Share Tweet Share The R consonant can be really tricky.  In this vide ...

  4. How to Pronounce Numbers 11 – 19

    How to Pronounce Numbers 11 – 19 Share Tweet Share Tagged With: Numbers Numbers are something you’ll ...

  5. How to Pronounce Numbers 20 – 1 Billion

    How to Pronounce Numbers 20 – 1 Billion Share Tweet Share Tagged With: Numbers Numbers are something ...

  6. How to Pronounce INTERNATIONAL

    How to Pronounce INTERNATIONAL Share Tweet Share Tagged With: Dropped T How do you pronounce this lo ...

  7. How to Pronounce BEAUTIFUL

    How to Pronounce BEAUTIFUL Share Tweet Share Tagged With: 3-Syllable Can you say this word beautiful ...

  8. How to Pronounce UMBRELLA

    How to Pronounce UMBRELLA Share Tweet Share Tagged With: 3-Syllable When the weather is bad, you’ll ...

  9. Pronunciation Guide for 25 Common Fruits

    Pronunciation Guide for 25 Common Fruits Share Tweet Share Tagged With: Vocabulary Words Know how to ...

随机推荐

  1. (转)TP-LINK WR720N v3 刷OpenWrt

    之前买了一台改过硬件的TP-Link WR841N-V7路由器,并且成功刷机OpenWrt也完成了FQ,WR841N-V7的更多详情可以看这里,但是可能卖家焊接的有问题,导致老是听到滋滋滋高频率的赤耳 ...

  2. Delphi获取其他exe程序版本号

    delphi获取Exe文件版本信息的函数 Type TFileVersionInfo = Record FixedInfo:TVSFixedFileInfo; {版本信息} CompanyName:S ...

  3. 03 Linux的目录结构与常见文件管理

    Linux目录结构 根文件系统rootfs用来实现整个文件的管理: 而Linux下的所有文件都需要通过根文件系统才能访问: FHS:Filesystem Hierarchy Standard文件层次化 ...

  4. Vue3.0项目快速搭建

    安装安装vue-cli npm install -g @vue/cli # 或者 yarn global add @vue/cli 创建项目 vue create hello-world 至此项目搭建 ...

  5. CS229 6.17 Neurons Networks convolutional neural network(cnn)

    之前所讲的图像处理都是小 patchs ,比如28*28或者36*36之类,考虑如下情形,对于一副1000*1000的图像,即106,当隐层也有106节点时,那么W(1)的数量将达到1012级别,为了 ...

  6. CS229 3.用Normal Equation拟合Liner Regression模型

    继续考虑Liner Regression的问题,把它写成如下的矩阵形式,然后即可得到θ的Normal Equation. Normal Equation: θ=(XTX)-1XTy 当X可逆时,(XT ...

  7. Android模块化开发、组件化开发;

    模块化开发:优点嘛,项目过大时便于管理: 1.在根目录的gradle.properties文件下添加 isBuildModule=false: 使用isBuildModule来控制这个是Library ...

  8. SpringBoot异步请求

    何为异步请求 在Servlet 3.0之前,Servlet采用Thread-Per-Request的方式处理请求,即每一次Http请求都由某一个线程从头到尾负责处理.如果一个请求需要进行IO操作,比如 ...

  9. (转)CSS3:nth-child()伪类选择器,奇偶数行自定义样式first-child

    原文地址 Table表格奇偶数行定义样式: CSS3的强大,让人惊叹,人们在惊喜之余,又不得不为其艰难的道路感到可惜:好的标准只有得到行业浏览器的良好支持才算得上“标准”.CSS3标 准已提出数年,但 ...

  10. Java HttpClient PostMethod

    import org.apache.commons.httpclient.HttpClient; import org.apache.commons.httpclient.methods.PostMe ...