On 18 May 2008, at 12:55, fiëé visuëlle wrote:

This is my lily.sh script for OSX:

- deletes previous myname.pdf
- runs lilypond myname.ly
- deletes old mylily.mid and renames myname.midi to myname.mid
- deletes myname.ps
- opens MIDI and PDF

You don't have to remove older files, as they are overwritten. (In OS X before 10.5, Preview and QuickTime are not dynamic, so that they do not see the changes.)

Also, you might put in an error if Lilypond fails
  lilypond $1.ly || {error message; exit 1}
or something.

  Hans




_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to