Op woensdag 03-06-2009 om 16:00 uur [tijdzone +0000], schreef Alexander Crawford: > When I'd try to Typeset the code, > I kept getting > "set: Variable name must begin with a letter" > > what did I do wrong?
Try emailing ivo bouwmans. It looks as if your tcsh script has some whitespace problems. Try this --- snip #! /bin/tcsh -x set path=($path /Applications/LilyPond.app/Contents/Resources/bin) lilypond --pdf "$1" # making sure there's a newline at EOF --- snip Jan -- Jan Nieuwenhuizen <[email protected]> | GNU LilyPond - The music typesetter AvatarĀ®: http://AvatarAcademy.nl | http://lilypond.org _______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
