Hallelujah Leonard Cohen
Hallelujah 歌词
Leonard Cohen
Now I've heard there was a secret chord
我听说有一个隐秘的弦音
That David played, and it pleased the Lord
大卫演奏了它,这妙音得到了主的喜欢
But you don't really care for music, do you?
你不是真的关心这旋律,对么
It goes like this
这旋律是像这样的
The fourth, the fifth
第四和弦,第五和弦
The minor fall, the major lift
时而低沉,时而高昂
The baffled king composing Hallelujah
困惑的国王谱写了这哈利路亚之歌
Hallelujah
哈利路亚
Hallelujah
哈利路亚
Hallelujah
哈利路亚
Hallelujah
哈利路亚
Your faith was strong but you needed proof
你的信念坚定,却也得接受考验
You saw her bathing on the roof
你在屋顶上,看见正在沐浴的她
Her beauty and the moonlight overthrew you
月光下的她的美貌,征服了你
She tied you
她引诱你
To a kitchen chair
到厨房的椅子上
She broke your throne, and she cut your hair
她打破了你的王座,剪掉了你的头发
And from your lips she drew the Hallelujah
从你的嘴唇中,她的美丽得到颂赞,哈利路亚
Hallelujah, Hallelujah
哈利路亚,哈利路亚
Hallelujah, Hallelujah
哈利路亚,哈利路亚
You say I took the name in vain
你说我盗用了那个名字
I don't even know the name
然而我甚至都不知道那个名字
But if I did, well really, what's it to you?
但是如果我真的这么做了,它对你意味着什么呢?
There's a blaze of light
火焰光芒
In every word
在每一个字中闪耀
It doesn't matter which you heard
你听到的那些又有什么重要
The holy or the broken Hallelujah
神圣的,或者破碎的,哈利路亚之歌
Hallelujah, Hallelujah
哈利路亚,哈利路亚
Hallelujah, Hallelujah
哈利路亚,哈利路亚
I did my best, it wasn't much
我用尽全力,却仍然不够
I couldn't feel, so I tried to touch
我不再能感觉得到,我只能试着摸索
I've told the truth, I didn't come to fool you
我对你说过这个事实,我并没有欺骗你
And even though
尽管如此
It all went wrong
所有的一切都走向了错误之路
I'll stand before the Lord of Song
我将站在歌曲之神面前
With nothing on my tongue but Hallelujah
什么都无法唱出,除了这哈利路亚之歌
Hallelujah, Hallelujah
哈利路亚,哈利路亚
Hallelujah, Hallelujah
哈利路亚,哈利路亚
Hallelujah, Hallelujah
哈利路亚,哈利路亚
Hallelujah, Hallelujah
哈利路亚,哈利路亚
Hallelujah, Hallelujah
哈利路亚,哈利路亚
Hallelujah, Hallelujah
哈利路亚,哈利路亚
Hallelujah, Hallelujah
哈利路亚,哈利路亚
Hallelujah, Hallelujah
哈利路亚,哈利路亚
Hallelujah
哈利路亚
文章来源:外星人来地球
欢迎关注,有问题一起学习欢迎留言、评论
Hallelujah Leonard Cohen的更多相关文章
- 五、Pandas玩转数据
Series的简单运算 import numpy as np import pandas as pd s1=pd.Series([1,2,3],index=['A','B','C']) print(s ...
- {ICIP2014}{收录论文列表}
This article come from HEREARS-L1: Learning Tuesday 10:30–12:30; Oral Session; Room: Leonard de Vinc ...
- Java性能提示(全)
http://www.onjava.com/pub/a/onjava/2001/05/30/optimization.htmlComparing the performance of LinkedLi ...
- Labeled Faces in the Wild 人脸识别数据集 部分测试数据
development test set Note: images displayed are original (non-aligned/funneled) images. match pairs ...
- Labeled Faces in the Wild 人脸识别数据集 部分训练数据
development training set Note: images displayed are original (non-aligned/funneled) images. match pa ...
- Image Processing and Analysis_15_Image Registration:Image registration methods a survey——2003
此主要讨论图像处理与分析.虽然计算机视觉部分的有些内容比如特 征提取等也可以归结到图像分析中来,但鉴于它们与计算机视觉的紧密联系,以 及它们的出处,没有把它们纳入到图像处理与分析中来.同样,这里面也有 ...
- 初学者看过来之JSON入门
1. 什么是JSON JSON---Javascript Object Notation,前两个单词大家应该都认识,最后一个notation,是"记号.标记法"的意思,连在一起,便 ...
- 密码学应用(DES,AES, MD5, SHA1, RSA, Salt, Pkcs8)
目录 一.数据加密标准 - Data Encryption Standard(DES) 二.高级加密标准 - Advanced Encryption Standard(AES) 三.消息摘要算法第五版 ...
- Redis简单案例(一) 网站搜索的热搜词
对于一个网站来说,无论是商城网站还是门户网站,搜索框都是有一个比较重要的地位,它的存在可以说是 为了让用户更快.更方便的去找到自己想要的东西.对于经常逛这个网站的用户,当然也会想知道在这里比较“火” ...
随机推荐
- vbox 网络配置
vagrant主机与虚拟机通讯网络有两种模式: config.vm.network "private_network", ip: "192.168.33.10" ...
- py-1 语言介绍
一.编程与编程语言 1.编程的目的 计算机的发明,是为了用机器取代并解放人力.而编程的目的则是将人类的思想流程按照某种能够被计算机识别的表达方式传递给计算机,从而达到让计算机能够像人脑.电脑一样自动执 ...
- 3-JavaSe-1-stream-1-流库特征
1.parallelStream可以让流库以并行方式来执行过滤和计数. String content=new String(Files.readAllBytes(Paths.get("D:\ ...
- pandas 25 式
英文版 Jupyter Notebook 链接:https://nbviewer.jupyter.org/github/justmarkham/pandas-videos/blob/master/to ...
- Java中关于String类型的一些思考
作为初学者在学习Java的时候,变量类型是不可避免会遇到的,在以往我们的印象中字符串String都是作为基本类型而存在的,但是在Java中String类型确是一个实实在在的引用类型,是可以通过new关 ...
- Android笔记(八) Android中的布局——相对布局
RelativeLayout又称为相对布局,也是一种常用的布局形式.和LinearLayout的排列规则不同,RelativeLayout显得更加随意一下,它通常通过相对定位 的方式让控件出现在布局的 ...
- Python基础Day5
一.字典 ①字典是python的基础数据类型之一 ②字典可以存储大量的数据,关系型数据 ③字典也是python中唯一的映射类的数据类型 字典是以键值对的形式存在的,{键:值} 字典的键必须是不可变的数 ...
- Flutter中的按钮组件介绍
Flutter 里有很多的 Button 组件很多,常见的按钮组件有:RaisedButton.FlatButton.IconButton.OutlineButton.ButtonBar.Floati ...
- 异常-Phoenix HBASE Last region should end with an empty key. You need to create a new region and regioninfo in HDFS to plug the hole
1 详细异常信息 RROR: There is a hole in the region chain between \x03\x00\x00\x00\x00\x00\x00\x00\x00 and ...
- Linux命令——ldd和ldconfig
转自:Linux系统中“动态库”和“静态库”那点事儿 前言 在调试lua脚本的时候,报错. 我已经再lua脚本中更改了cpath package.cpath = package.cpath .. &q ...