<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Some stuff &#187; music</title>
	<atom:link href="http://blog.yhuang.org/?feed=rss2&#038;tag=music" rel="self" type="application/rss+xml" />
	<link>https://blog.yhuang.org</link>
	<description>here.</description>
	<lastBuildDate>Wed, 27 Aug 2025 08:50:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>once in ten</title>
		<link>https://blog.yhuang.org/?p=1882</link>
		<comments>https://blog.yhuang.org/?p=1882#comments</comments>
		<pubDate>Tue, 30 Apr 2019 09:02:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[piano]]></category>

		<guid isPermaLink="false">//blog.yhuang.org/?p=1882</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><audio controls><source src="wp-content/uploads/fzg-p.mp3" type="audio/mpeg"></audio></p>
]]></content:encoded>
			<wfw:commentRss>https://blog.yhuang.org/?feed=rss2&#038;p=1882</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>minute-long quartet</title>
		<link>https://blog.yhuang.org/?p=1577</link>
		<comments>https://blog.yhuang.org/?p=1577#comments</comments>
		<pubDate>Sun, 16 Nov 2014 19:07:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Lilypond]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[Pitch]]></category>
		<category><![CDATA[Relative pitch]]></category>

		<guid isPermaLink="false">http://allegro.mit.edu/~zong/wpress/?p=1577</guid>
		<description><![CDATA[Written a while ago, revised it recently. Some voice crossing, welp. Also, this. Can&#8217;t believe from version 2.10.33 to 2.18.2, Lilypond changed the base of relative pitch notation and removed a bunch of definitions syntax. There is also a piano version, dedicated to a friend who passed.]]></description>
			<content:encoded><![CDATA[<p>Written a while ago, revised it recently. Some voice crossing, welp.</p>
<p><audio controls><source src="wp-content/uploads/sounds/quartet.mp3" type="audio/mpeg"></audio></p>
<p>Also, <a href="http://scorerender.abelcheung.org/category/lilypond/">this</a>. Can&#8217;t believe from version 2.10.33 to 2.18.2, Lilypond changed the base of relative pitch notation and removed a bunch of definitions syntax.</p>
<p><center><br />
<img align="bottom" alt="Input: \paper{
    line-width=140\mm
    ragged-right = #f
 }
\new StaffGroup	&lt;&lt;
		% Violino I.
		\new Staff
		\new Voice = &quot;a&quot; {
			\autoBeamOff
			\clef treble
			\key g \major % or e \minor
			\tempo &quot;Moderato&quot; 4 = 110
			\time 3/4
			b'4 b'4 b'4 \bar &quot;|&quot;
			d''4 b'4 d''8\( e''8 \bar &quot;|&quot;
			fis''4.\) d''8\( b'8 a'8\) \bar &quot;|&quot;
			g'2. \bar &quot;|&quot;
			e''4. c''8\( a'8 g'8\) \bar &quot;|&quot;  % bar 5
			fis'2 e'4 \bar &quot;|&quot;
			fis'2.\( \bar &quot;|&quot;
			d'2.\) \bar &quot;|&quot;
			b'4 b'4 b'4 \bar &quot;|&quot;  % bar 10
			d''4 b'4 d''4 \bar &quot;|&quot;
			e''4. d''8\( b'8 a'8\) \bar &quot;|&quot;
			g'2. \bar &quot;|&quot;
			e''4.\( d''8 b'8 a'8\) \bar &quot;|&quot;
			g'4 e'2 \bar &quot;|&quot;  % bar 15
			g'4 e'2 \bar &quot;|&quot;
			fis'4 d'2 \bar &quot;|&quot;
			g'4 b'4 c''4 \bar &quot;|&quot;
			d''4 a''4 fis''4 \bar &quot;|&quot;  % bar 20
			g''4 b'4 c''4 \bar &quot;|&quot;
			d''4 fis''4 g''4 \bar &quot;|&quot;
			e''4 g'4 c''4 \bar &quot;|&quot;
			d''4 g'4 f'4 \bar &quot;|&quot;
			e'4 g'4 a'4 \bar &quot;|&quot;  % bar 25
			fis'4 a'4 b'4 \bar &quot;|&quot;
			g'4 b'4 c''4 \bar &quot;|&quot;
			d''4 bes''4 a''4 \bar &quot;|&quot;
			g''4 b''4 g''4 \bar &quot;|&quot;
			e''4 g''4 c''4 \bar &quot;|&quot;  % bar 30
			d''4 g''4 d''4 \bar &quot;|&quot;
			c''4 g''4 b'4 \bar &quot;|&quot;
			a'4^\markup { \bold \italic rit. } b'4 fis'4 \bar &quot;|&quot;
			g'2. \bar &quot;|&quot;
		}
		% Violino II.
		\new Staff
		\new Voice = &quot;b&quot; {
			\autoBeamOff
			\clef treble
			\key g \major % or e \minor
			\time 3/4
			g'4 d'4 g'4 \bar &quot;|&quot;
			a'4 d'4 a'8 b'8 \bar &quot;|&quot;
			d''4 g'8 a'8 d'4 \bar &quot;|&quot;
			e'4. d'8 e'4 \bar &quot;|&quot;
			g'4. e'8 d'8 e'8 \bar &quot;|&quot;  % bar 5
			c'2. \bar &quot;|&quot;
			a2. \bar &quot;|&quot;
			fis'4 c''4. d''8 \bar &quot;|&quot;
			g'4 d'4 g'4 \bar &quot;|&quot;  % bar 10
			a'4 d'4 a'4 \bar &quot;|&quot;
			b'4 g'8 e'8 d'4 \bar &quot;|&quot;
			cis'2. \bar &quot;|&quot;
			a'4. b'8 g'8 e'8 \bar &quot;|&quot;
			d'2. \bar &quot;|&quot;  % bar 15
			d'2. \bar &quot;|&quot;
			c'2. \bar &quot;|&quot;
			d'4.\( g'8 g'4\) \bar &quot;|&quot;
			a'4\( g'4 a'4\) \bar &quot;|&quot;  % bar 20
			b'4.\( e''8 b'4\) \bar &quot;|&quot;
			g'4\( b'2\) \bar &quot;|&quot;
			e'4.\( d'8 e'4\) \bar &quot;|&quot;
			d'4\( b'2\) \bar &quot;|&quot;
			d'4.\( d'8 e'4\) \bar &quot;|&quot;  % bar 25
			d'4\( fis'2\) \bar &quot;|&quot;
			d'4.\( g'8 g'4\) \bar &quot;|&quot;
			a'4\( g'4 a'4\) \bar &quot;|&quot;
			b'4.\( d''8 b'4\) \bar &quot;|&quot;
			e'4\( g'2\) \bar &quot;|&quot;  % bar 30
			g'4.\( b'8 g'4\) \bar &quot;|&quot;
			c'4\( d'2\) \bar &quot;|&quot;
			d'4.\( e'8 c'4\) \bar &quot;|&quot;
			b2. \bar &quot;|&quot;
		}
		% Viola.
		\new Staff
		\new Voice = &quot;c&quot; {
			\autoBeamOff
			\clef alto
			\key g \major % or e \minor
			\time 3/4
			d4. b4. \bar &quot;|&quot;
			d4. a4. \bar &quot;|&quot;
			e4. g4. \bar &quot;|&quot;
			c'2. \bar &quot;|&quot;
			e4. g4. \bar &quot;|&quot;  % bar 5
			a2. \bar &quot;|&quot;
			d'2. \bar &quot;|&quot;
			a4. d4. \bar &quot;|&quot;
			g4. b4. \bar &quot;|&quot;  % bar 10
			d'4. a4. \bar &quot;|&quot;
			e'4. b4. \bar &quot;|&quot;
			g2. \bar &quot;|&quot;
			e'4. b4. \bar &quot;|&quot;
			e2. \bar &quot;|&quot;  % bar 15
			g2. \bar &quot;|&quot;
			c'4. d'4. \bar &quot;|&quot;
			b4. d'4. \bar &quot;|&quot;
			a4. d'4. \bar &quot;|&quot;  % bar 20
			e'4. g'4. \bar &quot;|&quot;
			b2. \bar &quot;|&quot;
			c'4. g'4. \bar &quot;|&quot;
			d'4. b4. \bar &quot;|&quot;
			g2. \bar &quot;|&quot;  % bar 25
			a2. \bar &quot;|&quot;
			b4. b4. \bar &quot;|&quot;
			d'4. c'4. \bar &quot;|&quot;
			b4. d'4. \bar &quot;|&quot;
			g2. \bar &quot;|&quot;  % bar 30
			b4. d'4. \bar &quot;|&quot;
			g4. d'4. \bar &quot;|&quot;
			c'2. \bar &quot;|&quot;
			b2. \bar &quot;|&quot;
		}
		% Violoncello.
		\new Staff
		\new Voice = &quot;d&quot; {
			\autoBeamOff
			\clef bass
			\key g \major % or e \minor
			\time 3/4
			g2. \bar &quot;|&quot;
			fis2. \bar &quot;|&quot;
			e2. \bar &quot;|&quot;
			c2. \bar &quot;|&quot;
			a,2. \bar &quot;|&quot;  % bar 5
			d2. \bar &quot;|&quot;
			d2. \bar &quot;|&quot;
			fis2. \bar &quot;|&quot;
			g2. \bar &quot;|&quot;  % bar 10
			fis2. \bar &quot;|&quot;
			e2. \bar &quot;|&quot;
			a,4. b,4. \bar &quot;|&quot;
			cis2. \bar &quot;|&quot;
			c2. \bar &quot;|&quot;  % bar 15
			e2. \bar &quot;|&quot;
			d2. \bar &quot;|&quot;
			g,2. \bar &quot;|&quot;
			a,2. \bar &quot;|&quot;  % bar 20
			e,2. \bar &quot;|&quot;
			b,2. \bar &quot;|&quot;
			c2. \bar &quot;|&quot;
			g,2. \bar &quot;|&quot;
			c2. \bar &quot;|&quot;  % bar 25
			d2. \bar &quot;|&quot;
			g,2. \bar &quot;|&quot;
			fis,2. \bar &quot;|&quot;
			e,2. \bar &quot;|&quot;
			c,2. \bar &quot;|&quot;  % bar 30
			g,2. \bar &quot;|&quot;
			a,2. \bar &quot;|&quot;
			d,2. \bar &quot;|&quot;
			g,2. \bar &quot;|&quot;
		}
	&gt;&gt;" src="wp-content/cache/34f712c163b1ba035cb4308a77ec7a59.png" /><br />
