The lineaments of Chopin’s肖邦 short, dramatic life are familiar to most classical-music enthusiasts. Born in 1810 in Warsaw to a middle-class family, he was a child prodigy and became a noted pianist and composer of small-scale but exquisite Romantic pieces of music, such as ballades, études, impromptus, mazurkas, nocturnes and polonaises. He was mostly based in France, mingling with the cream of Parisian society and the arts and playing for aristocrats and royalty. The German poet Heinrich Heine reverentially called him “the Raphael of the piano”.

In 1838 he absconded潜逃 to Majorca with the feminist novelist George Sand, who scandalised French society by wearing trousers and smoking cigars, and subsequently carried on a long and stormy affair with her. Having suffered since adolescence from a wasting disease, probably tuberculosis 肺结核, he died tragically young, aged 39. By then he was, as he remains, one of Poland’s best-known sons. His music is still played and enjoyed all over the world.

Since his life was almost a Romantic work of art in itself, he has had no shortage of biographers, starting immediately after his death with his fellow composer and friend of sorts, Franz Liszt, and continuing in a steady trickle ever since. So was there a need for another one? Having previously produced a magisterial three-volume biography of Liszt, Alan Walker has searched for new primary sources from Warsaw to Washington, shed new light on many aspects of Chopin’s life and cleared away a thicket of myths. He has much to say, too, about the political, military and social aspects of the age, including two revolutions, various wars, epidemics and natural disasters; he vividly brings to life the delights of Paris salons and French country-house living, as well as the discomforts of 19th-century long-distance travel and the horrors of the era’s medicine.

How far studying a composer’s life elucidates the music is an old and vexed question. Mr Walker identifies two schools of thought. One is that the music could not have existed without the life, “with all its joys and sorrows”, so they are inextricably entwined. The other is that art must always be assessed in “splendid isolation”.

In Chopin’s case, the issue seems moot, because the life and the music are quite unrelated. At times when his experiences were dark, he might write a brilliantly sunny piece, and vice versa. Chopin had no truck with programme music (the sort that tries to conjure up images or tell stories), in which other Romantic composers delighted. He laughed at some of his contemporaries’ attempts to ascribe non-musical meanings to his pieces. Mr Walker’s book contains plenty of analysis of specific works, but he is careful not to suggest any link between music and events.

Scrupulous as it is, this monumental biography is deeply engaging and enjoyable. Chopin mostly comes out of it well, and on closer examination seems a less exotic figure than his reputation suggests. He was a kindly man with a good sense of humour. Despite being something of a loner, he was able to maintain long and strong friendships, many with fellow Poles. He proved surprisingly adept, almost without trying, at attracting the financial and practical support he needed to keep on composing even as his health failed.

And even though he was lionised 崇拜 for most of his life, he never took his gift for granted, agonising over each composition, crossing out, reinstating and crossing out again. However long it took, he laboured until each piece was exactly right. Because of this perfectionism, and the brevity 短暂的of his life, his oeuvre is relatively small. Before he died, he asked for all his unpublished manuscripts to be destroyed. His sister, who oversaw掌管 his estate, demurred, thus saving a few dozen extra works for posterity. The world should be grateful to her.

2018.11.14 Chopin’s的更多相关文章

  1. Intel Artificial Intelligence Conference(2018.11.14)

    时间:2018.11.14地点:北京国贸大酒店

  2. 2018.11.14 uoj#34. 多项式乘法(ntt)

    传送门 今天学习nttnttntt. 其实递归方法和fftfftfft是完全相同的. 只不过fftfftfft的单位根用的是复数中的东西,而nttnttntt用的是数论里面有相同性质的原根. 代码: ...

  3. 2018.11.14 uoj#34. 多项式乘法(fft)

    传送门 NOIpNOIpNOIp爆炸不能阻止我搞oioioi的决心 信息技术课进行一点康复训练. fftfftfft板题. 代码: #include<bits/stdc++.h> usin ...

  4. 2018.11.14 hibernate中的查询优化---关联级别查询

    查询优化------关联级别查询 集合策略 在Mapper映射文件中添加属性 测试数据 lazy:true 延时加载数据 fetch:select 单表查询 控制台显示输出 结论:单表查询,使用到在加 ...

  5. OI生涯回忆录 2018.11.12~2019.4.15

    上一篇:OI生涯回忆录 2017.9.10~2018.11.11 一次逆风而行的成功,是什么都无法代替的 ………… 历经艰难 我还在走着 一 NOIP之后,全机房开始了省选知识的自学. 动态DP,LC ...

  6. JavaSE_ API常用对象 总目录(11~14)

    JavaSE学习总结第11天_开发工具 & API常用对象111.01 常见开发工具介绍11.02 Eclipse和MyEclipse的概述11.03 Eclipse的下载安装及卸载11.04 ...

  7. China Intelligent Office Summit(2018.11.21)

    时间:2018.11.21地点:中关村软件园国际会议中心

  8. International Programming Retreat Day(2018.11.17)

    时间:2018.11.17地点:北京国华投资大厦

  9. Trusted Cloud Summit(2018.08.14)

    时间:2018.08.14地点:北京国际会议中心

随机推荐

  1. C++之图片旋转90,再保存

    下面测试代码只需要全部放在一个.cpp文件里就行 //#include "stdafx.h"#include <stdio.h>#include <string& ...

  2. FFmpeg 入门(2):输出视频到屏幕

    本文转自:FFmpeg 入门(2):输出视频到屏幕 | www.samirchen.com SDL 我们这里使用 SDL 来渲染视频到屏幕.SDL 是 Simple Direct Layer 的缩写, ...

  3. std::tuple作为参数invoke调用函数

    template<typename Function, typename Tuple, std::size_t... Index> decltype(auto) invoke_impl(F ...

  4. ThinkPHP语法总结

    1, $data存放实体: $data['title'] = I('post.title'); // 标题 $data['content'] = I('post.content'); // 正文 $d ...

  5. Oracle数据库创建表ID字段的自动递增

    转载地址:http://blog.itpub.net/22880668/viewspace-1117343/ 将表t_uaer的字段ID设置为自增:(用序列sequence的方法来实现) ----创建 ...

  6. Linux学习笔记之阿里云ECS部署LAMP环境

    LAMP指Linux+Apache+MySQL/MariaDB+Perl/PHP/Python,是一组常用来搭建动态网站或者服务器的开源软件.它们本身都是各自独立的程序,但是因为常被放在一起使用,拥有 ...

  7. 20145214 《Java程序设计》第3周学习总结

    教材学习内容总结 对象(Object):存在的具体实体,具有明确的状态和行为 类(Class):具有相同属性和行为的一组对象的集合,用于组合各个对象所共有操作和属性的一种机制 从类看对象:类定义可以视 ...

  8. RocEDU.阅读.写作《乌合之众》(一)

    序言 作者在序言里主要论述了时代演变的内在原因,表明对群体进行研究的重要性,阐述了研究群体行为特征时的研究方法,并概述了群体的发展过程. 造成文明变革的唯一重要变化,是影响到思想.观念和信仰的变化.目 ...

  9. 20145324 《Java程序设计》第10周学习总结

    20145324 <Java程序设计>第10周学习总结 教材学习内容总结 1.网络编程的实质就是两个(或多个)设备(例如计算机)之间的数据传输 2.在实际传输数据以前需要将域名转换为IP地 ...

  10. Spring MVC工作流程图

    图一   图二    Spring工作流程描述       1. 用户向服务器发送请求,请求被Spring 前端控制Servelt DispatcherServlet捕获:       2. Disp ...