<?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>6py7 &#187; ubuntu studio</title>
	<atom:link href="http://6py7.com/tag/ubuntu-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://6py7.com</link>
	<description>&#34;We are entitiled to our own opinions, we&#039;re not entitled to our own facts.&#34; -Al Franken</description>
	<lastBuildDate>Mon, 14 Jun 2010 13:50:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Streamlining&#8230;</title>
		<link>http://6py7.com/streamlining/</link>
		<comments>http://6py7.com/streamlining/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 17:23:54 +0000</pubDate>
		<dc:creator>6py7</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[finale]]></category>
		<category><![CDATA[lilypond]]></category>
		<category><![CDATA[makemusic]]></category>
		<category><![CDATA[music notation]]></category>
		<category><![CDATA[ubuntu studio]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://6py7.com/?p=209</guid>
		<description><![CDATA[I found some music notation software for Linux that is actually pretty cool.  There is a bit of a learning curve, but once I got into it a bit I found it more consistent and reliable then Finale.  Oh, and the best part: it&#8217;s about $600 cheaper then Finale (a.k.a. free!).  
It [...]]]></description>
			<content:encoded><![CDATA[<p>I found some music notation software for Linux that is actually pretty cool.  There is a bit of a learning curve, but once I got into it a bit I found it more consistent and reliable then Finale.  Oh, and the best part: it&#8217;s about $600 cheaper then Finale (a.k.a. free!).  </p>
<p>It is a Linux program called Lilypond.  The craziest part about getting used to it is that you input the music in a text file, then run the program and it generates it.  I plugged in one of my counterpoint examples I did from a class awhile ago.</p>
<p>The input file looks like this:<br />
<code><br />
#(set-default-paper-size "letter")<br />
\version "2.12.2"<br />
\header {<br />
title = "Holst"<br />
composer = "Jesse Talbot"<br />
tagline = ""<br />
}<br />
info = {<br />
\key ees \major<br />
\time 3/4<br />
\partial 4<br />
}<br />
soprano = \relative c' {\info \clef treble ees4 f2 c'4 bes2 g4 ees f2 d bes4 c2 d4 g f2 aes4 g bes aes c bes ees d2 ees2. }<br />
alto = \relative c' {\info \clef treble bes4 bes2 c8 d ees2 d4 c c2 bes g4 g2 bes4 c c2 c4 bes2 c ees4 aes f2 g2. }<br />
tenor = \relative c {\info \clef bass ees4 d ees f g  aes bes8 aes g4 aes g f2 ees4 ees f g ees aes g f d2 ees g4 c bes2 bes2. }<br />
bass = \relative c {\info \clef bass g8 aes bes2 aes4 ees2 g4 c aes2 bes8[ aes] g[ f] ees4 c' bes8 aes g4 c f,2 f4 g2 aes ees'4 aes, bes8[ aes] g[ f] ees2. }<br />
top = {\new Staff < <{ \soprano \bar "|."} \\ {\alto \bar "|."} >> }<br />
bottom = {\new Staff < < {\tenor \bar "|."} \\ {\bass \bar "|."} >> }<br />
\new GrandStaff < < \top \bottom >><br />
</code></p>
<p>When that is entered into the program <a href='http://6py7.com/wp-content/uploads/holst.pdf'>this is what I get</a>.</p>
<p>It can also generate midi files, pretty much rendering the need for me to buy any notation software completely moot.  Which now means I no longer need Windows. </p>
<p>If you are a musician I highly recommend <a href="http://ubuntustudio.org/">Ubuntu Studio</a>. It is a version of Ubuntu that comes pre-installed with a lot of software aimed at musicians.  Sure it takes a little bit of getting used to, but it is all open source software.  No company is going to shove their propriatery rights down your throat, and it doesn&#8217;t cost anything.  </p>
]]></content:encoded>
			<wfw:commentRss>http://6py7.com/streamlining/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
