<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description>I’m Neil Alexander, Pianist Synthesist &amp; Composer. This is the Tumblr for my “100 Years of Spring” Project &amp; Tour. Learn more at http://100yearsofspring.org


  
 
           
      input[type=’submit’].minimal, button.minimal {
          background: #e3e3e3 !important;
          border: 1px solid #bbb !important;
          -moz-border-radius: 3px !important;
          -webkit-border-radius: 3px !important;
          border-radius: 3px !important;
          -moz-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          box-shadow: inset 0 0 1px 1px #f6f6f6 !important;
          color: #333 !important;
          font-family: “helvetica neue”, helvetica, arial, sans-serif !important;
          font-size: 12px !important;
          font-weight: bold !important;
          line-height: 1 !important;
          padding: 8px 0 9px !important;
          text-align: center !important;
          text-shadow: 0 1px 0 #fff !important;
          width: 150px !important;
      }
      input[type=’submit’].minimal:hover, button.minimal:hover {
          background: #d9d9d9 !important;
          -moz-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          -webkit-box-shadow: inset 0 0 1px 1px #eaeaea !important;
          box-shadow: inset 0 0 1px 1px #eaeaea !important;
          color: #222 !important;
          cursor: pointer !important;
      }
      input[type=’submit’].minimal:active, button.minimal:active {
          background: #d0d0d0 !important;
          -moz-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          box-shadow: inset 0 0 1px 1px #e3e3e3 !important;
          color: #000 !important;
      }
  
   
   
     Get updates - Join the email list
   
   Email Address
   
       
         
         
       
       
       
     Close
   
   
 
 
 var fancyboxLoaded;
    try {
        var jqueryLoaded=jQuery;
        jqueryLoaded=true;
        //Check if a fancybox plugin is already loaded
        try{
        fancyboxLoaded = $.fancybox
        }
        catch(err) {
          fancyboxLoaded=false;
        }
    } catch(err) {
        jqueryLoaded=false;
    }
               var head= document.getElementsByTagName('head')[0];
               var script= document.createElement('script');
    if (!jqueryLoaded) {
        script.type= 'text/javascript';
        script.src= 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js';
        head.appendChild(script);    
    }
    if (!fancyboxLoaded) {
      //Only load the CSS because the asynchronous JS might not load the script in time...
      //We'll load the script later with jQuery :)
      var fancystyle= document.createElement('link');
      fancystyle.setAttribute("rel", "stylesheet");
      fancystyle.setAttribute("type", "text/css");
      //TODO: Hey MC guys, you've gotta host this somewhere!
      fancystyle.setAttribute("href", "http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.css");
      head.appendChild(fancystyle);    
    }
 
 var fnames = new Array();var ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';var err_style = '';
 try{
     err_style = mc_custom_error_style;
 } catch(e){
     err_style = 'margin: 1em 0 0 0; padding: 1em 0.5em 0.5em 0.5em; background: FFEEEE none repeat scroll 0% 0%; font-weight: bold; float: left; z-index: 1; width: 80%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: FF0000;';
 }
 var head= document.getElementsByTagName('head')[0];
 var style= document.createElement('style');
 style.type= 'text/css';
 if (style.styleSheet) {
   style.styleSheet.cssText = '.mce_inline_error {' + err_style + '}';
 } else {
   style.appendChild(document.createTextNode('.mce_inline_error {' + err_style + '}'));
 }
 head.appendChild(style);
 $(document).ready( function($) {
    //Button below the Tumblr Controls
    //TODO: Hey MC guys, you've gotta host the image linked below somewhere!
     var newsletter_link = document.createElement('a');
     newsletter_link.setAttribute('href', '#mc_embed_signup');
     newsletter_link.setAttribute('id', 'mc-embedded-tumblr-signup');
     newsletter_link.setAttribute('style', 'border:none; position:absolute; top:26px;right:3px; z-index:9999;');
     var newsletter_image = document.createElement('img');
     newsletter_image.setAttribute('src', 'http://chimplr.heroku.com/images/newsletter.png');
     newsletter_image.setAttribute('style', 'border:none;');
     newsletter_link.appendChild(newsletter_image);
     //Append Link to body
     $('body:first').append(newsletter_link);
     var options = {
       errorClass: 'mce_inline_error',
       errorElement: 'div',
       onkeyup: function(){},
       onfocusout:function(){},
       onblur:function(){},
       invalidHandler: function(form, validator) {
         setTimeout("$.fancybox.resize();", 50);
       }
     };
   var mce_validator = $("#mc-embedded-subscribe-form").validate(options);
   options = { url: 'http://nailmusic.us1.list-manage.com/subscribe/post-json?u=49bcddcfff48dade865e5dba7&amp;id=8a390a5604&amp;c=?', type: 'GET', dataType: 'json', contentType: "application/json; charset=utf-8",
                 beforeSubmit: function(){
                     $('#mce_tmp_error_msg').remove();
                     $('.datefield','#mc_embed_signup').each(
                         function(){
                             var txt = 'filled';
                             var fields = new Array();
                             var i = 0;
                             $(':text', this).each(
                                 function(){
                                     fields[i] = this;
                                     i++;
                                 });
                             $(':hidden', this).each(
                                 function(){
                                   if ( fields[0].value=='MM' &amp;&amp; fields[1].value=='DD' &amp;&amp; fields[2].value=='YYYY' ){
                                     this.value = '';
                   } else if ( fields[0].value=='' &amp;&amp; fields[1].value=='' &amp;&amp; fields[2].value=='' ){
                                     this.value = '';
                   } else {
                                       this.value = fields[0].value+'/'+fields[1].value+'/'+fields[2].value;
                                   }
                                 });
                         });
                     return mce_validator.form();
                 }, 
                 success: mce_success_cb
             };
   $('#mc-embedded-subscribe-form').ajaxForm(options);
 });
 function mce_success_cb(resp){
     $('#mce-success-response').hide();
     $('#mce-error-response').hide();
     if (resp.result=="success"){
         $('#mce-'+resp.result+'-response').show();
         $('#mce-'+resp.result+'-response').html(resp.msg);
         $('#mc-embedded-subscribe-form').each(function(){
             this.reset();
             });
         $('#mc-embedded-subscribe').hide();
         $('.mc-field-group').hide();
         $('#mc-embedded-lightbox-close').show().focus();
     } else {
         var index = -1;
         var msg;
         try {
             var parts = resp.msg.split(' - ',2);
             if (parts[1]==undefined){
                 msg = resp.msg;
             } else {
                 i = parseInt(parts[0]);
                 if (i.toString() == parts[0]){
                     index = parts[0];
                     msg = parts[1];
                 } else {
                     index = -1;
                     msg = resp.msg;
                 }
             }
         } catch(e){
             index = -1;
             msg = resp.msg;
         }
         try{
             if (index== -1){
                 $('#mce-'+resp.result+'-response').show();
                 $('#mce-'+resp.result+'-response').html(msg);            
             } else {
                 err_id = 'mce_tmp_error_msg';
                 html = ' '+msg+'';
                 var input_id = '#mc_embed_signup';
                 var f = $(input_id);
                 if (ftypes[index]=='address'){
                     input_id = '#mce-'+fnames[index]+'-addr1';
                     f = $(input_id).parent().parent().get(0);
                 } else if (ftypes[index]=='date'){
                     input_id = '#mce-'+fnames[index]+'-month';
                     f = $(input_id).parent().parent().get(0);
                 } else {
                     input_id = '#mce-'+fnames[index];
                     f = $().parent(input_id).get(0);
                 }
                 if (f){
                     $(f).append(html);
                     $(input_id).focus();
                 } else {
                     $('#mce-'+resp.result+'-response').show();
                     $('#mce-'+resp.result+'-response').html(msg);
                 }
             }
         } catch(e){
             $('#mce-'+resp.result+'-response').show();
             $('#mce-'+resp.result+'-response').html(msg);
         }
     }
     $.fancybox.resize();
 }
 function initFancybox(){
   $("#mc-embedded-tumblr-signup").live('click', function(){
       $.fancybox({
         'autoDimensions'  : true,
         'width'           : 'auto',
         'height'          : 'auto',
         'href'            : $(this).attr('href'),
         'scrolling'       : 'no',
         'onComplete': function(){
         $('#mce-error-response').hide();
         $('div.mce_inline_error').hide();
         $('#mce-success-response').hide();
         $('#mce_tmp_error_msg').remove();
         $(':input','#mc-embedded-subscribe-form')
         .not(':button, :submit, :reset, :hidden')
         .val('')
         .removeAttr('checked')
         .removeAttr('selected');
         //focus first input field
         $("#mc-embedded-subscribe-form:not(.filter) :input:visible:enabled:first").focus();
         $('#mc-embedded-subscribe').show();
         $('.mc-field-group').show();
         $('#mc-embedded-lightbox-close').hide();
         }
       });
       return false;
   });
 }
 //Check wether Fancybox is loaded or not, and if not, load the sucker and initialize it
 if (!fancyboxLoaded){
   //TODO: Hey MC guys, you've gotta host this somewhere!
   $.getScript("http://chimplr.heroku.com/js/fancybox/jquery.fancybox-1.3.4.pack.js", function(){
       initFancybox();
   });
 }
 if (fancyboxLoaded) {
   initFancybox();
 }
 </description><title>100 Years Of Spring</title><generator>Tumblr (3.0; @100yearsofspring)</generator><link>http://100yearsofspring.tumblr.com/</link><item><title>Rite Of Spring for solo piano comes to Los Angeles CA on June 16</title><description>&lt;p&gt;Greetings, all!&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m very psyched to be bringing my &amp;#8220;&lt;a href="http://100yearsofspring.org" title='Official Site for "100 Years Of Spring"' target="_blank"&gt;&lt;strong&gt;100 Years Of Spring&lt;/strong&gt;&lt;/a&gt;&amp;#8221; project to &lt;a href="http://www.alvasshowroom.com" title="Alva's Showroom" target="_blank"&gt;&lt;strong&gt;Alva&amp;#8217;s Showroom&lt;/strong&gt;&lt;/a&gt; in San Pedro CA on &lt;strong&gt;Sunday June 16th&lt;/strong&gt;. I just finished a 3 hour practice session including the1st run thru of the piece since my last performance of it in March. I&amp;#8217;m quite excited to be doing it again!&lt;/p&gt;
