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]编辑器偏好设置,在同一个窗口以标签打开蓝图

  2. vue vue-resource 请求数据

    main.js import Vue from 'vue'; import App from './App.vue'; /*使用vue-resource请求数据的步骤 1.需要安装vue-resour ...

  3. 用node.js和webpack做前后端分离的总结

    1.webpack打包的特点 (打包文件到指定地点,修改原文件里的引用路径为打包的地点) 涉及output的path/public path/dev-server里的public path等概念 we ...

  4. webpack、npm、nginx常用命令

    webpack命令:webpack --watch 监听变动并自动打包,简写-wwebpack -p --progress --color 压缩混淆脚本webpack -d  生成映射文件,告知那些模 ...

  5. 第1章 计算机网络和协议(3)_TCP/IP协议

    3. TCP/IP协议 3.1 TCP/IP协议分层 3.2 TCP/IP通信过程 (1)应用层:浏览器和Web服务器是两个对等的实现,它们之间使用http协议进行通信. (2)传输层:网页传输之前, ...

  6. GRUB2 命令行使用笔记

    在GRUB界面按C可进入命令行模式,学会命令行模式有助于玩转单机多OS. 磁盘描述规则: hd0,0 表示第1硬盘第1分区 help 显示帮助(内容会比这里全,此处只做几条常用命令介绍) cat 命令 ...

  7. RISC与CISCCPU构架

    RISC 精简指令集 CISC复杂指令集 CISC架构的代表: x86, C51 RISC架构的代码:arm, mips,powerpc, avr, pic 指令集的区别 首先从字面上理解就能知道, ...

  8. <转>如何用C++实现自动微分

    作者:李瞬生转摘链接:https://www.zhihu.com/question/48356514/answer/123290631来源:知乎著作权归作者所有. 实现 AD 有两种方式,函数重载与代 ...

  9. 浮动ip cz

  10. Java Base64 加密/解密

    Base64常用来表示字串加密过后的内容,使用Java 程式语言来实作Base64的编码与解码功能 1.在Java上做Base64的编码与解码,会使用到JDK里sun.misc套件下的BASE64En ...