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. [UE4]使用蓝图关闭对象的碰撞SetActorEnableCollision

    在一个人的身上创建多把枪的时候,由于枪与枪之间重贴会产生碰撞冲突,到时角色控制出现不正常(上下左右行走总是往一个方向移动),这些可以关闭枪支的碰撞:

  2. 倒数第N个字符串

    给定一个完全由小写英文字母组成的字符串等差递增序列,该序列中的每个字符串的长度固定为 L,从 L 个 a 开始,以 1 为步长递增.例如当 L 为 3 时,序列为 { aaa, aab, aac, . ...

  3. classpath路径配置

    在很多Apache的框架中,经常遇见配置classpath情况,但是都没有认真研究过classpath,下面是对classpath的解析. classpath: 是指编译过后的的classes目录 对 ...

  4. 使用gulp压缩js详细步骤笔记

    先要安装nodejs,初始化项目配置文件package.json,根据情况输入配置参数 npm init test command: git repository: keywords: author: ...

  5. 第41课 kmp子串查找算法

    1. 朴素算法的改进 (1)朴素算法的优化线索 ①因为 Pa != Pb 且Pb==Sb:所以Pa != Sb:因此在Sd处失配时,子串P右移1位比较没有意义,因为前面的比较己经知道了Pa != Sb ...

  6. MapReduce高级编程2

    MapReduce Top N .二次排序,MapJoin: TOP N 对于一组输入List(key,value),我们要创建一个Top N 列表,这是一种过滤模式,查看输入数据特定子集,观察用户的 ...

  7. 各种波形文件VCD,VPD,SHM,FSDB生成的方法

    转载---http://www.cnblogs.com/zeushuang/archive/2012/11/14/2769640.html 仿真是IC设计不可或缺的重要步骤,仿真后一般需要记录下波形文 ...

  8. Solr的Filed中indexed与stored属性

    摘要: Solr的Filed中有很多参数,其中的index和store参数让人有点犯晕. 消失的Field <field name="description_s" type= ...

  9. SpringBoot 实现前后端分离的跨域访问(CORS)

    序言:跨域资源共享向来都是热门的需求,使用CORS可以帮助我们快速实现跨域访问,只需在服务端进行授权即可,无需在前端添加额外设置,比传统的JSONP跨域更安全和便捷. 一.基本介绍 简单来说,CORS ...

  10. Eureka 注册中心 简单搭建

    直接上代码:配置文件截图 server.port= spring.application.name=eureka-server eureka.instance.hostname=127.0.0.1 # ...