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简单案例(一) 网站搜索的热搜词
对于一个网站来说,无论是商城网站还是门户网站,搜索框都是有一个比较重要的地位,它的存在可以说是 为了让用户更快.更方便的去找到自己想要的东西.对于经常逛这个网站的用户,当然也会想知道在这里比较“火” ...
随机推荐
- Linux 之 软件安装
单纯一个操作系统是没有办法满足我们的需求的,所以需要各种安装各种软件来满足我们日常工作.生活需求.一般情况下,Linux常用的安装方式有两种,以CentOS为例: 1.从源代码安装软件 将软件源代码编 ...
- [postman][API 测试]用Postman做RestAPI测试学习笔记
痛点:最近有个API网关的兼容性测试任务,需要验证API是否可用,返回值符合预期,如果手工复制粘贴curl命令,繁琐且低效 调研时发现了Postman 这个chrom插件,试用了2天后发现使用起来很方 ...
- 使用Ponysay,在Linux终端显示彩虹小马
Ponysay类似于Cowsay,可以在终端打印所有小马的像素画.还有个ponythink,这个是小马想,那个是小马说,效果如下: 安装: sudo apt-get install ponysay 使 ...
- Vue外卖的学习之路
用Vue打造外卖项目 一.项目前整理思绪 (1)项目所需的技术栈 (2)项目分布 (3)整体项目文件介绍
- golang 时间的比较,time.Time的初始值?
参考: https://golangcode.com/checking-if-date-has-been-set/ https://stackoverflow.com/questions/209243 ...
- 浅析 array_map array_walk
map 主要是为了得到你的回调函数处理后的新数组,要的是结果. walk 主要是对每个参数都使用一次你的回调函数,要的是处理的过程. walk 可以认为提供额外参数给回调函数,map不可 ...
- flask 杂记2
添加属性 @property def password(self): return self._password @password.setter def password(self, raw): s ...
- stm32 HardFault_Handler调试及问题查找方法
STM32出现HardFault_Handler故障的原因主要有两个方面: 1.内存溢出或者访问越界.这个需要自己写程序的时候规范代码,遇到了需要慢慢排查. 2.堆栈溢出.增加堆栈的大小. 出现问题时 ...
- Centos 拒绝ssh远程暴力破解方法
佳木斯SEO摘要 有一天突然收到一封邮件,邮件内容告知我的ECS服务器作为肉鸡在攻击别的机器,期初一想,一定是我机器的账号密码被泄露,或者是被人暴力破解,于是乎,我就查询了一下我机器的账号登录记录. ...
- vue quill使用&quill 自定义图片上传&自定义mp4 更换标签
pluins 创建quill 目录 创建文件video.js import { Quill } from 'vue-quill-editor' // 源码中是import直接倒入,这里要用Quill. ...