Re: \epsfile fails

2015-07-31 Thread David Kastrup
Mark Theodoropoulos writes: > On 2015-07-31 8:55 AM, Kyle Shaw wrote: >> [ . . . ] >> ...and I get this: >> >> warning: `(gs -q -dSAFER -dDEVICEWIDTHPOINTS=595.28 >> -dDEVICEHEIGHTPOINTS=841.89 - dCompatibilityLevel=1.4 >> -dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite -sOutputFile=./test.pdf >> -c.s

Re: \epsfile fails

2015-07-31 Thread Mark Theodoropoulos
On 2015-07-31 8:55 AM, Kyle Shaw wrote: [ . . . ] ...and I get this: warning: `(gs -q -dSAFER -dDEVICEWIDTHPOINTS=595.28 -dDEVICEHEIGHTPOINTS=841.89 - dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite -sOutputFile=./test.pdf -c.setpdfwrite -ftest.ps)' failed (256) fatal error:

Re: \epsfile fails

2015-07-31 Thread tisimst
Kyle, On Fri, Jul 31, 2015 at 12:15 PM, Kyle Shaw [via Lilypond] < ml-node+s1069038n179189...@n5.nabble.com> wrote: > Hi: > > I attempt to compile this: > > %% > > \version "2.18.2" > > \markup { > \epsfile #X #10 #"MaximLogo2.eps" > } > > %% > > ...and I get this: > > warning: `(gs -q -dSAFER

\epsfile fails

2015-07-31 Thread Kyle Shaw
Hi: I attempt to compile this: %% \version "2.18.2" \markup { \epsfile #X #10 #"MaximLogo2.eps" } %% ...and I get this: warning: `(gs -q -dSAFER -dDEVICEWIDTHPOINTS=595.28 -dDEVICEHEIGHTPOINTS=841.89 - dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -r1200 -sDEVICE=pdfwrite -sOutputFile=./test

Re: MIDI track names

2015-07-31 Thread Vaughan McAlley
On 31 July 2015 at 17:23, David Kastrup wrote: > > Vaughan McAlley writes: > > > Hi, > > > > I analyse MIDI files for things like tessitura and consecutives. Lilypond > > MIDI files either don’t have track names, or are called :uniqueContext0, > > :uniqueContext1 etc. I can’t be sure that the num

Re: Parameterize an event function

2015-07-31 Thread Thomas Morley
2015-07-30 14:18 GMT+02:00 Andrew Bernard : > The reason I wrote this function is > that using \note and \note-by-number don’t appear to give me the control > over fonts that I want. Could you provide some examples where \note, \note-by-number and/or the metronomeMarkFormatter fails? Maybe it's

Re: MIDI track names

2015-07-31 Thread David Kastrup
Vaughan McAlley writes: > Hi, > > I analyse MIDI files for things like tessitura and consecutives. Lilypond > MIDI files either don’t have track names, or are called :uniqueContext0, > :uniqueContext1 etc. I can’t be sure that the numbers are going down the > score from top to bottom. Is there an

MIDI track names

2015-07-31 Thread Vaughan McAlley
Hi, I analyse MIDI files for things like tessitura and consecutives. Lilypond MIDI files either don’t have track names, or are called :uniqueContext0, :uniqueContext1 etc. I can’t be sure that the numbers are going down the score from top to bottom. Is there any way of setting track names from wit