Piano arrangements: Difference between revisions
(finally worked out how to put in HRs without breaking the player) |
(named the mystery songs) |
||
Line 15: | Line 15: | ||
</style> | </style> | ||
<b> | <b>TMBG: Ana Ng</b> (I'll post artist and title later) | ||
<audio preload=" | <audio preload="no"> | ||
<source src="/media/piano-AnaNg.mp3"> | <source src="/media/piano-AnaNg.mp3"> | ||
</audio> | </audio> | ||
Line 22: | Line 22: | ||
<hr> | <hr> | ||
<link rel="stylesheet"> | <link rel="stylesheet"> | ||
<b> | <b>Gerry Rafferty: Right Down the Line</b> | ||
<audio preload=" | <audio preload="no"> | ||
<source src="/media/piano-RDL.mp3"> | <source src="/media/piano-RDL.mp3"> | ||
</audio> | </audio> | ||
Line 30: | Line 30: | ||
<link rel="stylesheet"> | <link rel="stylesheet"> | ||
<b>Pink Floyd</b>: "Childhood's End" | <b>Pink Floyd</b>: "Childhood's End" | ||
<audio preload=" | <audio preload="no"> | ||
<source src="/media/piano-PF-CE.mp3"> | <source src="/media/piano-PF-CE.mp3"> | ||
</audio> | </audio> | ||
Line 38: | Line 38: | ||
<link rel="stylesheet"> | <link rel="stylesheet"> | ||
<b>ELO</b>: "Turn to Stone" | <b>ELO</b>: "Turn to Stone" | ||
<audio preload=" | <audio preload="no"> | ||
<source src="/media/piano-ELO-TTS.mp3"> | <source src="/media/piano-ELO-TTS.mp3"> | ||
</audio> | </audio> |
Revision as of 14:41, 6 January 2015
These are my piano arrangements of a few songs I like (more to come, assuming there's no massive public outcry against my barbaric treatment of innocent musical instruments). <echo raw now>
<script src="/js/audiojs/audiojs/audio.min.js"></script> <link rel="stylesheet"> <script>
audiojs.events.ready(function() { var as = audiojs.createAll(); });
</script> <style type="text/css">
.vjs-default-skin .vjs-play-progress, .vjs-default-skin .vjs-volume-level { background-color: #25cc4c }
</style>
TMBG: Ana Ng (I'll post artist and title later) <audio preload="no">
<source src="/media/piano-AnaNg.mp3">
</audio>
<link rel="stylesheet"> Gerry Rafferty: Right Down the Line <audio preload="no">
<source src="/media/piano-RDL.mp3">
</audio>
<link rel="stylesheet"> Pink Floyd: "Childhood's End" <audio preload="no">
<source src="/media/piano-PF-CE.mp3">
</audio> This is excerpted from one long take with a lot of false starts and a bit in the middle I ended up needing to rework. If you've done much audio editing, you can probably hear the join.
<link rel="stylesheet"> ELO: "Turn to Stone" <audio preload="no">
<source src="/media/piano-ELO-TTS.mp3">
</audio> This was take #4, without any edits (and lots of little mistakes). I'm thinking I need to rearrange it a bit more so I'm playing the melody line during the chorus, as I do during the verses. I was originally thinking I was going to do vocals, so the melody line would be unnecessary, but there hasn't been time.
</echo> See also: Geek Piano Favorites has a list of things I may be recording.