从今天到明天

从今天到明天

Class
Properties
类型 喜剧 音乐
地区 法国
导演 达尼埃尔·于伊耶 让-马里·斯特劳布
演员
语言 其它
TAG标签 影视
评分 0.0 分
更新时间 2026-01-21
从今天到明天的剧情介绍

Based on an unknown Schönberg opera from 1929, From Today Until Tomorrow explores one night in a not-quite loveless marriage. A husband and wife return from a party where she has flirted with another man, while he has cast an appraising eye toward an attractive, fashionably dressed acquaintance of his wife’s. Though each dreams, briefly, of leaving the marriage for the excitement and mystery of a new lover, in the end they decide stability and comfort are more important than the fleeting thrill of new romance. Directors Jean-Marie Straub and Danièle Huillet, who previously collaborated on two other films about music (The Chronicle of Anna Magdalena Bach, 1968, and Moses and Aaron, 1975), rely on long fixed shots in austere black-and-white so that the focus remains on the musical brilliance of Schönberg’s atonal score, performed here by 70 musicians. That Schönberg would choose such a relatively lighthearted message for his newly discovered musical language remains a mystery, especially since the conclusion reached by the husband and wife—to stick with the tried and true—seems directly at odds with Schönberg’s own philosophy of composing. It is just this juxtaposition, however, coupled with Straub and Huillet’s faithful presentation, that makes the opera a compelling addition to the Schönberg canon—and the film such a challenging and intriguing experience.功夫

function qrsearch() { // 获取触发提交事件的表单 var form = window.event ? window.event.target : (arguments[0] ? arguments[0].target : null); if (!form) { form = document.querySelector('form[action*="/search"]'); } var input = form ? form.querySelector('input[name="q"]') : document.querySelector('input[name="q"]'); if (!input) { return false; } var q = input.value; if (!q || q.trim() === '') { return false; } return true; } // 确保回车键能正常提交表单 (function() { function initSearchForms() { var searchForms = document.querySelectorAll('form[action*="/search"]'); searchForms.forEach(function(form) { var input = form.querySelector('input[name="q"]'); if (input) { // 监听回车键事件 input.addEventListener('keydown', function(e) { if (e.key === 'Enter' || e.keyCode === 13) { e.preventDefault(); var q = this.value.trim(); if (q) { form.submit(); } } }); } }); } // DOM加载完成后初始化 if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initSearchForms); } else { initSearchForms(); } // window.load 后也执行一次 window.addEventListener('load', function() { setTimeout(initSearchForms, 100); }); })();