lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

petals


From: David Raleigh Arnold
Subject: petals
Date: Mon, 21 Jan 2002 17:10:11 -0600 (CST)
User-agent: IMP/PHP IMAP webmail program 2.2.5

Thanks for the offers. Got this part done,
almost. Wrap = ~~~ :-)

# create ptfilter.sed if it does not exist
touch ptfilter.sed
echo ""
# a little humor.
echo "Making and filtering your parts.
 ~~~    Please wait..........."
echo ""
count=1
while [ $count -le $fieldnum ]
do
  gawk 'BEGIN {FS=";"}{print $i}' i=$count $1 |
   ~~~  sed -f ptfilter.sed > $1-pt$count.ly
  let "count = $count + 1"
done
echo "Parts written. You have " $fieldnum " new
 ~~~       parts."address@hidden:~/lily/petals$ 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]