歌手Don McClean的Starry Starry Night,也有很多人叫这首歌为《Vincent》

  编前:金色的向日葵、燃烧般的丝柏、风吹过的麦田旋涡状的星体……,一幅幅狂嚣般的画面,是梵高内心底层最深的呐喊。生活在低处,灵魂在高处——这就是梵高。

  配乐说明:歌曲创作的灵感来自梵高的一幅著名的画作《Starry Starry Night》(星夜),整首曲子的配器就是一把木吉他,极致的简约之美,却浑如天成,有一种如诗如画般的唯美。歌词的意境多有凡高色彩浓烈的画组成,而歌名“星光灿烂的夜”本身就是凡高的一幅画的标题。

  星月夜(Starry Starry Night)歌词

  Starry  starry  night
  Paint your palette blue and grey
  Look out on a summer’s day
  With eyes know the darkness in my soul
  Shadows on the hills
  Sketch the trees and the daffodils
  In colors on the snowy linen land   (★)Now I understand what you try to say to me
  And how you suffered for your sanity
  And how you tried to set them free
  They would not listen
  They did not know how
  Perhaps they’ll listen now   Starry starry night
  Flaming flowers that brightly blaze
  Swirling clouds in violet haze
  Reflect in Vincent’s eyes of china blue
  Colors changing hue
  Morning fields of amber grain
  Weathered faces lined in pain
  Are soothed beneath the aritist’s loving hand   (repeat ★)
  For they could not love you
  But still your love was true
  And when no hope was left inside on that starry starry night
  You took your life as lovers often do
  But I could have told you Vincent
  This world was never meant for one as beautiful as you   Starry starry night
  Portraits hung in empty halls
  Frameless heats on nameless walls
  With eyes that watch the world and can’t forget
  Like the strangers that you ‘ve met
  The ragged man in ragged clothes
  A silver thorn in a bloody rose
  Lie crushed and broken on the virgin snow   Now I think I know what you try to say to me
  That how you suffered for your sanity
  And how you suffered for your sanity
  And how you try to set them free
  They would not listen they’ve not listening still
  Perhaps they never will

Vincent的更多相关文章

  1. Java 序列化 和 反序列--by Vincent

    序列化: Java 提供了一种把对象序列化的机制. 即把一个对象可以被表示为一个字节序列.然后可以写入文件保存. 字节序列包括:      该对象的数据.有关对象的类型的信息和存储在对象中数据的类型. ...

  2. David与Vincent的博弈游戏[树型DP]

    \(\mathcal{Description}\) \(\mathcal{Solution}\) 根据题意,我们知道 根节点深度为1,深度为 奇数 的节点由\(David\)移动,我们称为\(D\)点 ...

  3. 繁华模拟赛 Vincent的城堡

    #include<iostream> #include<cstdio> #include<string> #include<cstring> #incl ...

  4. 繁华模拟赛 David与Vincent的博弈游戏

    #include<iostream> #include<cstdio> #include<string> #include<cstring> #incl ...

  5. Vincent的城堡

    \(\mathcal{Description}\) \(\mathcal{Solution}\) 除去前k部分,后面的是随便怎么选的所以后面的就是\((n-k)^{n-k}\)种方案 前k部分,由于k ...

  6. Git 在团队中的最佳实践--如何正确使用Git Flow

    我们已经从SVN 切换到Git很多年了,现在几乎所有的项目都在使用Github管理, 本篇文章讲一下为什么使用Git, 以及如何在团队中正确使用. Git的优点 Git的优点很多,但是这里只列出我认为 ...

  7. Windows下Nginx配置SSL实现Https访问(包含证书生成)

    Vincent.李   Windows下Nginx配置SSL实现Https访问(包含证书生成) Windows下Nginx配置SSL实现Https访问(包含证书生成) 首先要说明为什么要实现https ...

  8. JavaScript面向对象

    理解对象 对象这个词如雷贯耳,同样出名的一句话:XXX语言中一切皆为对象! 对象究竟是什么?什么叫面向对象编程? 对象(object),台湾译作物件,是面向对象(Object Oriented)中的术 ...

  9. ZeroMQ:云时代极速消息通信库

    ZeroMQ:云时代极速消息通信库(大规模|可扩展|低成本|高效率解决之道,大规模分布式|多线程应用程序|消息传递架构构建利器) [美]Pieter Hintjens(皮特.亨特金斯)著   卢涛 李 ...

随机推荐

  1. import _mysql----ImportError: DLL load failed: %1 不是有效的 Win32 应用程序。

    背景:安装了mysql,练习sql 操作,提示 ImportError DLL load failed: %1 不是有效的 Win32 应用程序 解决方法: 操作系统win10,64位,查看安装的my ...

  2. 圆角带箭头的提示框css实现

    css是一个很强大的东西,很多网页效果,我们可以通过css直接实现.今天给大家分享的是一个用css实现的圆角带箭头的提示框. 效果如下图: 这一个样式主要涉及到了css的边框样式border的运用和定 ...

  3. 完成blog后台一枚

    技术实现:纯jfinal+AmazeUI

  4. .NET开发相关使用工具和框架

    转自: http://www.cnblogs.com/NatureSex/archive/2011/04/21/2023265.html 开发类 visual_studio 2005-2010系列-- ...

  5. Codeforces Round #268 (Div. 2) (被屠记)

    c被fst了................ 然后掉到600+.... 然后...估计得绿名了.. sad A.I Wanna Be the Guy 题意:让你判断1-n个数哪个数没有出现.. sb题 ...

  6. javaScript 的小技巧

    20160314知识点的补充:a-1:最原始的操作要比函数调用快 <script type="text/javascript"> var min = Math.min( ...

  7. (转)c/c++内存对齐问题

    struct/class/unio内存对齐: http://blog.csdn.net/microsues/article/details/6140329 class函数占用字节数问题: http:/ ...

  8. LBP纹理特征

    LBP-Local Binary Pattern,局部二值模式. 灰度不变性 改进:圆形LBP.旋转不变性 MB-LBP特征,多尺度Multiscale Block LBP: [转载自] 目标检测的图 ...

  9. [Linux 学习] Centos 使用yum出现Loaded plugins: refresh-packagekit, security

    sudo vim  /etc/yum/pluginconf.d/fastestmirror.conf enabled=0  //把1改为0 verbose=0 socket_timeout=3 hos ...

  10. 《Sqlserver》通过端口 8080 连接到主机 localhost 的 TCP/IP 连接失败。错误:“驱动程序收到意外的登录前响应。请验证连接属性,并检查 SQL Server 的实例正在主机上运行,且在此端口接受

    1. 点击 开始 --> 所有程序 --> Microsoft SQL Server2005 --> 配置工具-->SQL Server configuration Manag ...