#!/bin/tcsh -f transcription: set song = "1ctf" lame -k -h -m s \ --tt "transcription" \ --ta "TWISTED HELICES" \ --tl "Proteomusic: Twisted music inspired by genomes and proteomes" \ --tc "http://ram.org/th/ - free music now!" \ --tg "Avantgarde" \ $song".v0.wav" $song".v0.mp3" exit