lilypond-user
[Top][All Lists]
Advanced

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

Re: my favorite bug :-)


From: Tom Cloyd
Subject: Re: my favorite bug :-)
Date: Sat, 2 May 2015 14:47:52 -0700

Observing all the energy devoted to this critical issue, I have to wonder how many extraordinary symphonies, operas, and cantatas will NOT be written because some folks are too easily distracted by minutia....

I could live 5 lifetimes, and this issue would never get more than 5 seconds of my time, if I even every encountered it.

Where, or where, have I gone wrong....

:)

t.

On Sat, May 2, 2015 at 2:14 PM, Martin Tarenskeen <address@hidden> wrote:

Hi,

this little (simplified) shell script (I have called it ly2pdf)

#!/bin/sh
INFILE="$1"
OUTFILE=${INFILE%.ly}.pdf
lilypond --ps -o $$ "$INFILE"
ps2pdf $$.ps "$OUTFILE"
rm -f $$.ps

demonstrates the kind of mechanism that LilyPond needs. (But without needing such a script). It fixes the "lines.ly" issue, and it fixes accidentally and brutally deleting an already existing xxxx.ps file.

(With "simplified" I mean: you can not use any options or multiple files on the commandline with this script. It's just a demo)


--

MT

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

My life is full of mistakes. They're like pebbles that make a good road. ~ Ceramic artist Beatrice Wood, who practiced her art until she was 103.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tom Cloyd, MS MA LMHC (WA)
Psychotherapist (psychological trauma, dissociative disorders)
Spokane, Washington, U.S.A: (435) 272-3332
<< address@hidden >> (email)
<< TomCloyd.com >> (website)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

reply via email to

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