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. 《Exploring in UE4》多线程机制详解[原理分析]

    转自:https://zhuanlan.zhihu.com/c_164452593 目录一.概述二."标准"多线程三.AsyncTask系统3.1 FQueuedThreadPoo ...

  2. Python函数式编程-高阶函数、匿名函数、装饰器、偏函数

  3. unity3d 通过代码建立曲面

    using UnityEngine;using System;using System.Collections.Generic; using System.Collections;using Syst ...

  4. iOS NSUserDefaults

    一.介绍 NSUserDefaults适合存储请练级的本地数据,对于一些简单的数据(NSString类型)来说是首选,但是如果我们自定义了一个对象,对象保存的是一些信息,这是就不能直接存储到NSUse ...

  5. Windows下 训练Tesseract实现识别图片中的文字

    介绍 Tesseract是一个基于Apache2.0协议开源的跨平台ocr引擎,支持多种语言的识别,在Windows和Linux上都有良好的支持. 源代码在这: 源码地址 有一个编译打包好的Windo ...

  6. DateTimepicker中的星期问题

    开发机:win10 64+VS2013 客户机:win7 32bit 在项目中使用DateTimepicker,需要将时间获取到,然后转换为string,然后再转换为DateTime类型.开发机器上测 ...

  7. python实现排序算法(一)——插入排序算法

    ''' 插入排序算法 原始数据data 排序数据后数据SortedData,默认是从小打大排序 1.从data第一个元素开始,该元素赋值给SortedData[0],可以认为SortedData已经被 ...

  8. CSS便捷开发小工具汇总

    1.Prefix free 可以帮助开发者省去编写各种CSS3属性前缀的工作,只需要在页面中引入prefixfree.js即可. 2. Normalize 是一个CSS Reset工具, 相比传统的R ...

  9. WPF Stake

    WPF中的StackPanel.WrapPanel.DockPanel 转:http://blog.sina.com.cn/s/blog_6c81891701017a34.html StackPane ...

  10. springBoot基本配置

    Spring Boot 基本配置 1.新建maven jar工程 使用依赖 <project xmlns="http://maven.apache.org/POM/4.0.0" ...