</center></p>
<p>There is also a piano version, dedicated to a friend who passed.<br />
<audio controls><source src="wp-content/uploads/song.mp3" type="audio/mpeg"></audio></p>
]]></content:encoded>
			<wfw:commentRss>https://blog.yhuang.org/?feed=rss2&#038;p=1577</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>what&#8217;s wrong with art music</title>
		<link>https://blog.yhuang.org/?p=1215</link>
		<comments>https://blog.yhuang.org/?p=1215#comments</comments>
		<pubDate>Tue, 08 Oct 2013 06:57:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[20th-century classical music]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[Art music]]></category>
		<category><![CDATA[Contemporary classical music]]></category>
		<category><![CDATA[John Cage]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[Musical notation]]></category>
		<category><![CDATA[Performing arts]]></category>
		<category><![CDATA[Philip Glass]]></category>
		<category><![CDATA[Pierre Boulez]]></category>
		<category><![CDATA[Schoenberg]]></category>

		<guid isPermaLink="false">http://allegro.mit.edu/~zong/wpress/?p=1215</guid>
		<description><![CDATA[By art music I mean contemporary classical music. I could say that everything is wrong with it, but that&#8217;s probably too glib. Instead I&#8217;ll break it down into progressively deeper reasons. 1. The soundscape Noise, texture, gesture over pitch, rhythm, harmony. You thought serialism was information poor. Well contemporary music is possibly worse. 2. Process [...]]]></description>
			<content:encoded><![CDATA[<p>By art music I mean contemporary classical music. I could say that everything is wrong with it, but that&#8217;s probably too glib. Instead I&#8217;ll break it down into progressively deeper reasons.</p>
<p>1. The soundscape<br />
Noise, texture, gesture over pitch, rhythm, harmony. You thought serialism was information poor. Well contemporary music is possibly worse.<br />
<span id="more-1215"></span><br />
2. Process over outcome<br />
John Cage was a brilliant artist, but as Schoenberg says, he&#8217;s an inventor, not a composer. If he was a composer of anything, it is of art, his art form being some sort of syncretism, most often sonic performance art. It&#8217;s not music per se. However, somehow people took him to be a composer of music. Big mistake. A lot of modern music is actually more conservative than Cage&#8217;s ideas, but the key philosophical change took place when his work came to be considered &#8220;music.&#8221; Now a particular outcome is no longer important, and the composer&#8217;s role is intentionally diminished. It&#8217;s an alluring idea, because not only is less work required, but more seemingly innovative work could pop out. It&#8217;s really the easy way out though, because the innovation is fake. It&#8217;s not an innovation of sound. The composer has abdicated the responsibility to fully realize the intended sonic idea in mind. It could be argued that some parameters are not important, because it&#8217;s a new language of expression. But I haven&#8217;t seen a theory of contemporary music that convincingly demonstrates what is important and what isn&#8217;t in this language, and why. It also begs the question of why we&#8217;re stuck with instruments that are built to realize a different language.</p>
<p><iframe width="500" height="281" src="https://www.youtube.com/embed/Pd6B5zLaHiU?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>(gesture music with archaic instruments)</p>
<p>3. Academicism<br />
The reason that the title of &#8220;legitimate heir to classical music&#8221; is important is that whoever holds the throne inherits the trappings of elitism. With it comes the tradition of authorship and the enforced boundary between composer vs. performers. Unlike jazz or other improvisational arts, the trajectory of classical music by the time it got to be an academic discipline was toward a fully literary tradition. That means culturally performers are not equal partners in composition and have no compositional independence and only performative independence. The distinction may seem slight but it makes a big difference &#8212; the performers have the limited freedom of interpretation but not the full freedom to innovate from a blank slate like the composer. They will always feel that leash of censorship given the unequal power relationship. And this stratification is especially enforced by the habits of academia where credit is a highly valued commodity &#8212; i.e. any innovation is still credited to the composer. As a result, real innovation is neither forthcoming from the performers who are not incentivized, nor from composers who abdicate creative responsibility with impunity. The secondary problem is in-group perspective bias. Academia is the small, specialized in-group of music creators who will always be more enamored by the &#8220;process endeavor&#8221; of generating literature than the outcome because they derive their professional value from the former, the latter having been put into the hands of other professionals. But to an audience, it is the outcome that is important. The two sides are difficult to reconcile when they are spending their time thinking about different things as music, with attendant different goals.</p>
<p><iframe width="500" height="281" src="https://www.youtube.com/embed/w0yTZmMgI5I?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>(bad minimalist music)</p>
<p>It&#8217;s sad that the rightful claim of classical music has passed on to this &#8212; or any &#8212; specialized group. There is a lot of sound to explore yet, or else all music (including pop &#8212; which <em>is</em> innovating) would have stopped. Wouldn&#8217;t it be nice if the title were held by more deserving offshoots? Classicizing/fusioning non-classical influences is very much in the classical tradition. Philip Glass&#8217;s minimalism and the inspired electronica certainly form a legitimate branch if intended as timbral expansion rather than a process gimmick. Avant-garde jazz (but not free jazz) is a legitimate branch in terms of harmonic expansion. Similarly, polyrhythm/microtonal are legitimate branches in terms of prosodic and scalar expansion, respectively. These forms are all expanding the information-bearing components of sound itself, hence music. Aleatoricism/indeterminacy/gesture art is not an expansion of the music language. It&#8217;s an expansion of the process of music making. It does make sound, but it doesn&#8217;t attack sound directly and therefore no surprise that it fails to innovate on that front. Process is always a part of composition as a precursor to outcome, but conflating the two is dangerous, and leads to a dead-end.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.yhuang.org/?feed=rss2&#038;p=1215</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>two for april</title>
		<link>https://blog.yhuang.org/?p=382</link>
		<comments>https://blog.yhuang.org/?p=382#comments</comments>
		<pubDate>Sat, 30 Apr 2011 05:50:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[april]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://scripts.mit.edu/~zong/wpress/?p=382</guid>
		<description><![CDATA[果树边，如梦如幻；漫步中，似近似远。 1. 2.]]></description>
			<content:encoded><![CDATA[<p>果树边，如梦如幻；漫步中，似近似远。</p>
<p>1. <audio controls><source src="wp-content/uploads/dr1.mp3" type="audio/mpeg"></audio><br />
<!--object type="application/x-shockwave-flash" data="wp-content/plugins/audio-player/assets/player.swf" id="audioplayer2" height="24" width="300">
<param name="movie" value="wp-content/plugins/audio-player/assets/player.swf">
<param name="FlashVars" value="playerID=2&amp;soundFile=wp-content/uploads/dr1.mp3">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
</object--></p>
<p>2. <audio controls><source src="wp-content/uploads/dr2.mp3" type="audio/mpeg"></audio><br />
<!--object type="application/x-shockwave-flash" data="wp-content/plugins/audio-player/assets/player.swf" id="audioplayer3" height="24" width="300">
<param name="movie" value="wp-content/plugins/audio-player/assets/player.swf">
<param name="FlashVars" value="playerID=3&amp;soundFile=wp-content/uploads/dr2.mp3">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
</object--></p>
]]></content:encoded>
			<wfw:commentRss>https://blog.yhuang.org/?feed=rss2&#038;p=382</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>r.i.p.</title>
		<link>https://blog.yhuang.org/?p=285</link>
		<comments>https://blog.yhuang.org/?p=285#comments</comments>
		<pubDate>Fri, 24 Sep 2010 08:15:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://scripts.mit.edu/~zong/wpress/?p=285</guid>
		<description><![CDATA[22/398, 29/271, 511]]></description>
			<content:encoded><![CDATA[<p>22/398, 29/271, 511</p>
<p><audio controls><source src="wp-content/uploads/rip.mp3" type="audio/mpeg"></audio><br />
<!--object type="application/x-shockwave-flash" data="wp-content/plugins/audio-player/assets/player.swf" id="audioplayer2" height="24" width="300">
<param name="movie" value="wp-content/plugins/audio-player/assets/player.swf">
<param name="FlashVars" value="playerID=1&amp;soundFile=wp-content/uploads/rip.mp3">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
</object--></p>
]]></content:encoded>
			<wfw:commentRss>https://blog.yhuang.org/?feed=rss2&#038;p=285</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>a favorite day</title>
		<link>https://blog.yhuang.org/?p=230</link>
		<comments>https://blog.yhuang.org/?p=230#comments</comments>
		<pubDate>Sat, 16 Jan 2010 05:01:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[brass]]></category>
		<category><![CDATA[composition]]></category>
		<category><![CDATA[cw]]></category>
		<category><![CDATA[day]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://scripts.mit.edu/~zong/wpress/?p=230</guid>
		<description><![CDATA[My favorite composition so far, on a theme by cw. &#8230;and a mechanically re-arranged brass version]]></description>
			<content:encoded><![CDATA[<p>My favorite composition so far, on a theme by cw.</p>
<p><audio controls><source src="wp-content/uploads/untitled.mp3" type="audio/mpeg"></audio><br />
<!--object type="application/x-shockwave-flash" data="wp-content/plugins/audio-player/assets/player.swf" id="audioplayer2" height="24" width="300">
<param name="movie" value="wp-content/plugins/audio-player/assets/player.swf">
<param name="FlashVars" value="playerID=1&amp;soundFile=wp-content/uploads/untitled.mp3">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
</object--></p>
<p>&#8230;and a mechanically re-arranged brass version<br />
<audio controls><source src="wp-content/uploads/untitled_b.mp3" type="audio/mpeg"></audio><br />
<!--object type="application/x-shockwave-flash" data="wp-content/plugins/audio-player/assets/player.swf" id="audioplayer3" height="24" width="300">
<param name="movie" value="wp-content/plugins/audio-player/assets/player.swf">
<param name="FlashVars" value="playerID=1&amp;soundFile=wp-content/uploads/untitled_b.mp3">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
</object--></p>
]]></content:encoded>
			<wfw:commentRss>https://blog.yhuang.org/?feed=rss2&#038;p=230</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>on the cusp of national day</title>
		<link>https://blog.yhuang.org/?p=201</link>
		<comments>https://blog.yhuang.org/?p=201#comments</comments>
		<pubDate>Thu, 24 Sep 2009 14:13:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cusp]]></category>
		<category><![CDATA[day]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://scripts.mit.edu/~zong/wpress/?p=201</guid>
		<description><![CDATA[in three movements 1. 2. 3. me: 我这个每个乐章好准 都4分多种 没故意这样 w: 哈哈哈.。你目前的极限吧。。 me: 差不多 w: 恩.。 me: 真奇怪 差不多到那里 就要喘气了 w: 对.。哈哈.。 me: 哈哈哈哈哈 然后就安个结尾 w: 是的.。 不过我发现你.。 好象。。不大喜欢在结尾的时候重复主题。。 me: 都重复的啊。。 每个都。。。 w: 或者重复时候。。 变得比较多.。 me: 哦，你说一模一样的重复。对。 w: 恩.。 me: 不知道为啥，很不习惯重复 w: 恩.。。 me: 觉得，圡 w: 。。。。。。。。。。。。 不土啊。。。哈哈.。 我觉得挺好.。哈哈.。 me: 圡 w: 啊。。 好.。吧。。:S me: [...]]]></description>
			<content:encoded><![CDATA[<p>in three movements</p>
<p>1. <audio controls><source src="wp-content/uploads/c1.mp3" type="audio/mpeg"></audio></p>
<p>2. <audio controls><source src="wp-content/uploads/c2.mp3" type="audio/mpeg"></audio></p>
<p>3. <audio controls><source src="wp-content/uploads/c3.mp3" type="audio/mpeg"></audio></p>
<p><span id="more-201"></span></p>
<p>me:  我这个每个乐章好准<br />
都4分多种<br />
没故意这样<br />
w:  哈哈哈.。你目前的极限吧。。<br />
me:  差不多<br />
w:  恩.。<br />
me:  真奇怪<br />
差不多到那里<br />
就要喘气了<br />
w:  对.。哈哈.。<br />
me:  哈哈哈哈哈<br />
然后就安个结尾<br />
w: 是的.。<br />
不过我发现你.。<br />
好象。。不大喜欢在结尾的时候重复主题。。<br />
me:  都重复的啊。。<br />
每个都。。。<br />
w:  或者重复时候。。<br />
变得比较多.。<br />
me:  哦，你说一模一样的重复。对。<br />
w:  恩.。<br />
me:  不知道为啥，很不习惯重复<br />
w:  恩.。。<br />
me:  觉得，圡<br />
w:  。。。。。。。。。。。。<br />
不土啊。。。哈哈.。<br />
我觉得挺好.。哈哈.。<br />
me:  圡<br />
w:  啊。。<br />
好.。吧。。:S<br />
me:  哈哈哈，其实<br />
要重复的话<br />
再听一遍<br />
就是了<br />
哈哈哈<br />
w:  &#8230;&#8230;&#8230;&#8230;&#8230;.<br />
什么逻辑啊。。汗.。<br />
me:  我觉得，没人重复的吧<br />
w:  啊。。<br />
me:  如果重复了，你再听的时候<br />
就两遍了<br />
w:  哈哈哈哈哈.。。<br />
me:  这我的理论<br />
w:  你.。。你.。<br />
me:  真的<br />
这我的理论<br />
w:  笑死拉.。<br />
恩.。好吧。。<br />
me:  我觉得好的结尾<br />
都要可以重新接开头的<br />
w:  。。。。。。。。。<br />
这我真没想过.。<br />
me:  或者在属调接也行<br />
反正结尾就是要呼唤开头不是吗。。。<br />
那我是这么呼唤的<br />
w:  啊。。不.。是吧。。<br />
me:  就是听了之后，你想继续哼哼下去<br />
那哼哼啥呢<br />
w:  这理论对我比较新鲜.。<br />
me:  当然就是开头<br />
哈哈哈哈<br />
所以就不用重复了<br />
因为你自己哼哼了<br />
w:  好吧。。。我.。<br />
觉得也算一家之言.。<br />
卡卡卡.。<br />
me:  哈哈哈</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.yhuang.org/?feed=rss2&#038;p=201</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>music a bit out of the ways</title>
		<link>https://blog.yhuang.org/?p=189</link>
		<comments>https://blog.yhuang.org/?p=189#comments</comments>
		<pubDate>Sat, 16 May 2009 23:27:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bit]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://scripts.mit.edu/~zong/wpress/?p=189</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/lzw9OQnYoms" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/lzw9OQnYoms" /><param name="FlashVars" value="playerMode=embedded" /></object></p>
<p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/1r93wi9KBTs" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/1r93wi9KBTs" /><param name="FlashVars" value="playerMode=embedded" /></object></p>
]]></content:encoded>
			<wfw:commentRss>https://blog.yhuang.org/?feed=rss2&#038;p=189</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2003-2009</title>
		<link>https://blog.yhuang.org/?p=184</link>
		<comments>https://blog.yhuang.org/?p=184#comments</comments>
		<pubDate>Fri, 10 Apr 2009 03:26:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[celebratory]]></category>
		<category><![CDATA[chinese themes]]></category>
		<category><![CDATA[draft]]></category>
		<category><![CDATA[fact]]></category>
		<category><![CDATA[instrumentation]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[rhapsody]]></category>
		<category><![CDATA[Terribly]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://scripts.mit.edu/~zong/wpress/?p=184</guid>
		<description><![CDATA[Rhapsody on Chinese Themes The seemingly celebratory language is farcical. It is in fact a most depressing and suffocating piece. Terribly orchestrated in this draft, but the instrumentation outline is there.]]></description>
			<content:encoded><![CDATA[<p>Rhapsody on Chinese Themes</p>
<p><audio controls><source src="wp-content/uploads/rhapsody.mp3" type="audio/mpeg"></audio></p>
<blockquote><p>The seemingly celebratory language is farcical. It is in fact a most depressing and suffocating piece.</p></blockquote>
<p>Terribly orchestrated in this draft, but the instrumentation outline is there.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.yhuang.org/?feed=rss2&#038;p=184</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>classical period music on classical period instrument</title>
		<link>https://blog.yhuang.org/?p=173</link>
		<comments>https://blog.yhuang.org/?p=173#comments</comments>
		<pubDate>Fri, 27 Mar 2009 17:05:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[classical period music]]></category>
		<category><![CDATA[color contrast]]></category>
		<category><![CDATA[fortepiano]]></category>
		<category><![CDATA[instrument]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[period]]></category>
		<category><![CDATA[period instrument]]></category>
		<category><![CDATA[piano sonata]]></category>
		<category><![CDATA[recording]]></category>
		<category><![CDATA[Sonata]]></category>

		<guid isPermaLink="false">http://scripts.mit.edu/~zong/wpress/?p=173</guid>
		<description><![CDATA[Melvyn Tan plays the same Beethoven Piano Sonata No. 23 discussed here on the fortepiano with, I believe, non-equal temperament tuning, too. This is quite amazing, with its clarity and register color contrast that can only be approached with deliberate care in that video by Barenboim. This recording actually makes the second movement make sense [...]]]></description>
			<content:encoded><![CDATA[<p>Melvyn Tan plays the same Beethoven Piano Sonata No. 23 <a href="?p=159">discussed here</a> on the fortepiano with, I believe, non-equal temperament tuning, too. This is quite amazing, with its clarity and register color contrast that can only be approached with deliberate care in that video by Barenboim. This recording actually makes the second movement make sense finally.<br />
<span id="more-173"></span><br />
<object type="application/x-shockwave-flash" data="http://www.youtube.com/v/eU5xQpYQvYo" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/eU5xQpYQvYo" /><param name="FlashVars" value="playerMode=embedded" /></object></p>
<p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/SDsoEQq71cI" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/SDsoEQq71cI" /><param name="FlashVars" value="playerMode=embedded" /></object></p>
<p><object type="application/x-shockwave-flash" data="http://www.youtube.com/v/6S7FAoqW4_8" width="425" height="344"><param name="movie" value="http://www.youtube.com/v/6S7FAoqW4_8" /><param name="FlashVars" value="playerMode=embedded" /></object></p>
]]></content:encoded>
			<wfw:commentRss>https://blog.yhuang.org/?feed=rss2&#038;p=173</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
