<?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>San Bei Ji &#187; composition</title>
	<atom:link href="http://www.sanbeiji.com/archives/tag/composition/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sanbeiji.com</link>
	<description>三杯雞好吃!</description>
	<lastBuildDate>Wed, 18 Jan 2012 17:57:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Why hosting LilyPond music projects as open source Git repositories is good</title>
		<link>http://www.sanbeiji.com/archives/1058</link>
		<comments>http://www.sanbeiji.com/archives/1058#comments</comments>
		<pubDate>Sat, 16 Jan 2010 17:52:08 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[arranging]]></category>
		<category><![CDATA[composition]]></category>
		<category><![CDATA[engraving]]></category>
		<category><![CDATA[lilypond]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://www.sanbeiji.com/?p=1058</guid>
		<description><![CDATA[For those of you unacquainted, LilyPond is music notation software. Unlike other programs such as Sibelius or Finale, which are both great in their own right, LilyPond deals with sheet music creation as source code in text files using a &#8230; <a href="http://www.sanbeiji.com/archives/1058">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.sanbeiji.com%252Farchives%252F1058%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Why%20hosting%20LilyPond%20music%20projects%20as%20open%20source%20Git%20repositories%20is%20good%22%20%7D);"></div>
<p>For those of you unacquainted, <a href="http://lilypond.org">LilyPond</a> is music notation software. Unlike other programs such as Sibelius or Finale, which are both great in their own right, LilyPond deals with sheet music creation as source code in text files using a simple language. You run the files in a compiler, and out come beautiful PDFs of your music. It also can create MIDI files so you can hear a quick gist of what you&#8217;re working on too. </p>
<p><a href="http://www.flickr.com/photos/sanbeiji/4279762002/" title="Erbarme dich, mein Gott by sanbeiji, on Flickr"><img src="http://farm5.static.flickr.com/4057/4279762002_21f2a7ec98.jpg" width="354" height="500" alt="Erbarme dich, mein Gott" class="right" /></a></p>
<p>From a coder&#8217;s point of view, it is great to be able to work in your favorite text editor and work in a largely similar way that one would when working on software: code, compile, test, publish. But it&#8217;s not as hard as it sounds &#8211; beginners can get started producing sheet music scores very quickly by just going through a quick <a href="http://lilypond.org/doc/v2.12/Documentation/user/lilypond-learning/index">tutorial</a>. Might not work for everyone &#8211; some of us need to be able to drag and drop the notes on the staff, or that extra abstraction layer to source code may be just one bridge too far. But the price is right, and it&#8217;s worth a <a href="http://lilypond.org/switch/" title="LilyPond - Introduction">try</a>.</p>
<p>For those of you musicians out there who use LilyPond, you understand how useful and powerful the software is. Your music source is in simple text files, easily displayed on the web, ported, and shared. Sharing is a foundation of LilyPond engravers, and there are tons of places to find free and open scores &#8211; most notably the <a href="http://www.mutopiaproject.org/" title="The Mutopia Project">Mutopia</a> project.</p>
<p>But creating large projects, especially transcriptions, can sometimes be daunting tasks for one individual. Manually uploading corrections to a site might be tedious, and version control might not even exist.</p>
<p><a href="http://git-scm.com/" title="Git - Fast Version Control System">Git</a> is an excellent solution for version control. And <a href="https://github.com/">GitHub</a> is a free and excellent destination to host your Git LilyPond projects.</p>
<p>Now imagine people are hosting their LilyPond works on GitHub. Say it&#8217;s a transcription of some Baroque-period composition by an obscure composer, and photographic plates are available to view. You want to get it ready for your orchestra, but imagine hammering out all those notes alone. Enter open source: A team of volunteers can grab copies of the project, work on it, and merge code back in. Git handles this process elegantly, and everyone can work together on the same code base. The project is done in record time, and you can spit out parts just in time for the first rehearsal.</p>
<p>But wait, there&#8217;s more. Say the band director wants to try this out on the wind ensemble. Rather than starting from scratch, they can fork the project and leverage the existing code. Another person wants to grab the melodic fragments and arrange the same work for baritone sax and synthesizer &#8211; another fork. Check out code that is freely available, and rework it ad infinitum.</p>
<p>This might even apply to my stewing idea of crowd-developed open-source composition. I wonder what a symphonic work would look like developed by a team of composers? If we can put together things like Linux and Firefox using the open source model, why not a piece of music?</p>

]]></content:encoded>
			<wfw:commentRss>http://www.sanbeiji.com/archives/1058/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using JEdit with LilyPond on Mac OS X</title>
		<link>http://www.sanbeiji.com/archives/1011</link>
		<comments>http://www.sanbeiji.com/archives/1011#comments</comments>
		<pubDate>Tue, 30 Jun 2009 04:53:38 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[arranging]]></category>
		<category><![CDATA[composition]]></category>
		<category><![CDATA[engraving]]></category>
		<category><![CDATA[lilypond]]></category>
		<category><![CDATA[orchestration]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://www.sanbeiji.com/?p=1011</guid>
		<description><![CDATA[LilyPond is a wonderful way to write simple code that generates beautiful sheet music. I use TextMate for nearly all my coding. It&#8217;s a great editor for the web and I have it fully customized to write code for everything &#8230; <a href="http://www.sanbeiji.com/archives/1011">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.sanbeiji.com%252Farchives%252F1011%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Using%20JEdit%20with%20LilyPond%20on%20Mac%20OS%20X%22%20%7D);"></div>
<p><a href="http://www.lilypond.org/" title="LilyPond website">LilyPond</a> is a wonderful way to write simple code that generates beautiful sheet music. I use TextMate for nearly all my coding. It&#8217;s a great editor for the web and I have it fully customized to write code for everything I do including CSS, HTML, XML, XSL, Ruby on Rails, and PHP. There is a decent start at a TextMate bundle for LilyPond, and it does color code my LilyPond markup and let me run the compile command straight from the text editor, but the code coloring seems to break down when I get too detailed in the code formatting. Additionally, the feature that lets you point and click on a notehead which brings me back to the editor and position the cursor exactly where the relevant code is for where I clicked seems to be difficult—if not impossible—to get configured. Without this feature, editing complex scores can be a royal pain. There has to be a better way.</p>
<p>Now the basic functionality for LilyPond on Mac was to have it&#8217;s own text editor built in, and although primitive, it worked fine for the point and click feature. One could use a system shortcut to open the code in TextMate and all was good, so no big deal there. Unfortunately Mac OS X 10.5 seems to break LilyPond, and it&#8217;s a small enough project that no-one has stepped up yet to fix this. I&#8217;ll give it a stab sometime, but for now I need to edit some Hindemith bass parts ASAP!</p>
<p>After some research, I discovered there is a path forward in JEdit and a plugin called LilyPondTool. I found basic instructions at <a href="http://ivo.bouwmans.name/lilypondleopard/" title="LilyPond on Mac OS X Leopard -- how to do it">this website</a> (which has several alternative paths available,) but there&#8217;s just a couple of specific things to mind when going the JEdit route. Here&#8217;s how to get it working on Mac OS X:</p>
<p>First, install LilyPond. Get the <a href="http://lilypond.org/web/install/" title="LilyPond - Download">latest Mac OS X 10.4 build</a>. Note that if a real, bona-fide, working binary appears at that link for 10.5 or 10.6, these instructions become obsolete (and your life is now easier.)</p>
<p>Next, install <a href="http://jedit.org/" title="jEdit - Programmer's Text Editor -<br />
overview">JEdit</a>. Be sure to get the latest Mac OS X JEdit 4.3pre package and not one of the older &#8216;stable&#8217; 4.2 builds.</p>
<p>Launch JEDit and choose <strong>Plugins > Plugin Manager</strong>. In the Plugin Manager, click on the Install tab and find LilyPondTool in the list. Click the checkbox next to LilyPondTool, click Install, and close the window when the thing finishes installing.</p>
<p>Now you have the LilyPondTool installed in JEdit, but it is set up probably for a Windows file system. There should now be a <strong>LilyPond ></strong> button on the JEdit toolbar that will appear. This button houses a menu for many excellent LilyPond shortcuts. Click on this menu and choose <strong>Development > Lilytool Options</strong>. This will open the Plugin editor for JEdit, and likely will miss opening the LilyPondTool options section of this panel. Easy enough to fix &#8211; just click on the LilyPondTool item in the left tray and select General from the list. Now you need to configure the application paths. These should be (unless you installed these things in weird places):</p>
<p>For the path to the LilyPond binary: <strong>/Applications/LilyPond.app/Contents/Resources/bin/</strong></p>
<p>For the path to the external PDF viewer: <strong>/Applications/Preview.app</strong></p>
<p>That should get you up and running. You should now have a Run LilyPond and a Preview Output (PDF) button on the JEdit toolbar that compiles and opens your score and lets you point and click on noteheads to instantly return the position of the relevant code. You also now have a nice IDE for LilyPond, with toolbar buttons and menu items to help you along, including a new document wizard and menu items for all the little bits of code I forget (such as ottavia brackets, thumb marks, tuplets, etc.) And the built-in MIDI player is a nice touch.</p>
<p><strong>Update 2009-07-03:</strong> As you will see from the comments below, the developer has kindly set the Mac OS X default paths accordingly. Thanks!!</p>

]]></content:encoded>
			<wfw:commentRss>http://www.sanbeiji.com/archives/1011/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Mazurka</title>
		<link>http://www.sanbeiji.com/archives/914</link>
		<comments>http://www.sanbeiji.com/archives/914#comments</comments>
		<pubDate>Mon, 01 Sep 2008 05:34:30 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[composition]]></category>
		<category><![CDATA[Guitar]]></category>
		<category><![CDATA[mazurka]]></category>
		<category><![CDATA[waltz]]></category>

		<guid isPermaLink="false">http://www.sanbeiji.com/archives/914</guid>
		<description><![CDATA[I have been learning LilyPond for music engraving lately and I love it! I have always been intrigued by the intersections between music and programming. LilyPond really appeals to the coder in me because you are basically writing code in &#8230; <a href="http://www.sanbeiji.com/archives/914">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.sanbeiji.com%252Farchives%252F914%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Mazurka%22%20%7D);"></div>
<p><a href="http://www.flickr.com/photos/sanbeiji/2816816542/" title="Mazurka for Guitar by sanbeiji, on Flickr"><img src="http://farm4.static.flickr.com/3296/2816816542_67104b6a3f_m.jpg" class="right" alt="Mazurka for Guitar" /></a></p>
<p>I have been learning <a href="http://www.lilypond.org/">LilyPond</a> for music engraving lately and I love it! </p>
<p>I have always been intrigued by the intersections between music and programming. LilyPond really appeals to the coder in me because you are basically writing code in a text editor, and out comes beautiful sheet music.</p>
<p>Here is a work I did many years ago, <a href="http://www.sanbeiji.com/music/mazurka1.pdf">Mazurka, for guitar</a>. I used this as a learning example because it presents several problems for music engraving, in a nice short work that doesn&#8217;t require one to commit to a huge ordeal. It covers basic notation issues such as fingerings, arpeggiation, a free-form cadenza, dynamics, tempo, and articulations.</p>
<p><a href="http://www.sanbeiji.com/music/mazurka1.pdf">The PDF of the work</a> will remain available right here, and I&#8217;m releasing it under a Creative Commons <a href="http://creativecommons.org/licenses/by-nd/3.0/" rel="license">Attribution-No Derivative Works 3.0 Unported</a> license, so please feel free to download it, play it, and redistribute it as you wish&#8211;just always attribute the composer, and don&#8217;t alter it in any way. Enjoy, and thanks!</p>
<p>Oh, and if you <em>do</em> perform it or have <em>any</em> questions on interpretation, please feel free to let me know in by <a href="/archives/914/#respond">posting a comment</a>.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.sanbeiji.com/archives/914/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Audio Avitars</title>
		<link>http://www.sanbeiji.com/archives/652</link>
		<comments>http://www.sanbeiji.com/archives/652#comments</comments>
		<pubDate>Tue, 17 Jan 2006 04:40:56 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[chamber music]]></category>
		<category><![CDATA[composition]]></category>
		<category><![CDATA[iTunes]]></category>

		<guid isPermaLink="false">http://www.sanbeiji.com/?p=652</guid>
		<description><![CDATA[I found the iTunes Signature Maker at the blog of Ryan Shaw this evening. Extremely cool little idea to take your iTunes playlist and make a short little audio avitar of your musical tastes. Here is mine. The creation of &#8230; <a href="http://www.sanbeiji.com/archives/652">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.sanbeiji.com%252Farchives%252F652%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Audio%20Avitars%22%20%7D);"></div>
<p>I found the <a href="http://www.jasonfreeman.net/itsm/">iTunes Signature Maker</a> at the blog of <a href="http://dream.sims.berkeley.edu/~ryanshaw/wordpress/2005/12/10/audio-avatars/">Ryan Shaw</a> this evening. Extremely cool little idea to take your iTunes playlist and make a short little audio avitar of your musical tastes. <a href="/assets/audio/jojo.m4a" title="AAC format">Here is mine</a>.</p>
<p>The creation of the file requires you to trust a Java applet to scan your iTunes collection and make hashes out of some of your favorite music. The applet is signed by <a href="http://www.thawte.com/">Thawte</a>, which checks out, but the usual cautions should still apply here. You can set some parameters such as the number of tracks to pick from and how long each segment should be. Here&#8217;s what it came up with for me, which I found particularly interesting:</p>
<table>
<tr>
<td><strong>Title</strong> </td>
<td><strong>Artist</strong> </td>
<td><strong>Album</strong> </td>
<td><strong>Starting At</strong> </td>
<td><strong>Ending At</strong> </td>
</tr>
<tr>
<td>Trauermusik</td>
<td>San Francisco   Symphony</td>
<td>Mathis der Maler,   Trauermusik, Symphonic Metamorphosis</td>
<td>0:35.2</td>
<td>0:38.4</td>
</tr>
<tr>
<td>The Battle of   Evermore</td>
<td>Led Zeppelin</td>
<td>IV</td>
<td>5:30.6</td>
<td>5:35.0</td>
</tr>
<tr>
<td>Summertime</td>
<td>Miles Davis</td>
<td>&nbsp; </td>
<td>2:24.2</td>
<td>2:29.0</td>
</tr>
<tr>
<td>Postcards</td>
<td>Yellowjackets</td>
<td>Four Corners</td>
<td>0:12.0</td>
<td>0:16.0</td>
</tr>
<tr>
<td>The Firebird Suite</td>
<td>Igor Stravinsky</td>
<td>&nbsp;</td>
<td>1:55.4</td>
<td>1:57.8</td>
</tr>
<tr>
<td>Panama</td>
<td>Van Halen</td>
<td>&nbsp; </td>
<td>2:37.1</td>
<td>2:42.7</td>
</tr>
<tr>
<td>47. Erbarme Dich,   Mein Gott</td>
<td>Johann Sebastian   Bach</td>
<td>Bach: St. Matthew   Passion &#8211; CD 2</td>
<td>6:30.8</td>
<td>6:36.0</td>
</tr>
<tr>
<td>01 &#8211; Requiem   Aeternum</td>
<td>Wolfgang Amadeus   Mozart</td>
<td>Requiem K626</td>
<td>3:27.5</td>
<td>3:30.3</td>
</tr>
<tr>
<td>String Quintet,   Op.77 &#8211; 1. Allegro con fuoco</td>
<td>The Chamber Music   Society of Lincoln Center</td>
<td>Dvorak Serenade</td>
<td>4:05.2</td>
<td>4:08.8</td>
</tr>
<tr>
<td>05 E</td>
<td>Alex Wilson   Studios / Telltale Weekly</td>
<td>Digital Pitch   Pipes</td>
<td>0:00.0</td>
<td>0:06.0</td>
</tr>
</table>
<p>I like how it finishes with a reference pitch that I use to tune to every time I practice. It makes a nice blend that tapers off into the solo E a nice touch. It was my first run of the applet, but I&#8217;m going to go with it.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.sanbeiji.com/archives/652/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Finale PrintMusic: Can&#8217;t RTFM?</title>
		<link>http://www.sanbeiji.com/archives/642</link>
		<comments>http://www.sanbeiji.com/archives/642#comments</comments>
		<pubDate>Wed, 28 Dec 2005 15:32:48 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[composition]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.sanbeiji.com/?p=642</guid>
		<description><![CDATA[This is such a simple thing, and I call this a major oversight on the part of the software vendor: I kept getting errors when trying to access the user manual or tutorials from within Finale PrintMusic 2006, getting errors &#8230; <a href="http://www.sanbeiji.com/archives/642">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.sanbeiji.com%252Farchives%252F642%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Finale%20PrintMusic%3A%20Can%27t%20RTFM%3F%22%20%7D);"></div>
<p>This is such a simple thing, and I call this a major oversight on the part of the software vendor: I kept getting errors when trying to access the user manual or tutorials from within Finale PrintMusic 2006, getting errors that read something like &#8220;Could not open PMTOC.pdf&#8221;. I found the file after a quick search via Spotlight on my machine and it launched into Preview as this is the default Mac OS X handler for PDF. I got a table of contents, but it was only that. None of the links worked and it was essentially useless. I then noticed that the entire documentation was broken out into separate files. Linking to other local files apparently isn&#8217;t supported in Preview, or it doesn&#8217;t use the same protocol as Adobe Reader. Would have been better to make one PDF document, where anchors are supported in both Reader and Preview.</p>
<p>I <em>hate</em> Adobe Reader (and when the hell did they start calling it &#8220;Reader&#8221; instead of &#8220;Acrobat Reader&#8221;), but I suspected that this wasn&#8217;t going to work otherwise. There was no readme file to suggest that Acrobat was a requirement, so I&#8217;m guessing at this point. I grudgingly went and downloaded the Acrobat Reader from the Adobe site and installed it, and I&#8217;d like to take a moment to lament on Acrobat Reader&#8217;s strange installer: You download a download utility and it downloads another installer. Geeks will say &#8220;WTF? OK, whatever&#8230;&#8221; Non-geeks will just wonder what happened and why they still can&#8217;t open PDFs. Just make one installer, or one binary app that can be dragged to one&#8217;s hard drive. </p>
<p>And now everything works fine, except I have an extra PDF-reading program that I hoped I would never need.</p>
<p>Documentation has always been a tough subject. We have seen the demise of printed manuals. Electronic equivalents have been formatted to PDF, HTML, Flash, and so on, and sent to browsers, PDF readers, operating system help programs, or displayed within the programs own constructs. Vendors often will switch the tools they use, and wildly, between software version releases. It&#8217;s nutty how many ways it can exist, and I don&#8217;t know of any solution to this madness or even if there is one. My favorite method is the style that is used by <a href="http://www.php.net/docs.php" title= "PHP Manual">PHP</a>, complete and updated frequently as it lives online, with printer-friendly formatting and downloadable archives, and a number of freely-available tools that make it easy to use including <a href="http://www.apple.com/downloads/dashboard/">Dashboard</a> and <a href="http://widgets.yahoo.com/gallery/?search=PHP">Konfabulator</a> Widgets.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.sanbeiji.com/archives/642/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MusicXML</title>
		<link>http://www.sanbeiji.com/archives/632</link>
		<comments>http://www.sanbeiji.com/archives/632#comments</comments>
		<pubDate>Sun, 20 Nov 2005 07:49:26 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[composition]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.sanbeiji.com/?p=632</guid>
		<description><![CDATA[During my recent round of trying to evaluate the right music notation software for myself, I came across an XML application that I can truly relate to: MusicXML. Much like how MathML is used to describe mathematical documents, MusicXML does &#8230; <a href="http://www.sanbeiji.com/archives/632">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.sanbeiji.com%252Farchives%252F632%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22MusicXML%22%20%7D);"></div>
<p>During my recent round of trying to evaluate the right music notation software for myself, I came across an XML application that I can truly relate to: <a href="http://www.musicxml.org/xml.html">MusicXML</a>.</p>
<p>Much like how MathML is used to describe mathematical documents, MusicXML does this for music. It&#8217;s brilliant. Just looking at the spec, I can think of oh so many cool things that could be done with this, from extracting patterns out of the self-describing XML data all the way to doing some interesting procedures over the web.</p>
<p>And heck, if I was ever that much of a cheapskate, I could always write up a composition using XML rather than hoofing up the $650 bill for a full copy of Finale&#8230;</p>
<p>OK maybe that would be <em>impractical</em> for all but the simplest arrangement of Three Blind Mice. But it&#8217;s nice to know that, hey, it is an option if someone had the time&#8230;</p>

]]></content:encoded>
			<wfw:commentRss>http://www.sanbeiji.com/archives/632/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Need More Details</title>
		<link>http://www.sanbeiji.com/archives/518</link>
		<comments>http://www.sanbeiji.com/archives/518#comments</comments>
		<pubDate>Tue, 11 Jan 2005 16:00:00 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[composition]]></category>
		<category><![CDATA[Mac OS X]]></category>

		<guid isPermaLink="false">http://www.sanbeiji.com/wp2/?p=491</guid>
		<description><![CDATA[Apple &#8211; iLife &#8211; GarageBand &#8211; Explore While you&#8217;re recording Software Instrument performances&#44; you can watch your performance unfold by viewing the tracks in full music notation. Fast on its feet&#44; GarageBand generates notation in real time&#44; instantly displaying notes&#44; &#8230; <a href="http://www.sanbeiji.com/archives/518">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.sanbeiji.com%252Farchives%252F518%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22I%20Need%20More%20Details%22%20%7D);"></div>
<p><a href="http://www.apple.com/ilife/garageband/explore.html" title="Apple - iLife - GarageBand - Explore - http://www.apple.com/ilife/garageband/explore.html" target="_blank">Apple &#8211; iLife &#8211; GarageBand &#8211; Explore</a></p>
<blockquote><p>While you&#8217;re recording Software Instrument performances&#44; you can watch your performance unfold by viewing the tracks in full music notation. Fast on its feet&#44; GarageBand generates notation in real time&#44; instantly displaying notes&#44; rests and other musical events.  </p>
<p>Great news for those of you who read music (and maybe even better for those who%u2019d like to learn)&#44; notation view includes all common music notation symbols. That includes time signature&#44; key and clef signs. GarageBand uses vertical lines to indicate divisions between measures. Automatic notation.  </p>
<p>And Garageband lets you edit Software instrument recordings in music notation view. You can move&#44; adjust or replace notes. Even edit pedal markings.</p>
</blockquote>
<p>OK. Let me just say an emphatic <em>yea</em>! Now I can relate to this program on a much more familiar level. Seriously &#8211; of all the announcements today from Apple&#44; this one knocked my socks off. But I need more details &#8211; can I do keyboard notation input? (i.e. compose notes via QWERTY keybaord shortcuts?) Are there a limit to the number of staves? How are slurs and ties handled?</p>
<p>There&#8217;s plenty of software out there that will do music notation well&#44; and I particularly like <a href="http://www.sibelius.com/">Sibelius</a>. Obviously this is going nowhere near Sibelius&#8217; sophistication level in terms of notation&#44; but I am very curious to know what a GarageBand user can expect in terms of notation. I guess I need to go down to the store and give it a test drive.</p>
<p>Also of worthy note here is the addition of <a href="http://www.apple.com/ilife/garageband/jampacks/jampack4.html">Jam Pack 4: Symphony Orchestra</a>. Very cool&#8230;</p>

]]></content:encoded>
			<wfw:commentRss>http://www.sanbeiji.com/archives/518/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iMix No.1</title>
		<link>http://www.sanbeiji.com/archives/323</link>
		<comments>http://www.sanbeiji.com/archives/323#comments</comments>
		<pubDate>Fri, 07 May 2004 16:00:00 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[composition]]></category>

		<guid isPermaLink="false">http://www.sanbeiji.com/wp2/?p=303</guid>
		<description><![CDATA[iMix: Peaceful Tones Testing the iMix capability of iTunes 4.5 &#8211; This one is a mix of stuff I&#8217;ve been listening to lately that is beautiful&#44; relaxing&#44; and inspiring. Highly recommended &#8211; you&#8217;re sure to like it. You will need &#8230; <a href="http://www.sanbeiji.com/archives/323">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwww.sanbeiji.com%252Farchives%252F323%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22iMix%20No.1%22%20%7D);"></div>
<p><a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPublishedPlaylist?id=37874" title="iMix: Peaceful Tones - http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewPublishedPlaylist?id=37874 - Requires iTunes 4.5 or later" target="_blank">iMix: Peaceful Tones</a></p>
<p>Testing the iMix capability of iTunes 4.5 &#8211; This one is a mix of stuff I&#8217;ve been listening to lately that is beautiful&#44; relaxing&#44; and inspiring. Highly recommended &#8211; you&#8217;re sure to like it.</p>
<p>You will need iTunes 4.5 or greater for the link above</p>

]]></content:encoded>
			<wfw:commentRss>http://www.sanbeiji.com/archives/323/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: www.sanbeiji.com @ 2012-02-12 02:50:15 -->