&lt;p&gt;I have at least 1 more show (so far) on &lt;strong&gt;August 10th&lt;/strong&gt; in &lt;strong&gt;Beacon NY&lt;/strong&gt;. I was hoping for a LOT of shows duirng the May/June 2013 period (to coincide with the centennial of the piece&amp;#8217;s premiere on May 29) but I will take what I can get. I&amp;#8217;m planning to document the performances and record it as part of &amp;#8220;Solo Piano Vol.2&amp;#8221; due out later this year. (If you missed it, vol. 1 is &lt;a href="http://nailmusic.bandcamp.com/album/darn-that-dream-solo-piano-vol-1" title='"Darn That Dream: Solo Piano Vol. 1" on Bandcamp' target="_blank"&gt;&lt;strong&gt;here&lt;/strong&gt;&lt;/a&gt;. I hope you can join me in celebrating the 100th anniversary of the piece that defined modern music, and the famous riot at it&amp;#8217;s premiere!&lt;/p&gt;
&lt;p&gt;&lt;a href="http://eepurl.com/mcnOP" title="Link to the handy sign up form!" target="_blank"&gt;&lt;strong&gt;Sign Up&lt;/strong&gt;&lt;/a&gt; for the newsletter to be updated on shows. And thanks.&lt;/p&gt;
&lt;p&gt;&lt;img alt="image" src="http://media.tumblr.com/0543a426e099c53cb820cd6cc13b7779/tumblr_inline_mn0g7gbskP1qz4rgp.jpg"/&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description><link>http://100yearsofspring.tumblr.com/post/50753919133</link><guid>http://100yearsofspring.tumblr.com/post/50753919133</guid><pubDate>Sat, 18 May 2013 16:20:00 -0400</pubDate><category>100 Years Of Spring</category><category>Stravinsky</category><category>The Rite Of Spring</category><category>le sacre du printemps</category><category>centennial</category><category>Classical music</category><category>piano</category><category>solo</category><dc:creator>nailmusic1</dc:creator></item><item><title>shiragm:

Martha Argerich- One of my favorite photos 
Scan from...</title><description>&lt;img src="http://25.media.tumblr.com/9211ef01c6043429bbc700e5a58763f9/tumblr_mlmmpm56wF1r3asqao1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://shiragm.tumblr.com/post/48562838935/martha-argerich-one-of-my-favorite-photos-scan" target="_blank"&gt;shiragm&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Martha Argerich- One of my favorite photos &lt;/p&gt;
&lt;p&gt;Scan from the inside case of the “Schumann: chamber music” CD released by EMI&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://100yearsofspring.tumblr.com/post/49088704147</link><guid>http://100yearsofspring.tumblr.com/post/49088704147</guid><pubDate>Sun, 28 Apr 2013 09:35:31 -0400</pubDate><dc:creator>nailmusic1</dc:creator></item><item><title>Stravinsky, The Rite of Spring, Part 1: The Adoration of the Earth - YouTube</title><description>&lt;a href="http://youtu.be/02tkp6eeh40"&gt;Stravinsky, The Rite of Spring, Part 1: The Adoration of the Earth - YouTube&lt;/a&gt;: &lt;p&gt;Fabulous graphical representation. Read the description for details.&lt;/p&gt;</description><link>http://100yearsofspring.tumblr.com/post/47647656486</link><guid>http://100yearsofspring.tumblr.com/post/47647656486</guid><pubDate>Wed, 10 Apr 2013 17:46:35 -0400</pubDate><dc:creator>nailmusic1</dc:creator></item><item><title>thepianoblog:

Mussorgsky - Ballet of the Unhatched ChicksByron...</title><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/PHqf1R7VSKc?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://thepianoblog.tumblr.com/post/46772165469/mussorgsky-ballet-of-the-unhatched-chicks-byron" target="_blank"&gt;thepianoblog&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Mussorgsky - Ballet of the Unhatched Chicks&lt;/strong&gt;&lt;br/&gt;&lt;em&gt;Byron Janis&lt;/em&gt;&lt;br/&gt;&lt;br/&gt;A little something for Easter from Modest Mussorgsky’s Pictures at an Exhibition.&lt;br/&gt;&lt;br/&gt;&lt;strong&gt;- The Piano Blog&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://100yearsofspring.tumblr.com/post/46782330924</link><guid>http://100yearsofspring.tumblr.com/post/46782330924</guid><pubDate>Sun, 31 Mar 2013 15:56:29 -0400</pubDate><dc:creator>nailmusic1</dc:creator></item><item><title>'The Rite of Spring' with Chivas Regal - YouTube</title><description>&lt;a href="http://youtu.be/AGjjTTWYy7s"&gt;'The Rite of Spring' with Chivas Regal - YouTube&lt;/a&gt;: &lt;p&gt;Another fabulous historical tidbit about this famous recording…&lt;/p&gt;</description><link>http://100yearsofspring.tumblr.com/post/45860151906</link><guid>http://100yearsofspring.tumblr.com/post/45860151906</guid><pubDate>Wed, 20 Mar 2013 17:24:34 -0400</pubDate><dc:creator>nailmusic1</dc:creator></item><item><title>Lullaby for Strings (Gershwin) - Live at Zeb's - YouTube</title><description>&lt;a href="http://youtu.be/nOhbYnDVzWg"&gt;Lullaby for Strings (Gershwin) - Live at Zeb's - YouTube&lt;/a&gt;: &lt;p&gt;From my last “100 Years of Spring” show Feb 22 in NYC. This track will appear on the solo piano vol. 2 CD.&lt;/p&gt;</description><link>http://100yearsofspring.tumblr.com/post/45670374679</link><guid>http://100yearsofspring.tumblr.com/post/45670374679</guid><pubDate>Mon, 18 Mar 2013 09:12:01 -0400</pubDate><category>gershwin</category><category>piano</category><category>lullaby</category><dc:creator>nailmusic1</dc:creator></item><item><title>I will be performing The Rite Of Spring again March 7/8/9 in NYC...</title><description>&lt;iframe width="400" height="299" src="http://www.youtube.com/embed/W80sS9tipqI?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;I will be performing The Rite Of Spring again March 7/8/9 in NYC with the Riedel Dance Theater’s new choreography. Here’s a video describing the project. They are crowd funding thru Indiegogo, and have achieved their funding goal!&lt;/p&gt;</description><link>http://100yearsofspring.tumblr.com/post/44590804918</link><guid>http://100yearsofspring.tumblr.com/post/44590804918</guid><pubDate>Mon, 04 Mar 2013 21:56:05 -0500</pubDate><category>Riedel Dance Theater</category><category>Rite Of Spring</category><category>Piano</category><category>Dance</category><dc:creator>nailmusic1</dc:creator></item><item><title>pacificsymphony:

The Most Interesting Man in the world is a...</title><description>&lt;img src="http://25.media.tumblr.com/88b4f74267fea60a532a921b87b85035/tumblr_mj0dnwqQFD1r8vioxo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://pacificsymphony.tumblr.com/post/44395171654/the-most-interesting-man-in-the-world-is-a" class="tumblr_blog" target="_blank"&gt;pacificsymphony&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;The Most Interesting Man in the world is a Stravinsky fan.  See more or make your own at &lt;a href="http://www.reriteofspring.org/" title="The ReRite of Spring Project" target="_blank"&gt;reriteofspring.org&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Ha ha ha!&lt;/p&gt;</description><link>http://100yearsofspring.tumblr.com/post/44451313704</link><guid>http://100yearsofspring.tumblr.com/post/44451313704</guid><pubDate>Sun, 03 Mar 2013 08:25:01 -0500</pubDate><dc:creator>nailmusic1</dc:creator></item><item><title>DVD review: Bel Air Classiques’ spectacular “Rite of Spring,” with Nijinsky’s choreography restored | ArtsATL</title><description>&lt;a href="http://www.artsatl.com/2009/12/dvd-review-the-rite-of-spring-choreographed-by-nijinsky-spectacular-belair-classiques/"&gt;DVD review: Bel Air Classiques’ spectacular “Rite of Spring,” with Nijinsky’s choreography restored | ArtsATL&lt;/a&gt;: &lt;p&gt;This is an absolutely fascinating documentary about the reconstruction of &lt;span&gt;Vaslav Nijinsky&lt;/span&gt;’s original 1913 choreography for the Rite, which was lost for 70 YEARS.&lt;/p&gt;</description><link>http://100yearsofspring.tumblr.com/post/43614583951</link><guid>http://100yearsofspring.tumblr.com/post/43614583951</guid><pubDate>Wed, 20 Feb 2013 21:43:46 -0500</pubDate><category>Rite Of Spring</category><category>Ballet</category><dc:creator>nailmusic1</dc:creator></item><item><title>Riedel Dance Theater presents new choreography for Rite Of Spring</title><description>&lt;a href="http://igg.me/at/riedelriteofspring/x/709613"&gt;Riedel Dance Theater presents new choreography for Rite Of Spring&lt;/a&gt;: &lt;p&gt;In addition to Neil’s solo performance February 22 in NYC, he will be performing “Le Sacre” with New choreography by Jonathan Riedel at the Ailey CitiGroup Theater on March 7/8/9. Please help support this historic project!  &lt;/p&gt;</description><link>http://100yearsofspring.tumblr.com/post/43232896784</link><guid>http://100yearsofspring.tumblr.com/post/43232896784</guid><pubDate>Sat, 16 Feb 2013 11:29:31 -0500</pubDate><dc:creator>nailmusic1</dc:creator></item><item><title>Great article on the premier of the Rite of Spring</title><description>&lt;a href="http://guardiannews.com/music/2013/feb/12/rite-of-spring-stravinsky"&gt;Great article on the premier of the Rite of Spring&lt;/a&gt;</description><link>http://100yearsofspring.tumblr.com/post/43160041284</link><guid>http://100yearsofspring.tumblr.com/post/43160041284</guid><pubDate>Fri, 15 Feb 2013 13:28:10 -0500</pubDate><category>rite of spring</category><category>Stravinsky</category><category>music</category><category>history</category><dc:creator>nailmusic1</dc:creator></item><item><title>Ok, very seriously now: who can &amp;amp; wants to help me book a Rite Of Spring show in Paris? I have...</title><description>&lt;p&gt;&lt;span&gt;Ok, very seriously now: who can &amp;amp; wants to help me book a Rite Of Spring show in Paris? I have cleared my calendar in late May/early June, but any date can be made to work. Looking to do a show in Paris - but also the UK, as well as Italy, Austria, and&amp;#8230; well, anywhere, really. Moscow, St Petersburg&amp;#8230;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I have the one show in NYC on Feb 22nd, and potential west coast dates.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I&amp;#8217;ve been working on this for 6 months with no success. If you want to get involved, message me. Thanks for your support. &lt;/span&gt;&lt;/p&gt;</description><link>http://100yearsofspring.tumblr.com/post/41985986172</link><guid>http://100yearsofspring.tumblr.com/post/41985986172</guid><pubDate>Thu, 31 Jan 2013 20:22:36 -0500</pubDate><dc:creator>nailmusic1</dc:creator></item><item><title>Neil Alexander brings the Rite Of Spring to NYC on Feb...</title><description>&lt;img src="http://25.media.tumblr.com/a071d59916ab4c63128429e595e5ca03/tumblr_mh5najHs6C1ryyyppo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;div id="bpt_eventbody"&gt;Neil Alexander brings the Rite Of Spring to NYC on Feb 22!&lt;/div&gt;
&lt;div&gt;Performance is 7 pm Februray 22nd at Zeb’s, 223 West 28th St. 2nd Floor.&lt;/div&gt;
&lt;div&gt;$20 in advance.&lt;/div&gt;
&lt;div&gt;Tickets are on sale now!&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://www.brownpapertickets.com/event/321888" target="_blank"&gt;&lt;img border="0" height="92px" src="http://www.brownpapertickets.com/g/6/BPT_buy_tickets_large.png" width="182px"/&gt;&lt;/a&gt;&lt;/p&gt;</description><link>http://100yearsofspring.tumblr.com/post/41397290668</link><guid>http://100yearsofspring.tumblr.com/post/41397290668</guid><pubDate>Thu, 24 Jan 2013 19:13:31 -0500</pubDate><dc:creator>nailmusic1</dc:creator></item><item><title>The Rite of Spring: an auspicious beginning</title><description>&lt;a href="http://www.npr.org/programs/specials/milestones/991110.motm.riteofspring.html"&gt;The Rite of Spring: an auspicious beginning&lt;/a&gt;</description><link>http://100yearsofspring.tumblr.com/post/41391669315</link><guid>http://100yearsofspring.tumblr.com/post/41391669315</guid><pubDate>Thu, 24 Jan 2013 18:03:34 -0500</pubDate><dc:creator>nailmusic1</dc:creator></item><item><title>Darn That Dream: Solo Piano Vol. 1</title><description>&lt;a href="http://nailmusic.bandcamp.com/album/darn-that-dream-solo-piano-vol-1"&gt;Darn That Dream: Solo Piano Vol. 1&lt;/a&gt;: &lt;p&gt;I just completed my first ALL ACOUSTIC record, a Solo Piano offering titled “Darn That Dream”. Check it out, or listen via this embed:&lt;/p&gt;

&lt;p&gt;&lt;iframe frameborder="0" height="100" src="http://bandcamp.com/EmbeddedPlayer/v=2/album=743733004/size=venti/bgcol=FFFFFF/linkcol=bb4242/" width="400"&gt;&lt;a href=”http://music.nailmusic.com/album/darn-that-dream-solo-piano-vol-1” data-mce-href=”http://music.nailmusic.com/album/darn-that-dream-solo-piano-vol-1”&gt;Darn That Dream: Solo Piano Vol. 1 by Neil Alexander&lt;/a&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;</description><link>http://100yearsofspring.tumblr.com/post/36912905264</link><guid>http://100yearsofspring.tumblr.com/post/36912905264</guid><pubDate>Fri, 30 Nov 2012 19:25:05 -0500</pubDate><category>Piano</category><category>Solo</category><category>Music</category><category>Improvisation</category><category>My tunage</category><dc:creator>nailmusic1</dc:creator></item><item><title>TED Blog | 11 talks on the transformative power of vegetables</title><description>&lt;a href="http://blog.ted.com/2012/08/09/10-talks-on-the-transformative-power-of-vegetables/"&gt;TED Blog | 11 talks on the transformative power of vegetables&lt;/a&gt;</description><link>http://100yearsofspring.tumblr.com/post/35838436458</link><guid>http://100yearsofspring.tumblr.com/post/35838436458</guid><pubDate>Fri, 16 Nov 2012 08:11:29 -0500</pubDate><dc:creator>nailmusic1</dc:creator></item><item><title>Reconsidering Stravinsky and ‘The Rite of Spring’ - NYTimes.com</title><description>&lt;a href="http://www.nytimes.com/2012/10/31/arts/music/reconsidering-stravinsky-and-the-rite-of-spring.html?_r=0"&gt;Reconsidering Stravinsky and ‘The Rite of Spring’ - NYTimes.com&lt;/a&gt;</description><link>http://100yearsofspring.tumblr.com/post/34667459382</link><guid>http://100yearsofspring.tumblr.com/post/34667459382</guid><pubDate>Tue, 30 Oct 2012 19:54:57 -0400</pubDate><dc:creator>nailmusic1</dc:creator></item><item><title>How a 9-Year-Old Girl's Food Blog Forced Healthier Lunch Options | Food on GOOD</title><description>&lt;a href="http://www.good.is/posts/people-are-awesome-how-a-9-year-old-girl-s-food-blog-forced-healthier-lunch-options?utm_campaign=goodtweet&amp;utm_source=twitter&amp;utm_medium=social"&gt;How a 9-Year-Old Girl's Food Blog Forced Healthier Lunch Options | Food on GOOD&lt;/a&gt;: &lt;p&gt;Cool story about taking action to create change. :)&lt;/p&gt;</description><link>http://100yearsofspring.tumblr.com/post/34528474801</link><guid>http://100yearsofspring.tumblr.com/post/34528474801</guid><pubDate>Sun, 28 Oct 2012 20:24:36 -0400</pubDate><dc:creator>nailmusic1</dc:creator></item><item><title>Sally's Weekend Out | gramophone.co.uk</title><description>&lt;a href="http://www.gramophone.co.uk/blog/gramophone-guest-blog/sallys-weekend-out"&gt;Sally's Weekend Out | gramophone.co.uk&lt;/a&gt;: &lt;p&gt;A fascinating side story from a  famous recording session: “Stravinsky Conducts Stravinsky”, 1959. I have - &amp; love - this recording&lt;/p&gt;</description><link>http://100yearsofspring.tumblr.com/post/33810619020</link><guid>http://100yearsofspring.tumblr.com/post/33810619020</guid><pubDate>Wed, 17 Oct 2012 21:36:30 -0400</pubDate><category>Recordings</category><category>Right of Spring</category><category>Stravinsky</category><dc:creator>nailmusic1</dc:creator></item><item><title>r-ommel:

Edvard Grieg.
</title><description>&lt;img src="http://25.media.tumblr.com/tumblr_mbpae2ckr41rsuxh3o1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a class="tumblr_blog" href="http://r-ommel.tumblr.com/post/33327737583/edvard-grieg-el-papeeto-del-metal" target="_blank"&gt;r-ommel&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Edvard Grieg.&lt;/em&gt;&lt;/p&gt;
&lt;/blockquote&gt;</description><link>http://100yearsofspring.tumblr.com/post/33336473814</link><guid>http://100yearsofspring.tumblr.com/post/33336473814</guid><pubDate>Wed, 10 Oct 2012 21:24:43 -0400</pubDate><category>edvard grieg</category><dc:creator>nailmusic1</dc:creator></item></channel></rss>
